@media screen and (max-width: 1112px) {
    .card-1, .card-4{
        padding: 33px 0;
    }
    .card-2, .card-3{
        padding: 11px 0px;
    }
    .txt-1 {
        font-size: 5vh;
    }
}

@media screen and (max-width: 1024px) {
    .pst_navbar .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media screen and (max-width: 992px) {
    .sect-1{
        padding: 10px;
    }
    .about-us-left-prt{
        padding: 10px;
    }

    .card-1, .card-4{
        padding: 33px 0;
    }
    .card-2, .card-3{
        padding: 11px 0px;
    }

}

@media screen and (max-width: 834px) {
    .pst_navbar .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media screen and (max-width: 575px) {
    .pst_logo_sec .img-fluid.logo_img {
        max-width: 230px;
    }
    .pst_header_content_inside {
        line-height: 1.61;
        font-weight: 400;
    }
    .pst_logo_sec, .pst_first_header {
        padding-left: 20px;
        padding-right: 20px;
    }
    .founder-msg-header, .success-stories-header {
        height: 20vh;
    }
    .txt-1 {
        font-size: 2vh;
    }
    .about-us-header-title {
        border: 5px solid #fff;
        width: 90%;
        padding: 10px 2px;
    }
    .btnt_utube.nav-item {
        margin: 0px !important;
    }
    .newscard1_img1 img {
        height: 180px;
        width: 100%;
        object-fit: contain;
        background: #fff;
    }
    .multiple-items .slick-prev, .multiple-items2 .slick-prev {
         left: -20px; 
    }
    .multiple-items .slick-next, .multiple-items2 .slick-next {
        right: -10px;
    }
    .multiple-items .slick-prev::before, .multiple-items .slick-next::before,
    .multiple-items2 .slick-prev::before, .multiple-items2 .slick-next::before {
        font-size: 20px;
    }
}
@media screen and (max-width: 414px) {
    .pst_header_content_inside {
        line-height: 1.31;
        margin: 3px 0;
        font-size: 13px;
    }
}
