/*  Variables For Font Weight */
/* Variables for colors */
/* linear-gradient */
/* Variables for mobile first media query */
/* only used for some spacing */
/* only used for container */
/* used for header only */
/* wordpress breakpoints */
/* wordpress breakpoints */
:root {
  /* Heading 1 */
  --heading1: 3.5rem;
  /* Heading 2 */
  --heading2: 3rem;
  /* Heading 3 */
  --heading3: 2.6rem;
  /* Heading 4 */
  --heading4: 2rem;
  /* Heading 5 */
  --heading5: 1.8rem;
  /* Heading 6 */
  --heading6: 1.6rem;
  /* Paragraph */
  --paragraph: 1.4rem;
  /* Small */
  --small: 1.2rem;
}
@media (min-width: 768px) {
  :root {
    --heading1: 4rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading1: 5rem;
  }
}
@media (min-width: 1699px) {
  :root {
    --heading1: 7rem;
  }
}
:root .has-heading-1-font-size {
  line-height: 1.172;
}
@media (min-width: 768px) {
  :root {
    --heading2: 3.5rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading2: 4.2rem;
  }
}
@media (min-width: 1699px) {
  :root {
    --heading2: 5.4rem;
  }
}
:root .has-heading-2-font-size {
  line-height: 1.22;
}
@media (min-width: 768px) {
  :root {
    --heading3: 3rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading3: 3.5rem;
  }
}
@media (min-width: 1699px) {
  :root {
    --heading3: 4.2rem;
  }
}
:root .has-heading-3-font-size {
  line-height: 1.29;
}
@media (min-width: 768px) {
  :root {
    --heading4: 2.4rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading4: 2.9rem;
  }
}
@media (min-width: 1699px) {
  :root {
    --heading4: 3.2rem;
  }
}
:root .has-heading-4-font-size {
  line-height: 1.313;
}
@media (min-width: 768px) {
  :root {
    --heading5: 2.1rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading5: 2.4rem;
  }
}
:root .has-heading-5-font-size {
  line-height: 1.34;
}
@media (min-width: 992px) {
  :root {
    --heading6: 2rem;
  }
}
:root .has-heading-6-font-size {
  line-height: 1.4;
}
@media (min-width: 768px) {
  :root {
    --paragraph: 1.8rem;
  }
}
:root .has-paragraph-font-size {
  line-height: 1.371;
}
@media (min-width: 768px) {
  :root {
    --small: 1.6rem;
  }
}
:root .has-small-font-size {
  line-height: 1.375;
}

.services {
  padding: 5rem 0;
  background: #F3F7F9;
}
@media (min-width: 992px) {
  .services {
    padding: 6rem 0;
  }
}
@media (min-width: 1499px) {
  .services {
    padding: 7rem 0;
  }
}
@media (min-width: 1699px) {
  .services {
    padding: 8rem 0;
  }
}
.services.work-with-us .col-10 {
  margin: 0 auto;
}
@media (max-width: 576px) {
  .services.work-with-us .col-10 {
    max-width: 100%;
    width: 100%;
    flex: 100%;
  }
}
.services.work-with-us .services--title h2,
.services.work-with-us .services--title h6 {
  max-width: 100%;
  width: 100%;
  text-align: left;
}
@media (min-width: 576px) {
  .services.work-with-us .services--title h2,
  .services.work-with-us .services--title h6 {
    text-align: center;
  }
}
.services.work-with-us .services--title h2 {
  margin-bottom: 1rem;
}
.services.work-with-us .services--content h4 {
  color: #005F83;
}
.services.work-with-us .services--content-wrapper-box {
  border-right: 1px solid #d9d9d9;
  padding: 2rem;
}
@media (min-width: 768px) {
  .services.work-with-us .services--content-wrapper-box {
    padding: 3rem;
  }
}
@media (min-width: 1699px) {
  .services.work-with-us .services--content-wrapper-box {
    padding: 4rem;
  }
}
.services.work-with-us .services--content-wrapper-box h6 {
  color: #005F83;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.371;
  margin-bottom: 0;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .services.work-with-us .services--content-wrapper-box h6 {
    font-size: 1.8rem;
  }
}
.services--title {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .services--title {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1380px) {
  .services--title {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1699px) {
  .services--title {
    margin-bottom: 8rem;
  }
}
.services--title .row {
  align-items: center;
}
.services--title h2 {
  margin-bottom: 0;
  max-width: 550px;
}
.services--title h6 {
  margin-top: 2rem;
  margin-bottom: 0;
  font-weight: 300;
  color: #005F83;
}
@media (min-width: 768px) {
  .services--title h6 {
    margin-top: 0;
  }
}
.services--content h4 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .services--content h4 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1699px) {
  .services--content h4 {
    margin-bottom: 4rem;
  }
}
.services--content-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.4rem;
}
@media (min-width: 576px) {
  .services--content-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .services--content-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1380px) {
  .services--content-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.services--content-wrapper-box {
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .services--content-wrapper-box {
    padding: 3rem;
  }
}
.services--content-wrapper-box-img {
  max-width: 3rem;
  max-height: 3rem;
  flex: 0 0 3rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .services--content-wrapper-box-img {
    max-width: 4rem;
    max-height: 4rem;
    flex: 0 0 4rem;
    margin-bottom: 2.4rem;
  }
}
.services--content-wrapper-box-img img,
.services--content-wrapper-box-img svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services--content-wrapper-box h6 {
  color: #005F83;
  margin-bottom: 0.8rem;
  flex-grow: 1;
}
.services--content-wrapper-box p.small {
  color: #595959;
  margin-bottom: 0;
}
