section.about {
  padding: 80px 0;
  background-color: #ffffff;
}


.title span {
  color: #C5A992;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 2px;
  position: relative;
  padding-left: 30px;
  font-weight:100;
  font-style: italic;
  font-weight: 100;
  
}
.title span:before {
    content: "";
    border-bottom: 2px solid #C5A992;
    position: absolute;
    top: 12px;
    left: 3px;
    width: 24px;
    align-items: center;
}

.section-titlee {
  font-size: 40px;
  color: #333;
  font-weight: 600;
  margin-bottom: 40px;
}

.wrapper-about {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.col-wrapper-about {
  flex: 1;
  min-width: 280px;
}
.col-wrapper-about img{
  width:100%!important; 
}
.about-img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  width:100%;
}

.about-img:hover {
  transform: scale(1.05);
}

.text {
  max-width: 600px;
  font-size: 18px;
  color: #666;
  line-height: 1.8;
}

.text p {
  margin-bottom: 20px;
}

.text strong {
  color: #333;
  font-weight: bold;
}



.btn-wrapper a {
  background-color: #C5A992;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.btn-wrapper a:hover {
  background-color: #333;
}
@media (max-width:1368px){
  .col-wrapper-about.text{
    font-size: 17px;
    line-height: 1.1;
  }
  .text p {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media (max-width: 1024px) {


  .section-titlee {
    font-size: 36px;
  }

  .wrapper-about {
    gap: 20px;
  }

  .wrapper-about {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .col-wrapper-about {
    width: 100%;
  }
  .text{
    width:100%;
  }
  .btn-wrapper a {
    font-size: 24px;
    padding: 12px 28px;
  }
}
@media (max-width: 991px) {




  .about-img {
    margin-bottom: 30px;
  }

  @media (max-width: 768px) {
    .section-titlee {
      font-size: 30px;
    }

    .text {
      font-size: 16px;
    }

    .btn-wrapper a {
      padding: 10px 25px;
      font-size: 20px;
    }
  }

  @media (max-width: 480px) {
    .section-titlee {
      font-size: 24px;
    }

    .text {
      font-size: 15px;
    }

    .btn-wrapper a {
      padding: 8px 20px;
      font-size: 18px;
    }
  }