@media only screen and (max-width: 1199px) {
  .img1,
  .img8 {
    display: none;
  }
  .sec-middle {
    width: 85%;
    min-width: 900px;
  }
  .president-box {
    padding: 40px 20px;
    justify-content: center;
    gap: 20px;
  }
  .president-image {
    width: 46%;
  }
  .president-details {
    width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .president-box {
    flex-direction: column;
  }
  .president-image {
    width: 100%;
    height: 540px;
    background-size: cover;
    background-position: center;
  }
  .president-details {
    width: 100%;
    min-height: 400px;
  }
  .first {
    flex-direction: column-reverse;
  }
  .text {
    width: 100%;
  }
  .image {
    width: 100%;
    height: 400px;
  }
  .p100 {
    margin-top: 30px;
  }
  .img2 {
    display: none;
  }
  .sec-middle {
    width: 80%;
    min-width: 740px;
  }
  .sec-middle .continue {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .img3,
  .img7 {
    display: none;
  }
  .sec-middle {
    width: 85%;
    min-width: 500px;
  }
  .sec-middle div:nth-of-type(1) {
    letter-spacing: 1px;

  }
  .quotes {
    width: 70%;
    flex-direction: column;
  }
  .quotes div {
    width: 100%;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 576px) {
  .president-image{
    height: 360px;
  }
  .img4{
    display: none;
  }
  .sec-middle {
    width: 90%;
    min-width: 300px;
  }
}
