[data-cattype="83007"] .content-wrapper {
  max-width: 100%;
  margin: 0 auto; /* Center align content */
  background-color: #F5F6F8;
}

[data-cattype="83007"] .container.content-wrapper {
  background-color: #F5F6F8;
  padding: 40px 0px;
}

[data-cattype="83007"] .container.content-wrapper .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
	justify-content: center;
}

[data-cattype="83007"] .col-sm.custom-bg {
  background-color: #fff;
  padding: 35px 10px;
  margin: 20px;
  border-radius: 30px;
}

[data-cattype="83007"] img {
  width: 100%;
  float: left;
  margin: 0px 0px 20px 0px;
  border-radius: 20px;
}

[data-cattype="83007"] h4 {
  font-size: 22px;
  text-align: left;
  margin-top: 10px;
  font-weight: bold;
  color: #003877;
}

[data-cattype="83007"] p {
  margin-top: 2px;
  text-align: justify;
  font-size: 14px;
}
section[data-cattype="83007"] .custom-button {
    background-color: #F7B719;
    padding: 15px 35px;
    border-radius: 40px;
    border: none;
    color: white;
    cursor: pointer;
    transition: color 0.6s ease, background-color 0.6s ease; /* Smooth transition for color and background-color */
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto';
    position: relative;
    z-index: 99;
}
section[data-cattype="83007"] .custom-button:hover {
    color: #003877;
    border: 2px solid #F7B719;
    background-color: #fff;
}

@media (max-width: 1400px) {
  [data-cattype="83007"] h2 {
    font-size: 38px;
  }
  [data-cattype="83007"] h4 {
    font-size: 19px;
  }
  [data-cattype="83007"] p {
    font-size: 14px;
  }
}


@media screen and (max-width: 480px) {
  [data-cattype="83007"] h2 {
    font-size: 28px;
  }
  [data-cattype="83007"] h4 {
    font-size: 16px;
  }
  [data-cattype="83007"] p {
    font-size: 14px;
  }

  [data-cattype="83007"] .col-sm.custom-bg {
    width: 332px;
  }
}

