.service [class*=section__theme] p {
  font: normal normal 16px/26px var(--font-nunito-sans);
}
section.service:nth-of-type(odd) .text {
  padding: 25px 0px 0px 55px ;
}
section.service:nth-of-type(odd), 
section.service:nth-of-type(even) {
  margin-top: 60px !important;
  margin-left: 0;
  margin-right: 0;
}
section.service:nth-of-type(even) .text {
  padding: 25px 55px 0px 0px;
}

ul.services-list {
  padding-left: 18px;
  margin-top: -20px;
}
h1.request-title {
  margin-top: 60px;
  color: #e1e1e1 !important;
  margin-left: auto;
  margin-right: auto;
}
.request-btn {
  font-size: 17px;
  color: #e1e1e1 !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
section.row.request {
  margin-top: 90px;
  height: 355px;
  background-color: #1f3339;
}
h3.request-btn a {
  color: #e1e1e1 !important;
}
.request p {
  text-align: center;
  color: #e1e1e1 !important;
  font-size: 17px;
  line-height: 26px;
  width: 91%;
  margin: auto;
  font-weight: 200;
}
.request-btn {
  font-size: 17px;
  color: #e1e1e1 !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.service .gallery-container .section__theme--image-text .text {
  display: flex;
  flex-direction: column;
  align-self: auto !important;
}

@media only screen and (max-width: 576px) {
    section.row.request {
      margin-top: 90px;
      height: 500px !important;
      background-color: #1f3339;
  }
  .request p {
    text-align: center;
    color: #e1e1e1 !important;
    font-size: 14px !important;
    line-height: 26px;
    width: 91%;
    margin: auto;
    font-weight: 200;
  }
}

@media only screen and (max-width: 768px) {
  .row.service .section__theme--image-text .text {
    padding: 64px 0px !important;
}
  .request p {
    text-align: center;
    color: #e1e1e1 !important;
    font-size: 14px;
    line-height: 26px;
    width: 91%;
    margin: auto;
    font-weight: 200;
}
  .about .section__theme .text {
      padding-bottom: 0 !important;
  }
  section.row.request {
      margin-top: 50px;
      height: 400px;
      background-color: #1f3339;
  }
  .request-btn {
    font-size: 14px !IMPORTANT;
    color: #e1e1e1 !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 19px;
  }
  h1.request-title {
      margin-top: 47px;
      margin-bottom: 20px;
      color: #e1e1e1 !important;
      margin-left: auto;
      margin-right: auto;
  }
}