section[data-cattype="83003"].wrapper_middle{
padding:0;
}

section[data-cattype="83003"] .content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 60px 20px;
  }
section[data-cattype="83003"] .content {
	max-width: 1200px;
	background-color: #ffffff;
	padding: 0px;
	margin-bottom: -48px;
	border-radius: 30px;
	height: 240px;
}
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;
	width: 100px;
	margin-top: -30px;
}

section[data-cattype="83003"] .title {
	text-transform: capitalize;
	margin: 45px 0px 70px 0px;
}
section[data-cattype="83003"] h3 {
	text-align: center;
	padding: 10px 25px 0px 25px;
} 
section[data-cattype="83003"] p {
	text-align: center;
	padding: 10px 20px;
}

section[data-cattype="83003"] #buttonrow {
    margin-bottom: 60px;
  }

  @media (max-width: 1400px) {
    section[data-cattype="83003"] .title {
      font-size: 38px ;
    }
    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"].wrapper_middle {
	padding: 0;
	overflow: hidden;
}

section[data-cattype="83003"] .title {
	margin: 0;
}
section[data-cattype="83003"] .content {
	max-width: 1200px;
	background-color: #ffffff;
	padding: 0px;
	margin-bottom: -23px;
	border-radius: 30px;
	height: auto;
}

  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;
  }

section[data-cattype="83003"] .content-container {
	padding: 0px 0px 50px 0px;
}

section[data-cattype="83003"] .background-container {
	padding: 40px 20px;
}

section[data-cattype="83003"] #buttonrow {
	display: none;
}




}

