@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Montserrat:wght@400;700&display=swap");
.container8{
    width: 100%;
padding: 0;
    margin: auto;
}
.eslabout{
    text-align: center;
}
.eslabout h2{
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 30px;
    color: black;
}
.eslabout p{
    margin-bottom: 30px;
    line-height:1.8rem ;
    font-size: 16px;
    color: black;
}
.except4{cursor: pointer;}
.about-logo {
    padding: 50px 0 70px 0;
    text-align: center;
}
.about-logo img{
    width: 270px;
    height: 160px;
    border-radius: 40px;
    max-width: 100%;
    background-size: cover;
    background-position: center;
}
.about{
    padding: 0 15px;
}
@media (min-width: 576px) {
.container8{
    max-width: 540px;
}
  }
  @media (min-width: 768px) {
    .container8{
        max-width: 720px;
    }
    .eslabout h2{
        font-size: 42px;
        line-height: 50px;
    }
  }
  @media (min-width: 991px) {
    .about-logo {
        padding: 70px 0 100px 0;
        text-align: center;
    }
    .container8{
        max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container8{
        max-width: 1140px;
    }
  }
  @media (min-width: 1300px) {
    .container8{
        max-width: 1380px;
    }
  }