.banner-bottom-title h2{
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    color: #000;
    font-family: "Roboto", sans-serif;
    padding-top: 5%;
}
@media (max-width: 1023px) {
    .banner-bottom-title h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner-bottom-title h2 {
        padding-top: 30px;
        font-size: 18px;
    }
}