
/*ABOUT INDEX*/
.about_index {
    background: #2AA9E0;
    height: auto;
    background-image: url("https://www.the-eic.com/Portals/0/Website/Events/BankableEnergies/assets/img/iso.svg");
    background-position: center;
    background-repeat: no-repeat;
   
 
}
.about_index h2 {
    color: white;
    text-align: center;
    font-family: DM Sans !important;
    text-transform: uppercase;
    margin-bottom: 2em;
    font-weight: 600;
    font-size: 26px !important;

}
.about_index p {
    color: white;
    font-family: DM Sans !important;
    font-size: 17px;
    line-height: 33px;
    text-align: justify;
   
    
}
@media (max-width: 768px) {
    .about_index {
       height: auto;
    } 
}
@media (max-width: 600px) {
    .about_index h2 {
        margin-bottom: 1em;
        font-size: 26px;
        line-height: 38px;

        
    
    }
    .about_index p {
       font-size: 16px;
       line-height: 28px;
       padding: 0 1em;
    } 
}
/*TABLET*/

/* iPad pro Landscape*/

@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {}

/* iPad pro Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
      .about_index {
         background-position: center 200px !important;
         height: auto !important;
      
}
      
    }
/*MOBILE*/

@media (max-width: 600px) {
    .about_index h2 {
      font-size: 26px;
  
    }
  }

@media (max-width: 430px) {

    .about_index {
        background-position: center !important;
        height: auto !important;
        background-size: 300px !important;

}
}
