.ahuel {
  margin-top: 100px;
  background-color: #002855;
  padding: 30px;
  border-radius: 20px;
  height: 350px;
}
.bolshe {
  width: 600px;
  height: 200px;
}
.adresssss {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
img {
  border-radius: 16px;
}

.op {
  opacity: 0.5;
}
.contract-section {
  background-color: #0f2a52;
  color: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
  max-width: 95%;
  margin: 40px auto;
}
.ahuel {
  margin-top: 50px;
  background-color: #002855;
  padding: 30px;
  border-radius: 20px;
}
.adresssss {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.text-warning {
  color: #f7600c !important;
}
.about-text p {
  margin-bottom: 15px;
  word-wrap: break-word;
}


@media (max-width: 767px) {
  .ahuel {
    margin-top: 100px;
    padding: 20px;
    height: 400px;
  }
  .adresssss {
    gap: 8px;
    margin-bottom: 20px;
  }
  .about-text p {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ahuel {
    padding: 25px;
  }
  .about-text p {
    font-size: 14px;
    line-height: 1.5;
  }
  .col-md-7 {
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  .ahuel {
    padding: 15px;
    height: 370px;
  }
  .about-text p {
    font-size: 12px;
  }
  .adresssss h5 {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .ahuel {
    height: 500px;
  }
  .burger-btn {
    margin-right: 20px !important;
  }
}
.orange-btn {
  border-radius: 20px;
}


.team-scroll-mobile {
  width: 100%;
  overflow: hidden;
}

.team-scroll-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.team-scroll-container::-webkit-scrollbar {
  display: none;
}

.team-scroll-container .team-card {
  flex: 0 0 90%;
  max-width: 300px;
}

@media (min-width: 768px) {
  .team-scroll-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .team-img {
    margin-right: auto;
    width: 291px !important;
    height: 290px !important;
  }
}
.team-card p {
  opacity: 0.5;
}
.team-card h5 {
  font-weight: 700;
}
.team-card h5,
.team-card p {
  text-align: left !important;
  margin-right: auto;
}
.team-img {
  margin-right: auto;
  width: 291px !important;
  height: 290px !important;
}

.text-warning {
  color: #f7600c !important;
  font-weight: 700;
}

.ourTittle {
  font-weight: 700;
}
@media (max-width: 768px) {
  .adresssss h5 {
    font-size: 16px;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0%;
  }
  .ahuel {
    padding-left: 14px;
    padding-right: 14px;
    height: auto;
    padding-bottom: 180px;
    padding-top: 32px;
  }
  .text-white {
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    font-size: 16px !important;
  }
 
  .title1 {
    width: 256px;
  }
}
