[data-cattype="83011"] .content-wrapper {
  max-width: 100%;
  margin: 0 auto; /* Center align content */
  background-color: #F5F6F8;
}

[data-cattype="83011"] .container.content-wrapper {
  background-color: #F5F6F8;
  padding: 40px 0px;
}

[data-cattype="83011"] .container.content-wrapper .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
justify-content: center;
}

[data-cattype="83011"] .custom-bg {
  background-color: #fff;
  padding: 35px 10px;
  margin: 20px;
  border-radius: 30px;
}

[data-cattype="83011"] .col-sm-4 {
    width: 332px;
}

[data-cattype="83011"] img {
  width: 100%;
  float: left;
  margin: 0px 0px 20px 0px;
  border-radius: 20px;
}

[data-cattype="83011"] h4 {
  font-size: 22px;
  text-align: left;
  margin-top: 10px;
  font-weight: bold;
  color: #003877;
}

[data-cattype="83011"] p {
  margin-top: 2px;
  text-align: justify;
  font-size: 14px;
}

@media (max-width: 1400px) {
  [data-cattype="83011"] h2 {
    font-size: 38px;
  }
  [data-cattype="83011"] h4 {
    font-size: 19px;
  }
  [data-cattype="83011"] p {
    font-size: 14px;
  }
}


@media screen and (max-width: 480px) {
  [data-cattype="83011"] h2 {
    font-size: 28px;
  }
  [data-cattype="83011"] h4 {
    font-size: 16px;
  }
  [data-cattype="83011"] p {
    font-size: 14px;
  }

  [data-cattype="83011"] .col-sm.custom-bg {
    width: 332px;
  }
}

