section[data-cattype="83005"] .background-container {
  background: linear-gradient(to bottom, #fff, #f2f5fb);
  padding: 20px 20px 35px 20px;
}

section[data-cattype="83005"] .sub-title {
  font-weight: 500;
  color: #0955ac;
}

section[data-cattype="83005"] .title {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #023876;
}

section[data-cattype="83005"] .description {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

section[data-cattype="83005"] .btn-primary {
  background-color: #09836C;
  border-color: #09836C;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
}

section[data-cattype="83005"] .btn-primary .fas {
  margin-left: 8px;
}

section[data-cattype="83005"] .btn-primary:hover {
  background-color: #006955;
  border-color: #006955;
}

  @media (max-width: 1400px) {
  section[data-cattype="83004"] h1 {
    font-size: 200px;
    margin: -130px -900px -85px -900px;
  }
  section[data-cattype="83004"] h2 {
    font-size: 38px;
  }
  section[data-cattype="83004"] h3 {
    font-size: 20px;
  }
  section[data-cattype="83004"] .custom-button {
    font-size: 14px;
  }
}

  @media (max-width: 576px) {
  section[data-cattype="83004"] h2 {
    font-size: 28px;
  }
  section[data-cattype="83004"] h3 {
    font-size: 20px;
  }
  section[data-cattype="83004"] .background-container {
    overflow: hidden;
    margin-bottom: -36px;
  }
  section[data-cattype="83004"] .custom-button {
    font-size: 14px;
  }
  section[data-cattype="83004"] h1 {
    font-size: 200px;
    margin-bottom: -93px;
  }
}

