
#about {
  background-color: rgb(0, 78, 156);
}

#about.section-inner {
  min-height: 450px;
}

#about .section-img {
  margin-top: 48px;
}

#about .section-text {
 padding-top: 64px;
 flex: 2;
}

#about .section-text .content {
 max-width: none;
}

.profile-img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid #fff;
  box-shadow: 0 4px 24px rgba(0,0,0,0.25);
  background: #fff;
}

#coaching .section-img {
  background-image:
    linear-gradient(to right, rgba(49, 125, 196, 0.0) 50%, rgba(49, 125, 196, 1.0) 100%),
    url('../images/DSC08187.jpeg');
}

#workshops .section-img {
  background-image:
    linear-gradient(to left, rgba(206, 127, 43, 0.0) 50%, rgb(206, 127, 43) 100%),
    url('../images/ru-recovery-ministries-zAUFtGIWc0E-unsplash.jpeg');
}

#engineering .section-img {
  background-image:
    linear-gradient(to right, rgba(102, 56, 163, 0.0) 50%, rgba(102, 56, 163, 1.0) 100%),
    url('../images/chris-ried-ieic5Tq8YMk-unsplash.jpeg');
}

@media (max-width: 850px) {
  #coaching .section-img {
    background-image:
      linear-gradient(to bottom, rgba(49, 125, 196, 0.0) 60%, rgba(49, 125, 196, 1.0) 100%),
      url('../images/DSC08187.jpeg');
  }
  #workshops .section-img {
    background-image:
      linear-gradient(to bottom, rgba(206, 127, 43, 0.0) 60%, rgb(206, 127, 43) 100%),
      url('../images/ru-recovery-ministries-zAUFtGIWc0E-unsplash.jpeg');
  }
  #engineering .section-img {
    background-image:
      linear-gradient(to bottom, rgba(102, 56, 163, 0.0) 60%, rgba(102, 56, 163, 1.0) 100%),
      url('../images/chris-ried-ieic5Tq8YMk-unsplash.jpeg');
  }
}

#coaching .section-text {
  background-color: rgb(49, 125, 196);
}

#workshops .section-text {
  background-color: rgb(206, 127, 43);
}

#engineering .section-img {
  background-image:
    linear-gradient(to right, rgba(102, 56, 163, 0.0) 50%, rgba(102, 56, 163, 1.0) 100%),
    url('../images/chris-ried-ieic5Tq8YMk-unsplash.jpeg');
}

@media (max-width: 850px) {
  #about.section-inner, #workshops.section-inner {
    flex-direction: column-reverse;
  }

  #about .section-img {
    justify-content: center;
  }

  #about .section-text {
    padding-top: 0;
  }

  #about .section-img {
    margin-top: 96px;
  }

  .profile-img {
    width: 200px;
    height: 200px;
  }

  #engineering .section-img {
    background-image:
      linear-gradient(to bottom, rgba(102, 56, 163, 0.0) 60%, rgba(102, 56, 163, 1.0) 100%),
      url('../images/chris-ried-ieic5Tq8YMk-unsplash.jpeg');
  }
}

#engineering .section-text {
  background-color: rgb(102, 56, 163);
}

#contact {
  background-color: #3b3b3b;
  clip-path: polygon(0 2vh, 100% 1px, 100% 100%, 0 100%);
}

img.profile {
  width: 220px;
  border-radius: 50%;
  border-color: #fff;
  border-width: 2px;
  border-style: solid;
  margin-bottom: 1rem;
}