/* start section our services */
@media screen and (min-width: 768px) {
  .section_our_services .section_header {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .section_our_services .section_header {
    max-width: 70%;
  }
}
.row_services {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .row_services {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.section_our_services .col_service {
  margin-bottom: 20px;
}
.section_our_services .col_service .wrapper_content {
  height: 100%;
  padding: 20px;
  background-color: var(--color-white-400);
  -webkit-border-radius: var(--border-radius-200);
  border-radius: var(--border-radius-200);
  -webkit-box-shadow: var(--box-shadow-500);
  box-shadow: var(--box-shadow-500);
}
.section_our_services .col_service i {
  font-size: 40px;
  color: var(--color-main-100);
}
.section_our_services .col_service .service_title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section_our_services .section_conclusion {
  text-align: center;
  font-size: 20px;
}
/* // end section our services */
