.opc {
  letter-spacing: 0.1em;
}
.opc h1 {
  margin-bottom: 75px !important;
  margin-top: 0;
}
.top-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  img {
    width: 100%;
  }
  h1 {
    font-size: 38px;
    font-weight: 500;
    position: absolute;
    color: #fff;
    margin-bottom: 0 !important;
    letter-spacing: 0.12em;
  }
}
.check-list {
  background: #ededed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 41px;
  padding-right: 41px;
  height: 80px;
  margin-bottom: 50px;
  .check-list-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    img {
      margin-right: 35px;
    }
  }
}
.service-content {
  width: 865px;
  margin: 0 auto;
  h3 {
    margin-top: 0 !important;
    margin-bottom: 42px !important;
    font-size: 16px;
    font-weight: 500;
  }

  h4 {
    margin-top: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 43px;
  }
  .service-img {
    text-align: center;
  }
}
.services {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 116px;
  img {
    margin-bottom: 14px;
  }
  &.row {
    margin-left: -2.5px;
    margin-right: -2.5px;
    .col-4 {
      text-align: center;
      padding-left: 2.5px;
      padding-right: 2.5px;
    }
  }
}
