@media only screen and (max-width: 1199px) {
  .img1,
  .img8 {
    display: none;
  }
  .sec-middle {
    width: 85%;
    min-width: 900px;
  }
}
@media only screen and (max-width: 991px) {
  .img2 {
    display: none;
  }

  .sec-middle {
    width: 80%;
    min-width: 740px;
  }
  .sec-middle .continue {
    margin: 0 10px;
  }
  .special .up1, .special .up2{
    width: 60%;
  }
  .special .under{
    padding-right: 20px;
  }
}
@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;

  }
  .special .box{
    height: 370px;
  }
  .special .up1, .special .up2{
    width: 80%;
    height: 320px;
  }
  .special .under{
    gap: 20px;
    padding-right: 5px;
  }
  .special .p2{
    font-size: 26px;
  }
  .special .p3{
    font-size: 20px;
  }
  .special .p4{
    font-size: 16px;
  }
  .quotes {
    width: 70%;
    flex-direction: column;
  }
  .quotes div {
    width: 100%;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 576px) {
  .img4{
    display: none;
  }
  p.p1{
    width: 80%;
  }
  .sec-middle {
    width: 90%;
    min-width: 300px;
  }
  .special .box{
    flex-direction: column;
    height: 580px;
  }
  .special .up1, .special .up2{
    width: 100%;
    height: 600px;
  }
  .special .up1 div, .special .up2 div{
    height: 100%;
  }
  .special .under{
    padding-right: 0;
    justify-content: flex-start;
  }
}