
.page-services .column ul {list-style:none; margin: 0; padding: 0;}

.section-one, .section-two, .section-three, .section-four, .section-five, .section-six, .section-seven {width: 100%; float: left; margin: 80px 0 0 0; }

.page-services .main-content {text-align: center; margin: 70px 0;}
.section-one h2 {color: black;}
.section-one .photo-container {width: 100%; height: 100%; overflow: hidden;}
.section-one .photo-container img {width: 100%; height: 100%; object-fit: cover;}

.section-two {}
.section-two { width: 100%; float: left;  margin: auto; padding: 2% 0 0 0; background: white; }
.section-two .column ul li {width: 100%; text-align: center;}
.section-two .column ul li:first-child {width: 50px; margin: 0 auto;}
.section-two .column ul li h3 {text-transform: capitalize; font-weight: 600; font-size: 25px;}
.section-two .photo-container { height: auto;  text-align: center;}
.section-three-content-container-bg {width: 100%; height: 450px;}

.section-three {color: white; padding: 0; background-color: black;}
.section-three h3 {color: white;}
.section-three .column {background-color: var(--one-color); border-radius: 10px; flex: none; width: 750px; margin: 60px 0; padding: 40px 50px; z-index: 99; position: absolute;}
.section-three .photo-container img {width: 100%; height: 100%; object-fit: cover;}
.section-three .photo-container {width: 100%; height: 100%; object-fit: cover; opacity: 0.5;}
/* .section-three p:first-of-type {width: 75%; float: left; margin: 0 20px 10px 0;} */

.section-four {text-align: center;}
.section-four h2 {color: var(--one-color); text-transform: capitalize; margin: 30px 0;}
.section-four h3 {font-size: 22px;}
.section-four .column ul { display: flex; min-height: 295px; gap: 20px;}
.section-four .column ul li { margin: 10px 0; align-items: initial; align-self: auto; flex-basis: auto; flex-grow: 1; flex-shrink: 1; flex-wrap: nowrap; justify-content: initial; flex-direction: row; padding: 10px 10px 0px 10px; border: solid 3px var(--one-color); border-radius: 10px 10px 10px 10px;}

.section-five {background-color: var(--one-color); color: white; padding: 80px 0; }
.section-five h2 {color: white;}
.section-five p:first-of-type {width: 75%; float: left; margin: 0 20px 10px 0;}

.section-six {text-align: center;}
.section-six h2 { text-transform: capitalize; margin: 30px 0; color: black;}

.section-seven {text-align: center;}
.section-seven h2 { text-transform: capitalize; margin: 30px 0; color: black;}
.section-seven ul.list-order {text-align: left; margin: 60px 0 0 0; -webkit-column-count: 2; -moz-column-count: 2;  column-count: 2; -webkit-column-gap: 40px;  -moz-column-gap: 40px; column-gap: 40px;  }
.info-cards {padding: 50px 0 0 0;}
.info-cards .column {flex: none; width: 48%; border: 1px solid var(--one-color); text-align: left; padding: 40px 0; line-height: 1.5;}
.info-cards .column h3 {font-size: 25px; text-transform: capitalize; font-weight: 400; margin: 0 0 10px 0;}
.info-cards .column ul li {float: left; width: 75%;}
.info-cards .column ul li:first-child {width: 70px; float: left; margin: 50px 20px 10px 20px;}




@media (max-width: 1500px) {

}

@media (max-width: 1400px) {

}

@media (max-width: 1300px) {

}

@media (max-width: 1200px) {

}

@media (max-width: 1100px) {
  .info-cards .column ul li {width: 65%;}
}

@media (max-width: 1000px) {

}

@media (max-width: 900px) {
  .info-cards .column {width: 47%;}
  .section-seven ul.list-order {margin: 60px 0 0 0; -webkit-column-count: 1; -moz-column-count: 1;  column-count: 1;  }
}

@media (max-width: 800px) {
 .info-cards .column {width: 100%;}
 .section-three .column {width: 90%; margin: 60px auto;}
 .section-three-content-container-bg {height: 75%;}
 .section-four .column ul {display: inline-block;}
 .section-four .column ul li {padding: 15px; margin: 15px 0 0 0;}
}

@media (max-width: 700px) {

}

@media (max-width: 600px) {

}

@media (max-width: 500px) {
}


@media (max-width: 400px) {

}