@media screen and (min-width: 1000px) {
  .about_main {
    margin: 45px 0;
  }
  .about {
    margin: 40px 50px;
    display: flex;
    flex-direction: column;
    gap: 45px;
  }
  .first-layer {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    gap: 40px;
    justify-content: space-between;
  }
  .first-layer p {
    width: 641px;
    color: #000;
    text-align: justify;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 156.023%;
  }
  .first-layer iframe {
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
  }
  .title-third {
    color: #000;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150.523%; /* 48.167px */
  }
  .third-layer {
    color: #000;
    text-align: justify;
    font-family: Inter;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 156.023%; /* 37.445px */
  }
  .third-layer-images {
    margin-top: 45px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .third-layer-images>img{
    width: 380px;
    height: 280px;
    border-radius: 6px;
    object-fit: cover;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
}

@media screen and (max-width: 1000px) {
  .about_main {
    margin: 40px 0 20px 0;
  }
  .about {
    margin: 20px ;
    display: flex;
    flex-direction: column;
  }
  .first-layer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 45px;
    justify-content: space-between;
  }
  .first-layer p {
    color: #000;
    text-align: justify;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 156.023%; /* 18.723px */
  }
  .first-layer:nth-child(2) {
    flex-direction: column-reverse;
  }
  .first-layer iframe {
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    width: 100%;
    height: 176.667px;
    flex-shrink: 0;
  }
  .title-third {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    text-align: center;
    font-weight: 600;
    line-height: 150.523%; /* 48.167px */
  }
  .third-layer {
    color: #000;
    text-align: justify;
    font-family: Inter;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 156.023%; /* 37.445px */
  }
  .third-layer img{
    width: 100px;
  }
  .third-layer-images {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 100%;
    align-items: center;
  }
  .third-layer-images>img{
    width: 100%;
    height: 180px;
    border-radius: 6px;
    object-fit: cover;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

}
