section[data-cattype="83005"].wrapper_middle {
	padding: 0px;
}

section[data-cattype="83005"] .background-container {
  background: linear-gradient(to bottom, #fff, #f2f5fb);
}

section[data-cattype="83005"] .sub-title {
  font-weight: 500;
  color: #09836C;
}

section[data-cattype="83005"] .title {
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #00a4ed;
}

section[data-cattype="83005"] .description {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

section[data-cattype="83005"] .btn-primary {
  background-color: #09836C;
  border-color: #09836C;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
}

section[data-cattype="83005"] .btn-primary .fas {
  margin-left: 8px;
}

section[data-cattype="83005"] .btn-primary:hover {
  background-color: #006955;
  border-color: #006955;
}


[data-cattype="83005"] ul.box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	padding: 0;
}


[data-cattype="83005"] ul.box li{
    width: calc(33% - 20px);
    margin: 10px;
    text-align: center;
    border: 1px solid #fd1c02;
	padding:10px;
	list-style:none;
transition:0.3s;
}


[data-cattype="83005"] ul.box li:hover{
    border: 1px solid #fd1c02;
	background-color:#fd1c02;
color:#fff;
transition:0.3s;
}

[data-cattype="83005"] .image-bg{
  height: 600px; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}

[data-cattype="83005"] .content-left {
	padding: 0px 60px;
}

@media only screen and (max-width: 1440px) and (min-width: 1200px) {

[data-cattype="83005"] .content-left {
	padding: 0px 30px;
	width: 60%;
}

[data-cattype="83005"] .image-bg {
	width: 40%;
}

}




  @media (max-width: 1400px) {
  section[data-cattype="83004"] h1 {
    font-size: 200px;
    margin: -130px -900px -85px -900px;
  }
  section[data-cattype="83004"] h2 {
    font-size: 38px;
  }
  section[data-cattype="83004"] h3 {
    font-size: 20px;
  }
  section[data-cattype="83004"] .custom-button {
    font-size: 14px;
  }
}

  @media (max-width: 576px) {
  section[data-cattype="83004"] h2 {
    font-size: 28px;
  }
  section[data-cattype="83004"] h3 {
    font-size: 20px;
  }
  section[data-cattype="83004"] .background-container {
    overflow: hidden;
    margin-bottom: -36px;
  }
  section[data-cattype="83004"] .custom-button {
    font-size: 14px;
  }
  section[data-cattype="83004"] h1 {
    font-size: 200px;
    margin-bottom: -93px;
  }
[data-cattype="83005"] ul.box li {
	width: 100%;
}

section[data-cattype="83005"].wrapper_middle {
	padding: 0;
}

[data-cattype="83005"] .content-left {
	padding: 30px 30px;
}

[data-cattype="83005"] .image-bg {
	height: 200px;
}

}

