.hp-section {
    padding: 90px 0 60px;
    border-top: 30px solid #016235;
}
.hp-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: #de7325;
}
.hp-section .heading h2 {
    font-family: auto;
    font-size: 45px;
    font-weight: 600;
}
.hp-section .heading {margin-bottom: 40px;}
.hp-section p, .hp-section a, .hp-section * {font-family: auto;}
#cta-wrap .hp-section .main-content {gap: 40px;}
.hp-section h3 {
    font-size: 30px;
    font-weight: 600;
}
#cta-wrap .hp-section .img {margin-bottom: 35px;}
.main-content .img-2 {
    max-width: 400px;
    margin: 30px auto 0;
    float: none;
}
.hp-section ul {
    list-style: none;
    margin-top: 30px;
}
.hp-section ul li {
    position: relative;
    font-size: 21px;
    color: #347c4a;
}
.hp-section ul li::before {
   	content: '\2714';
    font-size: 23px;
    font-weight: 600;
    position: absolute;
    left: -25px;
    top: 3px;
    color: #016235;
}
.hp-section.gallery .slider {
    max-width: 700px;
    margin: 0 auto;
    float: none;
}
.hp-section.gallery .carousel-control span::before {
    font-size: 60px;
    color: #000;
}
.hp-section.gallery .carousel-control.left {left: -113px;}
.hp-section.gallery .carousel-control.right {right: -113px;}
.hp-section.companies .main-content {justify-content: center;}
.hp-section.companies .ry-each {max-width: 400px;}
.hp-section.companies .img img {
    max-width: 600px;
    margin: 30px auto 0;
}
.hp-section .hidden-sm.hidden-md.hidden-lg {margin-bottom: 30px;}
@media (max-width: 768px) {
	.module-14 .ry-slide.ry-el-bg img {object-position: 80%;}
}
@media (max-width: 767px) {
	.hp-section .main-content {
		flex-direction: column;
		align-items: center;
	}
	.hp-section.companies .main-content {gap: 0 !important;}
	.hp-section.companies .ry-each:nth-of-type(2) ul {margin-top: 0;}
}
@media (max-width: 600px) {
	.main-content .img-2 {
		max-width: 200px;
		margin-top: 0;
	}
} 

