.section-hero {
  background-image: url("../jpg/bg-img.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-color: #053041;
  color: #fff;
  padding: 12px 0 60px;
  font-size: 21px;
}
.section-hero h1 {
  color: #fff;
}
.section-hero .btn {
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .section-hero {
    padding: 36px 0 60px;
    font-size: 24px;
  }
  .section-hero h1 {
    font-size: 60px;
  }
  .section-hero p:last-of-type {
    margin-top: 30px;
  }
  .section-hero .btn {
    margin-top: 30px;
  }
}

.section-raise-your-profile {
  background-color: #f2f2f2;
  padding: 30px 0 72px;
}
.section-raise-your-profile h2 {
  font-size: 24px;
}
.section-raise-your-profile p {
  font-size: 21px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .section-raise-your-profile {
    padding: 72px 0 96px;
  }
  .section-raise-your-profile h2 {
    font-size: 33px;
  }
}

.section-raise-your-profile-item,
.section-who-to-reach-item {
  margin-top: 30px;
  text-align: center;
  padding: 0 15px;
}
.section-raise-your-profile-item .symbol-container,
.section-who-to-reach-item .symbol-container {
  margin: 0 auto;
  fill: #e35206;
  width: 55px;
  height: 55px;
}
.section-raise-your-profile-item .symbol-container-group,
.section-who-to-reach-item .symbol-container-group {
  width: 85px;
}
.section-raise-your-profile-item .symbol-container svg,
.section-who-to-reach-item .symbol-container svg {
  height: inherit;
  width: inherit;
}
.section-raise-your-profile-item h3,
.section-who-to-reach-item h3 {
  font-size: 28px;
  color: #e35206;
  margin-top: 6px;
}
.section-raise-your-profile-item p,
.section-who-to-reach-item p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .section-raise-your-profile-item p,
  .section-who-to-reach-item p {
    margin-top: 30px;
    padding: 0 30px;
  }
}

.section-bespoke-package {
  padding: 24px 0 36px;
  background-color: #fff;
}
.section-bespoke-package h2 {
  font-size: 33px;
  line-height: 1.5;
}
.section-bespoke-package p {
  font-size: 18px;
  margin-top: 24px;
}
.section-bespoke-package .btn {
  text-align: center;
  margin-top: 24px;
}
.section-bespoke-package .symbol-container {
  width: 250px;
  height: 350px;
  float: right;
  margin-top: 24px;
}
.section-bespoke-package .symbol-container svg {
  width: inherit;
  height: inherit;
}
@media (min-width: 768px) {
  .section-bespoke-package {
    padding: 72px 0 96px;
  }
}
@media (min-width: 992px) {
  .section-bespoke-package .symbol-container {
    width: 410px;
    height: 380px;
    float: right;
    margin-top: 24px;
  }
  .section-bespoke-package .symbol-container svg {
    width: inherit;
    height: inherit;
  }
}

.section-who-to-reach {
  padding: 30px 0 72px;
  background-color: #007dba;
  color: #fff;
}
.section-who-to-reach h2 {
  font-size: 33px;
  color: #fff;
}
.section-who-to-reach p {
  font-size: 18px;
  margin-top: 24px;
}
.section-who-to-reach-item .symbol-container {
  fill: #fff;
}
.section-who-to-reach-item h3 {
  color: #fff;
}
.section-who-to-reach-item p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .section-who-to-reach {
    padding: 72px 0 96px;
  }
  .section-who-to-reach h2 {
    font-size: 33px;
  }
}

.section-work-with {
  padding: 30px 0 72px;
  background-color: #fff;
}
.section-work-with h2 {
  font-size: 33px;
}
.section-work-with p {
  font-size: 18px;
  margin-top: 24px;
}
.section-work-with .btn {
  text-align: center;
  margin-top: 24px;
}
.section-work-with-logos {
  list-style: none;
  margin: 30px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  max-width: 475px;
}
.section-work-with-logos li {
  margin: 24px 12px;
  max-width: 55px;
  flex: 1 0 auto;
}
.section-work-with-logos li img {
  width: 100%;
}
@media (min-width: 768px) {
  .section-work-with-logos {
    max-width: 500px;
  }
  .section-work-with-logos li {
    max-width: 75px;
  }
}
@media (min-width: 992px) {
  .section-work-with {
    padding: 72px 0 96px;
  }
  .section-work-with-logos li {
    margin: 45px 15px;
    max-width: 90px;
  }
}
@media (min-width: 1200px) {
  .section-work-with-logos {
    max-width: 595px;
  }
  .section-work-with-logos li {
    max-width: 100px;
  }
}

.section-form {
  background-color: #f2f2f2;
  padding: 75px 0;
}
.section-form form {
  padding-top: 30px;
}
.section-form .btn {
  text-align: center;
  margin-top: 24px;
}
.section-form-widget {
  background-color: #fff;
  padding: 36px;
  margin: 12px 0 72px;
  text-align: center;
}
.section-form-widget h3 {
  margin: 24px;
}
.section-form-widget p {
  color: #485d65;
}
.section-form-widget a {
  margin: 24px 0;
  display: block;
  font-size: 18px;
  font-family: "Ne10-simplified", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.section-form-widget .symbol-container {
  margin: 12px auto;
  background-color: #5b9cd4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  fill: #fff;
}
.section-form-widget .symbol-container svg {
  width: 50px;
  height: 50px;
}
.section-form .section-form-widget:first-of-type {
  margin: 12px 0 36px;
}
.section-form .section-form-widget:first-of-type a {
  font-size: 21px;
}
@media (min-width: 992px) {
  .section-form {
    padding: 72px 0 96px;
  }
  .section-form-widget {
    padding: 36px 60px;
  }
  .section-form-widget h3 {
    font-size: 21px;
  }
}