.text-white {
    color: #fff;
}
.logo-responsive {
    width: 110px;
}
.footer-logo {
    width: 62%;
}
.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.pt-0 {
    padding-top: 0 !important;
}
.w-100 {
    width: 100%;
}
.mh-200 {
    max-height: 200px;
}
.object-fit-cover {
    object-fit: cover;
}
@media screen and (275px <= width <= 676px) {
    .logo-responsive {
        width: 100px;
    }
    .footer-logo {
        width: 50%;
    }
    .ps_control_rotate_f .carousel-control {
        width: 25px;
        height: 35px;
        line-height: 35px;
        font-size: 22px;
    }
    .caption_slide1 > span {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .mt_btn_yellow, input[type="submit"] {
        font-size: 12px;
        padding: 6px 14px;
    }
    .xs-mar-bottom-10 {
        margin-bottom: 10px;
    }
}