.ajt-banner-area {
	height: 80.6rem;
	position: relative;
}
.ajt-banner {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100% !important;
	object-fit: cover;
}
.ajt-banner-col {
	width: 93.3rem;
	padding-top: 8.8rem;
	padding-bottom: 5rem;
    max-width: 100%;
}
.ajt-banner-area .container {
	position: relative;
	z-index: 1;
}
.btn.ajt-banner-btn span {
    height: 3.8rem;
    padding: 0;
    width: 17.2rem;
}
.btn.ajt-banner-btn .btn-icon {
    height: 3.8rem;
    width: 3.8rem;
}
.btn.ajt-banner-btn .btn-icon svg {
    width: 2rem;
}
.btn.ajt-banner-btn:hover .btn-icon {
    right: -3.4rem;
}
.ajt-banner-title {
	color: #ffff;
	margin-top: 5.3rem;
	font-size: 4rem;
	line-height: 5.6rem;
}
.ajt-banner-deg {
	font-size: 2.4rem;
	color: #fff;
	font-weight: 400;
	margin-top: .8rem;
}
.ajt-banner-text {
	margin-top: 4rem;
	color: #ffff;
}
.ajt-banner-text p:not(:last-child) {
	margin-bottom: 2rem;
}
@media only screen and (max-width: 1050px) {
    .ajt-banner-area {
        height: auto;
        padding-bottom: 20px;
    }
    .ajt-banner {
        max-width: 152rem !important;
    }
    .ajt-banner-area::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .75);
    }
    .ajt-banner {
        max-width: 152rem !important;
    }
    .ajt-banner-title {
        font-size: 32px;
        line-height: 1.2;
        margin-top: 40px;
    }
    .ajt-banner-deg {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 4px;
    }
    .ajt-banner-text {
        margin-top: 23px;
    }
    .ajt-banner-text p:not(:last-child) {
        margin-bottom: 7px;
    }
}