.o-mnie-page .container {
  max-width: 1920px !important;
}

.about-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 1100px;
  top: 0;
  left: -60px;
  margin-top: 60px;
  margin-bottom: 50px;
}

.about-photo {
  width: 45%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.about-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 45%;
  padding: 50px;
  margin-right: 60px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.line-above-text {
  width: 43px;
  height: 4px;
  background-color: #050505;
}

.about-btn-box {
  display: flex;
}

.about-text-contact {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0%;
  color: #050505;
}

@media (max-width: 1024px) {
  .about-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    margin: 40px 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .about-photo,
  .about-text {
    position: static;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .about-photo img {
    width: 100%;
    height: auto;
    display: block;
  }

  .about-text {
    padding: 20px;
    text-align: left;
  }
}

@media (min-width: 1025px) and (max-width: 1199px){
  .about-wrapper {
   height: 1250px;
  }
}

@media (max-width: 1024px) {

  .about-wrapper {
    margin-top: 55px;
    margin-bottom: 0px;
  }

  .about-text {
    gap: 24px;
    font-size: 15px;
    line-height: 22px;
    padding: 16px;
    margin-top: 10px;
  }

  .about-text h1 {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: 0%;
    margin-bottom: 5px;
  }

  .about-text-contact {
    font-size: 26px;
    line-height: 34px;
  }

  .about-photo img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .about-btn-box {
    justify-content: left;
    margin-top: 20px;
  }
  .line-above-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .about-text-contact {
    font-size: 25px;
    line-height: 34px;
    text-align: left;
  }
}

@media (max-width: 768px) {

  .about-wrapper {
    margin-bottom: 0px;
  }

  .about-text {
    gap: 24px;
    font-size: 15px;
    line-height: 22px;
    padding: 16px;
    margin-top: 10px;
  }

  .about-text h1 {
    /* font-weight: 700; */
    /* font-size: 25px; */
    /* line-height: 34px; */
    /* letter-spacing: 0%; */
    /* margin-bottom: 0; */
  }

  .about-text-contact {
    font-size: 26px;
    line-height: 34px;
  }

  .about-photo img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .about-btn-box {
    justify-content: left;
    margin-top: 20px;
  }
  .line-above-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .about-text-contact {
    font-size: 25px;
    line-height: 34px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .about-text {
    font-size: 14px;
    line-height: 20px;
    gap: 20px;
  }

  /* .about-text-contact {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  } */

  .about-btn-box {
    flex-direction: column;
    align-items: center;
  }

  .about-text-contact-box {
    text-align: center;
  }
}
