.section-teams {
    background-color: #245b27;
    color: #ffffff;
    padding: 40px 65px;
    text-align: center;
    position: relative;
    ;
}

.section-teams h4 {
    font-size: 38px;
    font-weight: 700;
}

.section-teams p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.btn-inquiry {
    color: #245b27;
}

.error-msg {
    color: #f00;
    font-size: 12px;
}

@media (max-width: 768px) {
    .section-teams h4 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .section-teams {
        padding: 30px 20px;
    }
}
.effective-date{
    color:#e7e3e5;
    font-weight: 300;
    font-size: 12px;
}
.header-style{
    font-size: 20px;
    margin-bottom: 8px;
    text-align: left;
}
.terms-conditions{
    margin-left: 260px;
    margin-right: 260px;
    text-align: justify;
}
.text-style{
    color:#666666;
    font-size: 14px;
}
@media (max-width: 1200px) {
    .terms-conditions {
      margin-left: 16px;
      margin-right: 16px;
    }
  
    .header-style {
      font-size: 18px;
      text-align: left;
    }
  
    .text-style {
      font-size: 14px;
      text-align: justify;
    }
  
    .terms {
      margin-bottom: 20px;
    }
  
    .mx-3 {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
  }
  
  