/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 320px) and (max-width: 575px){
    html{
        font-size: 14px;
    }

    h1{
        font-size: 2.25rem;
        padding: 0;
    }
    h2{
        font-size: 1.7441em;
    }
    .hero-content-left h1{
        font-size: 2.25rem;
        line-height: initial;
    }
    .mt--120{
        margin-top: -50px;
    }
    .pt-150{
      padding-top: 50px;
    }

    /*navbar*/
    .main-menu ul li{
        padding: 15px 0 0;
    }

    /*promo*/
    div[class*='col-']:not(:last-of-type){
        /* margin-bottom: 20px !important; */
    }
    .row> div[class*='col-']:last-of-type{
        margin-bottom: 0;
    }
    .about-content-right{
        margin-top: 20px;
    }

    /*counter*/
    .counter{
        margin-top: 25px;
    }
    .single-card{
        padding: 10px 15px;
        margin-bottom: 25px;
        margin-left: 16px;
    }
    .single-card:nth-child(2n){
        top: 0;
    }

    /*client*/
    .client-section-wrap.d-flex{
        display: inherit !important;
    }

    /*subscribe form*/
    .subscribe-form{
        width: 100%;
    }

    .download-btn a.btn{
        margin: 7px 0;
    }
.producttop {
    margin-right: 0;
    margin-top: 0;
}
h1.dist {
    font-size: 60px;
}
p.part {
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 0px;
}
section.distribution.about-sectionn {
    padding-top: 10px;
    padding-bottom: 20px;
}
.esg-section {
    padding: 25px 20px;
}
.indd {
    margin-bottom: 10px;
    margin-top: 10px;
}
.esg-buttons {
    margin-top: 0px;
}
.btn-blue {
    padding: 10px 25px;
    margin-right: 0;
}
.btn-outline {
    padding: 10px 25px;
    margin-left: 0px;
    margin-left: 0px;
    margin-top: 10px;
}
.esg-letter {
    font-size: 14rem;
    line-height: 0.8;
}
.esg-subtitle {
    margin-top: 0px;
}
.p50 {
    padding-top: 10px;
    padding-bottom: 10px;
}
section.financial-section {
    padding: 30px 0px 40px;
}
.chairman-image {
    text-align: center;
}
.chairman-image img {
    width: 70%;
}
.stat-item h3 {
    font-size: 3.5rem;
    margin: 0;
}
.stat-item p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 6px;
}
.mbt100 {
    margin-bottom: 10px;
    margin-top: 10px;
}
section.chairman-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.cert-box {
    padding: 20px 30px;
    gap: 12px;
    min-height: 100px;
    margin-bottom: 0px;
}
.ptb100 {
    padding-top: 25px;
    padding-bottom: 25px;
}
p.life {
    padding-left: 0%;
}
.mtb5 {
    margin-top: 0px;
    margin-bottom: 30px;
}
.imgcardds {
    height: 180px;
}
.imgcardds h2 {
    font-size: 1.7rem;
}
h1.opening {
    font-size: 35px;
    margin-bottom: 0px;
}
.job-info {
    padding: 8px 18px;
    font-size: 0.95rem;
    margin-right: 0px;
    width: 50%;
}
.pt100 {
    padding-top: 40px;
}
.brandimg {
    display: flex;
    align-items: center;
}
p.top {
    font-size: 15px;
}
.brand-card {
        padding: 1.2rem;
        margin-bottom: 0px;
    }
.tag {
        border-radius: 50px;
        padding: 2px 10px;
        font-size: 12px;
        text-align: center;
    }
.menu-overlay {
    width: 60%;
    height: 100%;
}
h2.footer-title {
    font-size: 60px;
    margin-bottom: 30px;
}
.fcard {
    padding-left: 20px;
}
.contact-section {
    margin-top: 30px;
}
.footer-subtitle {
    font-size: 18px;
}
section.careers-section {
    margin-bottom: 50px;
}
.row.text-center.text-md-start {
    margin: 0;
}
.about-section h1 {
    font-size: 50px;
    line-height: 1;
}
.about-section p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 20px;
}
.main-card .text-overlay {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}
.dt {
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 18px;
}
.hd h1 {
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    line-height: 20px;
}
.hd p {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    line-height: 18px;
}
.brandbtn {
    display: flex;
    justify-content: space-between;
}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {

    .mt--120{
        margin-top: -50px;
    }
    .pt-150{
        padding-top: 60px;
    }

    /*promo*/
    div[class*='col-']:not(:last-of-type){
        margin-bottom: 20px !important;
    }
    .row> div[class*='col-']:last-of-type{
        margin-bottom: 0;
    }
    .about-content-right{
        margin-top: 20px;
    }

    /*subscribe form*/
    .subscribe-form{
        width: 100%;
    }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .mt--120{
        margin-top: -50px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
.producttop {
    margin-right: 0;
    margin-top: 0;
}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px) {
.producttop {
    margin-right: 0px;
    margin-top: -100px;
}
.emtw {
    font-size: 55px;
    font-family: "Bricolage Grotesque", sans-serif;
    line-height: 50px;
    font-weight: normal;
}
p.top {
    font-size: 17px;
}
}