.banner_title{
    line-height: 1.1 !important;
}
/* ----------------------------1440px------------------------- */
@media (max-width: 1440px) {
	.txt_chain {
        font-size: 0.45rem !important;
    }
    .banner_text {
        top: 2rem !important;
        transform: scale(0.9);
        left: 4rem !important;
    }
    
}

/* ----------------------------1367px------------------------- */
@media (max-width: 1367px) {
}

/* ----------------------------1200px------------------------- */
@media (max-width: 1200px) {
    .banner_text{
        top: 2rem !important;
        transform: scale(0.75);
        left: 3rem !important;
    }
}

/*----------------------------1024------------------------*/
@media (max-width: 1024px) {
    .banner_text {
        top: 1.8rem !important;
        transform: scale(0.7);
        left: 3rem !important;
    }
}
