section[data-cattype="83003"] .content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
section[data-cattype="83003"] .content {
    max-width: 1200px; /* Adjust this value to set the fixed content width */
    background-color: #ffffff; /* White background for columns */
    padding: 0px;
    margin-bottom: -48px;
    border-radius: 30px;
	height: 650px;
  }
section[data-cattype="83003"] .content3 {
    max-width: 1200px; /* Adjust this value to set the fixed content width */
    background-color: #ffffff; /* White background for columns */
    padding: 0px;
    margin-bottom: -48px;
    border-radius: 30px;
    height: 632px;
  }
  section[data-cattype="83003"] .content4 {
    max-width: 1200px; /* Adjust this value to set the fixed content width */
    background-color: #ffffff; /* White background for columns */
    padding: 0px;
    margin-bottom: -48px;
    border-radius: 30px;
    height: 632px;
  }
  section[data-cattype="83003"] img {
    border-radius: 30px;
  }

section[data-cattype="83003"] .title {
    text-transform: capitalize;
    margin: 45px 0px 24px 0px;
  }
section[data-cattype="83003"] h3 {
    text-align: left;
    padding: 10px 25px 0px 25px;
  }  
section[data-cattype="83003"] p {
    text-align: justify;
    padding: 5px 24px 65px 24px;
  }
section[data-cattype="83003"] .custom-button {
    background-color: #F7B719;
    padding: 15px 60px;
    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';
    margin-left: 150px;
}
section[data-cattype="83003"] #custom-button {
  background-color: #F7B719;
  padding: 15px 60px;
  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';
  margin-left: 150px;
}

section[data-cattype="83003"] .custom-button:hover {
    color: #004A58;
    border: 2px solid #F7B719;
    background-color: #fff;
}

section[data-cattype="83003"] #custom-button:hover {
  color: #004A58;
  border: 2px solid #F7B719;
  background-color: #fff;
}
section[data-cattype="83003"] #buttonrow {
    margin-bottom: 60px;
  }

  @media (max-width: 1400px) {
    section[data-cattype="83003"] .title {
      font-size: 38px !important;
    }
    section[data-cattype="83003"] h3 {
      font-size: 20px;
    }
    section[data-cattype="83003"] p {
      font-size: 14px;
      padding: 5px 24px 50px 24px;
    }
    section[data-cattype="83003"] #buttonrow {
      margin-bottom: 20px;
    }
    section[data-cattype="83003"] .content3 {
      height: 570px;
    }
    section[data-cattype="83003"] .content4 {
      height: 570px;
    }
}

  @media (max-width: 576px) {
  section[data-cattype="83003"] .title {
    font-size: 28px;
    margin-bottom: -35px;
  }
section[data-cattype="83003"] .content {
  max-width: 1200px;
  background-color: #ffffff;
  padding: 0px;
  margin-bottom: -23px;
  border-radius: 30px;
  height: 570px;
}
  section[data-cattype="83003"] .content-container {
    margin-top: -32px;
    margin-bottom: -170px;
  }
  section[data-cattype="83003"] h3 {
    font-size: 18px;
  }
  section[data-cattype="83003"] p {
    font-size: 14px;
  }
  section[data-cattype="83003"] #custom-button{
    background-color: #F7B719;
    padding: 15px 60px;
    border-radius: 40px;
    border: none;
    color: white;
    cursor: pointer;
    transition: color 0.6s ease, background-color 0.6s ease;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto';
    margin-left: 120px;
    margin-top: 1px;
    width: 70%;
  }
  section[data-cattype="83003"] #custom-button:hover {
    color: #004A58;
    border: 2px solid #F7B719;
    background-color: #fff;
    width: 64%;
    margin-left: 129px;
  }
  section[data-cattype="83003"] .col-sm {
    margin-top: 52px;
  }
  section[data-cattype="83003"] .content3 {
    height: 543px;
  }
  section[data-cattype="83003"] .content4 {
    height: 539px;
    margin-top: 8px;
    margin-bottom: 5px;
  }
  section[data-cattype="83003"] #custom-button2 {
    background-color: #F7B719;
    padding: 15px 60px;
    border-radius: 40px;
    border: none;
    color: white;
    cursor: pointer;
    transition: color 0.6s ease, background-color 0.6s ease;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto';
    margin-left: 150px;
    margin-top: -43px;
    width: 57%;
  }
  section[data-cattype="83003"] #custom-button2:hover {
    color: #004A58;
    border: 2px solid #F7B719;
    background-color: #fff;
    margin-left: 150px;
    width: 64%;
    margin-left: 129px;
  }
  section[data-cattype="83003"] .background-container {
    overflow: hidden;
    margin-bottom: -36px;
  }
}

