#whatWeDo main .main_visual {
  background-image: url("../../img/what_we_do.jpg");
}

#whatWeDo main p {
  line-height: 40px;
}

#whatWeDo main .whatWeDo-section__01 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

#whatWeDo main .whatWeDo-section__01 .section_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatWeDo main .whatWeDo-section__01 .section_container .service_container--title {
  background-color: #DF0012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
  text-align: center;
}

#whatWeDo main .whatWeDo-section__01 .section_container .service_container--title h4 {
  color: white;
  margin-bottom: 0 !important;
  padding: 1rem;
}

#whatWeDo main .whatWeDo-section__01 .section_container .service_container table {
  width: 100%;
  background-color: white;
}

#whatWeDo main .whatWeDo-section__01 .section_container .service_container table thead tr {
  width: 100%;
  text-align: center;
}

#whatWeDo main .whatWeDo-section__01 .section_container .service_container table thead tr th {
  width: 50%;
  padding: 1rem;
  background-color: #F0F0F0;
}

#whatWeDo main .whatWeDo-section__01 .section_container .service_container table thead tr th h4 {
  margin-bottom: 0;
}

#whatWeDo main .whatWeDo-section__01 .section_container .service_container table tbody tr {
  width: 100%;
  text-align: center;
}

#whatWeDo main .whatWeDo-section__01 .section_container .service_container table tbody tr td {
  width: 50%;
  padding: 1rem;
  font-size: 20px;
}

#whatWeDo main .whatWeDo-section__01 .section_container .service_container table tbody tr td a {
  text-decoration: underline;
  color: black;
}

#whatWeDo main .whatWeDo-section__01 .section_container .service_container table tbody tr td a .material-symbols-outlined.red {
  color: #DF0012;
}

#whatWeDo main .whatWeDo-section__01 .section_container__left {
  padding-right: 1rem;
  width: 50%;
}

#whatWeDo main .whatWeDo-section__01 .section_container__right {
  padding-left: 1rem;
  width: 50%;
}

#whatWeDo main .whatWeDo-section__02 table {
  width: 100%;
  background-color: white;
}

#whatWeDo main .whatWeDo-section__02 table tbody tr {
  width: 100%;
}

#whatWeDo main .whatWeDo-section__02 table tbody tr th {
  width: 25%;
  text-align: center;
  padding: 1rem;
  background-color: #F0F0F0;
}

#whatWeDo main .whatWeDo-section__02 table tbody tr th h4 {
  margin-bottom: 0;
}

#whatWeDo main .whatWeDo-section__02 table tbody tr td {
  width: 75%;
  padding: 1rem;
  font-size: 20px;
}

#whatWeDo main .whatWeDo-section__02 table tbody tr td a {
  text-decoration: underline;
  color: #0d6efd;
}

@media (max-width: 992px) {
  #whatWeDo main p {
    line-height: 32px;
  }
  #whatWeDo main .whatWeDo-section__01 .section_container .service_container table tbody tr td {
    font-size: 16px;
  }
  #whatWeDo main .whatWeDo-section__02 table tbody tr td {
    font-size: 16px;
  }
}

@media (max-width: 1110px) and (min-width: 993px) {
  #whatWeDo main .whatWeDo-section__01 .section_container .service_container--title {
    min-height: 88px;
  }
  #whatWeDo main .whatWeDo-section__01 .section_container .service_container p {
    min-height: 120px;
  }
}

@media (max-width: 905px) {
  #whatWeDo main .whatWeDo-section__01 .section_container .service_container--title {
    min-height: 75px;
  }
  #whatWeDo main .whatWeDo-section__01 .section_container .service_container table tbody tr td {
    font-size: 16px;
  }
  #whatWeDo main .whatWeDo-section__01 .section_container .service_container p {
    min-height: 94px;
  }
}

@media (max-width: 768px) {
  #whatWeDo main p {
    line-height: 32px;
  }
  #whatWeDo main .whatWeDo-section__01 .section_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #whatWeDo main .whatWeDo-section__01 .section_container__left {
    width: 100%;
    padding-right: 0;
  }
  #whatWeDo main .whatWeDo-section__01 .section_container__right {
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }
  #whatWeDo main .whatWeDo-section__01 .section_container .service_container p {
    min-height: unset;
  }
}
/*# sourceMappingURL=whatWeDo.css.map */