.choose-us-section {
  padding: 60px 0;
  margin-top: 20px;
  margin-bottom: -20px;
}

.choose-us-section .choose-title {
  letter-spacing: 0.05em;
  font-weight: 100;
  font-size: 35px;
  color: #000;
}

.choose-us-section h5 {
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 18px;
  color: #0e1541;
}

.choose-us-section p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .choose-us-section .choose-title {
    text-align: center;
    margin-bottom: 20px;
  }

  .choose-header {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .choose-header h1 {
    font-size: 30px !important;
    margin-bottom: 30px !important;
  }

  .choose-header-br {
    display: none;
  }

  .choose-content {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }
}

@media (max-width: 767.98px) {
  .choose-us-section {
    margin-top: 10px;
    margin-bottom: -50px;
  }

  .choose-header h1 {
    font-size: 25px !important;
  }

  .choose-us-section {
    padding: 30px 15px;
  }

  .choose-us-section h5,
  .choose-us-section p {
    text-align: center;
  }

  .choose-content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .choose-content p {
    font-size: 15px !important;
  }
}
