[data-cattype="83007"] .content-wrapper {
  max-width: 100%;
  margin: 0 auto; /* Center align content */
  background-color: #F5F6F8;
}

.row > .custom-bg {
  flex: 0 0 29.333%;
  max-width: 33.3333%;
  margin-bottom: 1.5rem;
}


[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;
  display: flex !important;
  flex-wrap: wrap;
}

[data-cattype="83007"] .col-sm.custom-bg {
  background-color: #fff;
  padding: 15px 15px;
  margin: 10px;
  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: #000000;
}

[data-cattype="83007"] p {
  margin-top: 2px;
  text-align: Center;
  font-size: 14px;
}

@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;
  }

@media (max-width: 480px) {

  [data-cattype="83007"] .container.content-wrapper .row {
    justify-content: center;
  }

  [data-cattype="83007"] .col-sm.custom-bg {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 20px 0px 0 0px;
  }

}
