@font-face {
    font-family: 'Cambria';
    src: url('../fonts/Cambria.eot');
    src: url('../fonts/Cambria.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cambria.woff2') format('woff2'),
        url('../fonts/Cambria.woff') format('woff'),
        url('../fonts/Cambria.ttf') format('truetype'),
        url('../fonts/Cambria.svg#Cambria') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff'),
        url('../fonts/Calibri.ttf') format('truetype'),
        url('../fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }


  .esg-bnr-content .wel-c{
    font-size: 22px !important;
    letter-spacing: 2px;
  }

.newspirit-bnr-content .ESG-bnr-txt{
    font-size: 42px;
    color: #fff;
}

.spirit-right .esg-graph{
    width: 80% !important;
    height: auto;
    
}

.spirit-right .esgheading-water{
    margin-bottom: 0 !important;
    margin-left: 5px;
}

.esgheading-water{
    text-transform: none !important;
}

.dry-content{
    width: 66%;
    display: flex;
    background: #EDF8EF;
    padding: 14px 0px;
    align-items: center;
    border-radius: 10px;
    margin-top: 24px;
}

/* .dry-content .dry-box-one{
    width: 40%;
} */

.dry-content .dry-year{
    font-size: 24px;
    font-weight: 400;
}

.dry-content .dry-number{
    font-size: 42px;
    font-weight: 700;
    color: #385D24;
    margin: 0;
    text-align: left;
}
/*
@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
  }
  .dry-content .dry-number{
      text-decoration: blink;
      -webkit-animation-name: blinker;
      -webkit-animation-duration: 1s;
      -webkit-animation-iteration-count:infinite;
      -webkit-animation-timing-function:ease-in-out;
      -webkit-animation-direction: alternate;
  }
*/
.dry-content .dry-mt{
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #000;
    line-height: 1.4 !important;
}

.dry-details{
    position: relative;
    padding: 0 14px;
}

.dry-before::before{
    content: '';
    width: 1px;
    height: 80%;
    background-color: rgba(56, 93, 36, 0.5);
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(-0, -50%);

}

.dry-before .dry-mt{
    margin-top: -10px;
}

.plastic-recycle{
    padding-bottom: 60px !important;
}

.spirit-box::after{
    width: 0 !important;
}

.spirit-box::before{
    display: none;
}

.esg-left-order{
    padding-right: 0 !important;
}
.esg-right-order{
    padding-left: 0 !important;
}

.dry-content .dry-box-one {
    width: 50%;
}

.dry-content .dry-before {
    width: 100%;
}

/* .dry-details:first-child{
    width: 34%;
} */

.page-template-page-esg .suscrive-sec {margin-top:60px;}

@media screen and (max-width: 1280px){
    .dry-content{
        width: 82%;
    }
    
}
@media screen and (max-width: 1199px){
    .dry-content{
        width: 95%;
    }
    .dry-content .dry-year{
        font-size: 20px;
    }
    .dry-content .dry-number{
        font-size: 34px;
    }
    .dry-details.dry-box-one {
        width: 30%;
    }
}

@media screen and (max-width: 1024px){
    .dry-content{
        width: 80%;
    }
    .dry-details{
        width: 60%;
    }

    .esg-bnr-content .wel-c{
        font-size: 20px;
      }
    
    .newspirit-bnr-content .ESG-bnr-txt{
        font-size: 34px;
        color: #fff;
    }

    .dry-details.dry-box-one {
        width: 44%;
    }

    .dry-content .dry-year {
        font-size: 18px;
    }
    
}

@media screen and (max-width: 767px){
    .dry-content{
        width: 100%;
    }
    .spirit-right .esg-graph{
        width: 100% !important;
    }
    .esg-left-order {
        padding-right: 15px !important;
    }
    .dry-details {
        width: fit-content;
    }

    .esg-bnr-content .wel-c{
        font-size: 18px !important;
      }

      .esg-bnr-content{
        top: 74% !important;
        right: 50% !important;
        transform: translate(50%, -50%) !important;
      }
    
    .newspirit-bnr-content .ESG-bnr-txt{
        color: #fff;
    }

    .dry-details.dry-box-one {
        width: auto;
    }
    .dry-content .dry-before{
        width: 50%;
    }

}

@media screen and (max-width: 480px){

    .newspirit-bnr-content .ESG-bnr-txt{
        font-size: 26px !important;
    }

    .esg-bnr-content .wel-c{
        font-size: 14px !important;
    }
}

section.spirit-main:last-child{
    padding-bottom: 60px !important;
}
