@media only screen and (max-width: 1199px) {
  .left-section{
    width: 60%;
  }
  .section-div{
    gap: 30px;
  }
  .sec7-img-container{
    right: -50px;
  }
}
@media only screen and (max-width: 991px) {
  .sec7-middle{
    width: 90%;
  }
  .section-div{
    flex-direction: column;
    align-items: center;
  }
  .left-section{
    width: 80%;
  }
  .right-section{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .p206{
    width: 100%;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
   
  .sec7-img-container img{
    display: none;
  }
  .sec7-img-container{
    display: none;
  }
  .sec7-middle{
    width: 70%;
    height: 320px;
  }
  .sec7-middle > div:first-of-type{
    width: 80%;
    margin: auto;
    padding: 0;
  }
  .sec7-middle p{
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 20px 10px 0 10px;
  }
  .sec7-middle button{
    margin-top: 10px;
    width: fit-content;
    font-size: 14px;
    padding: 8px 16px;
    margin-left: 10px;
  }
  .section-div{
    width: 90%;
  }
  .left-section{
    width: 100%;
  }
  .main-img-case, .main-img2-case{
    background-position: center;
  }
  .right-section{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
} 
@media only screen and (max-width: 576px) {
  .p202{
    font-size: 24px;
  }
  .p201{
    font-size: 12px;
  }
  .main-name,
  .main-date{
    font-size: 12px;
  }
  .img-profile{
    width: 20px;
    height: 20px;
  }
  .section-div{
    margin-bottom: 200px;
  }
  .main-img-case, .main-img2-case{
    height: 320px;
  }
}