.about-row-first .column {
  width: 50%;
}

.about-row-first {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}

.about-row-first .title-col {
  font-family: Poppins;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
}
.about-row-first .title-col .highlight-text {
  color: #ff7606;
}

.about-row-first .text-col {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
}

.about-content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.about-content-row.left-img {
  margin-bottom: 40px;
}
.about-content-row.right-img .content-right-img {
  padding-right: 0px;
}
.about-content-row.right-img {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 120px;
  justify-content: flex-end;
}

.about-content-row.right-img .content-text-col,
.about-content-row.right-img .content-right-img {
  width: 50%;
  position: relative;
}

.about-content-row.right-img .content-right-img img {
  width: 100%;
  z-index: 10;
  position: relative;
}

.extra-desk-title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  margin: 0;
  margin-bottom: 24px;
  line-height: 48px;
}

.extra-desk-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.extra-desk-btn {
  padding: 12px 12px;
  width: 100%;
  display: flex;
  gap: 13px;
  background-color: #ff7606;
  border-radius: 8px;
  border: none;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: 200px;
  text-align: center;
  justify-content: center;
  margin-top: 24px;
  transition: 0.2s;
}

.about-content-row.right-img .content-text-col {
  width: calc(min(50%, 1320px / 2) - 124px);
  padding-left: 20px;
  margin-right: 124px;
}

@media only screen and (max-width: 1024px) {
  .about-row-first .title-col {
    font-family: Poppins;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
  }
  .about-content-row.right-img .content-text-col {
    width: calc(min(50%, 1320px / 2) - 20px);
    padding-left: 20px;
    margin-right: 20px;
  }
  .about-content-row.left-img .content-left-img {
    flex: none;
    max-width: 100%;
    display: flex;
    width: 50%;
  }
  .about-content-row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
  }
  .extra-desk-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    margin: 0;
    margin-bottom: 24px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 768px) {
  .about-row-first {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    flex-direction: column;
    gap: 40px;
  }
  .about-row-first .column {
    width: 100%;
  }
  .about-content-row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    flex-direction: column;
    gap: 40px;
  }
  .about-content-row.left-img .content-left-img {
    flex: none;
    max-width: 100%;
    display: flex;
    width: 100%;
  }
  .about-content-row.right-img {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 60px;
    justify-content: flex-end;
    flex-direction: column-reverse;
  }
  .about-content-row.right-img .content-text-col {
    width: 100%;
    padding-left: 20px;
    margin-right: 0;
  }
  .about-content-row.right-img .content-text-col,
  .about-content-row.right-img .content-right-img {
    width: 100%;
    position: relative;
  }
  .about-content-row.right-img .content-right-img {
    margin-top: 60px;
  }
}
