#ARK-width-full #ARK-Join .product-content{
        background-size: 100%;
    /* max-width: 2560px; */
    margin: 0 0 0 auto;
    position: relative;
    display: block;
}
#ARK-width-full #ARK-Join .bg {
    margin-top: 0%;
    position: relative;
}
#ARK-width-full #ARK-Join .bg img {
    width: 100%;
}
#ARK-width-full #ARK-Join .maintitle {
    left: 47%;
    top: calc(46%);
    transform: translate(0%, -50%);
    text-align: left;
    width: 43%;
}
#ARK-width-full #ARK-Join .maintitle .info{
	width: 100%;
	max-width: inherit;
	text-align: left;
}
#ARK-width-full #ARK-Join h2{
    font-weight: bold;
    letter-spacing: 0.02em;
    font-size: 3.5em;
    color: #fff !important;
        /* text-shadow: 0 0 5px #adc7ff; */
}
#ARK-width-full #ARK-Join a.btn_style_join {
    display: inline-block;
    background: #2c57b5;
    padding: 14px 39px;
    border: 1px solid #2c57b5;
    text-decoration: none;
    border-radius: 40px;
    font-family: 'DM Sans', Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 40px 0 0;
    font-size: 1.27em;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}
#ARK-width-full #ARK-Join a.btn_style_join:hover{
	background: #fff;
	color: #2c57b5;
	-webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}
@media only screen and (max-width: 1480px) {
    #ARK-width-full #ARK-Join h2 {
        font-size: 3em;
        line-height: 1em !important;
    }
}
@media only screen and (max-width: 1380px) {
    #ARK-width-full #ARK-Join h2 {
        font-size: 2.4em;
        line-height: 1em !important;
    }
    #ARK-width-full #ARK-Join .maintitle{
    	top: 50%;
    	    width: 50%;
    }
}

@media only screen and (max-width: 1080px) {
    #ARK-width-full #ARK-Join{
        padding: 0;
        margin: 0 0 -10px 0;
            overflow: hidden;
    height: auto;
    }
    #ARK-width-full #ARK-Join::after{
            content: "";
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    background: #2c57b5;
    z-index: -1;
    }
    #ARK-width-full #ARK-Join .bg{
        
    }
    #ARK-width-full #ARK-Join.product-section .product-content{
        position: relative;
    }
    #ARK-width-full #ARK-Join .maintitle {
        text-align: center;
        padding-top: 0px;
        width: 96%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: rgba(44, 87, 181, 0.96);
        padding: 40px 25px;
        border-radius: 40px;
    }
    #ARK-width-full #ARK-Join .maintitle .info{
    	text-align: center;
    }
    #ARK-width-full #ARK-Join .mainfull img{
        width: 180%;
        max-width: inherit;
        margin: -10% auto -10% -46%;
    }
    #ARK-width-full #ARK-Join .bg img.webstyle{
        display: none;
    }
    #ARK-width-full #ARK-Join .bg img.mobile{
        display: block;
        width: 100%;
    }
    #ARK-width-full #ARK-Join h2{
        font-size: 3.5em !important;
    }
    #ARK-width-full #ARK-Join .mainfull {
        padding-bottom: 50px;
    }
    #ARK-width-full #ARK-Join a.btn_style_join {
	    display: inline-block;
	    background: #fff;
	    padding: 14px 39px;
	    border: 1px solid #fff;
	    text-decoration: none;
	    border-radius: 40px;
	    font-family: 'DM Sans', Arial, Helvetica, sans-serif;
	    color: #2c57b5;
	    margin: 40px 0 0;
	    font-size: 1.27em;
	    -webkit-transition: 0.4s ease-out;
	    -moz-transition: 0.4s ease-out;
	    -o-transition: 0.4s ease-out;
	    transition: 0.4s ease-out;
	}
	#ARK-width-full #ARK-Join a.btn_style_join:hover{
		background: #2c57b5;
		color: #fff;
		-webkit-transition: 0.4s ease-out;
	    -moz-transition: 0.4s ease-out;
	    -o-transition: 0.4s ease-out;
	    transition: 0.4s ease-out;
	}
}
@media only screen and (max-width: 768px) {
    #ARK-width-full #ARK-Join h2{
        font-size: 2.5em !important;
    }
    #ARK-width-full #ARK-Join .bg img.mobile{
        width: 140%;
    }
}
@media only screen and (max-width: 480px) {
    #ARK-width-full #ARK-Join .bg img.mobile{
        display: block;
        width: 160%;
    }
}
@media only screen and (max-width: 414px) {
    #ARK-width-full #ARK-Join .bg img.mobile{
        display: block;
        width: 180%;
    }
}
@media only screen and (max-width: 375px) {

}