.contact-section {
	background-color: #FCFCFC;
    display: flex;
    align-items: center;
    position: relative;
}
.contact-section .content-section {
    padding: 122px 200px;
    z-index: 1;
    width: 80%;
}
.contact-section .bg-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-section .bg-banner.mobile,
.contact-section .bg-banner.tablet {
    display: none;
}
.contact-section .title {
    font-family: 'Rajdhani';
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.5;
    margin: 0;
}
.contact-section .sub-title {
	font-size: 70px;
    line-height: 80px;
    letter-spacing: 18px;
    margin: 4px 0 0 0;
    color: #FFFFFF;
}
.contact-section .content {
	color: #676767;
	font-weight: 700;
	opacity: 0.7;
	margin: 0;
}
.contact-section .cta {
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.1em;
    color: #838FEC;
    width: 300px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0 0;
    border: none;
    text-transform: uppercase;
}
.contact-section .cta:hover,
.contact-section .cta:active,
.contact-section .cta:focus {
    background: #FFFFFF;
    color: #838FEC;
}
.contact-section .cta .arrow-right {
    width: 36px;
    height: 36px;
}
@media only screen and (max-width: 767px) {
	.contact-section .content-section {
        padding: 43.33px 20px;
        width: 50%;
    }
    .contact-section .title {
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.1em;
    }
    .contact-section .sub-title {
        font-size: 21px;
        line-height: 24px;
        letter-spacing: 0.08em;
        margin-top: 4px;
    }
    .contact-section .cta {
        font-size: 12px;
        line-height: 40px;
        margin-top: 10px;
        width: 130px;
        height: 34px;
    }
    .contact-section .bg-banner.desktop {
        display: none;
    }
    .contact-section .bg-banner.mobile {
        display: block;
        object-position: 75%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.contact-section .content-section {
        padding: 101px 70px;
        width: 65%;
    }
    .contact-section .title {
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 0.08em;
    }
    .contact-section .sub-title {
        font-size: 44px;
        line-height: 44px;
        letter-spacing: 8px;
        margin-top: 10px;
    }
    .contact-section .cta {
        margin-top: 30px;
        width: 220px;
        height: 44px;
        font-size: 16px;
        line-height: 40px;
    }
    .contact-section .bg-banner.desktop {
        display: none;
    }
    .contact-section .bg-banner.tablet {
        display: block;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
	.contact-section .content-section {
        padding: 70px;
    }
    .contact-section .cta {
        font-size: 20px;
        width: 260px;
        height: 57px;
        margin-top: 35px;
    }
    .contact-section .title {
        font-size: 32px;
        line-height: 35px;
    }
    .contact-section .sub-title {
        font-size: 58px;
        line-height: 70px;
        letter-spacing: 13px;
    }
}
@media only screen and (max-width: 1023px) {
    .contact-section .cta .arrow-right {
        width: 24px;
        height: 24px;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    .contact-section .content-section {
        padding: 80px 100px;
    }
    .contact-section .sub-title {
        font-size: 70px;
        line-height: 98px;
        letter-spacing: 13px;
    }
}
@media only screen and (min-width: 1920px) {
    .contact-section {
        height: 600px;
    }
}