.section-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080f17), to(#253324));
  background-image: -o-linear-gradient(top, #080f17, #253324);
  background-image: linear-gradient(to bottom, #080f17, #253324);
  padding-bottom: 0;
}

.p-home__hero {
  position: relative;
}

.p-home__hero-inner {
  padding: 5px 0 157px;
}

.p-home__hero-inner h1 {
  text-align: center;
}

.section-whoweare {
  padding-top: 0;
  padding-bottom: 0;
}

.p-home__whoweare {
  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;
  background-image: url("/sites/default/files/whoweare.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 352px;
}

.p-home__whoweare-wrap {
  position: absolute;
  bottom: -214px;
  left: 0;
  width: 100%;
}

.p-home__whoweare-wrap .container {
  width: min(100%, 1064px);
}

.p-home__whoweare-block {
  border-radius: 16px;
  border: 1px solid rgba(214, 221, 230, 0.20);
  background-color: #1E1E1E;
  -webkit-box-shadow: 0 311px 87px 0 rgba(0, 0, 0, 0.00), 0 199px 80px 0 rgba(0, 0, 0, 0.00), 0 112px 67px 0 rgba(0, 0, 0, 0.02), 0 50px 50px 0 rgba(0, 0, 0, 0.03), 0 12px 27px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 311px 87px 0 rgba(0, 0, 0, 0.00), 0 199px 80px 0 rgba(0, 0, 0, 0.00), 0 112px 67px 0 rgba(0, 0, 0, 0.02), 0 50px 50px 0 rgba(0, 0, 0, 0.03), 0 12px 27px 0 rgba(0, 0, 0, 0.03);
  padding: 20px;
}

.p-home__whoweare-block--head {
  margin-bottom: 20px;
}

.p-home__whoweare-block .field--name-field-text-plain-3 {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.9999 3.50006V38.5001M33.3742 8.62569L8.62551 33.3744M38.4999 21.0001H3.49988M33.3742 33.3744L8.62551 8.62569' stroke='%23C1F17E' stroke-width='3.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 27px 27px;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.68px;
  color: var(--color-light-green);
  padding-left: 30px;
  margin-bottom: 20px;
}

.p-home__whoweare-block--head .button {
  font-size: 20px;
  line-height: 120%;
  padding: 12px 16px;
}

.p-home__whoweare-block .field--name-field-text-format-long-1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.p-home__whoweare-readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 210px;
}

.p-home__whoweare-readmore h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -0.48px;
  color: var(--color-white);
  margin-bottom: 10px;
  text-align: center;
}

.section-services {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#121c1d), to(#080f17));
  background-image: -o-linear-gradient(top, #121c1d, #080f17);
  background-image: linear-gradient(to bottom, #121c1d, #080f17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  padding-top: 30px;
}

.section-services h2 {
  margin-bottom: 48px;
}

.p-home__services-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.p-home__services-col {
  background-color: #1E1E1E;
  border-radius: 8px;
  padding: 25px;
  width: calc(100% / 2 - 10px);
}

.p-home__services-col .field--name-field-svg-1 {
  margin-bottom: 17px;
}

.p-home__services-col .field--name-field-text-plain-2 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 5px;
}

.p-home__services-col .field--name-field-text-plain-3 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}

.section-contactus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080f17), to(#121c1d));
  background-image: -o-linear-gradient(top, #080f17, #121c1d);
  background-image: linear-gradient(to bottom, #080f17, #121c1d);
}

.p-home__contactus-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.p-home__contactus-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.34px;
  margin-bottom: 40px;
}

.p-home__contactus-form label {
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 10px;
}

.p-home__contactus-form .button {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  padding: 12px 16px;
}

.p-home__contactus-address {
  border-radius: 8px;
  border: 3px solid #151B24;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding: 25px;
}

.p-home__contactus-address h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.34px;
  margin-bottom: 12px;
}

.p-home__contactus-address p:not(:last-child) {
  margin-bottom: 12px;
}

@media (width >=480px) {
  .p-home__whoweare-wrap {
    bottom: -140px;
  }
}

@media (width >=768px) {
  .p-home__hero-inner {
    padding: 45px 0 257px;
  }

  .p-home__whoweare {
    height: 470px;
  }

  .p-home__whoweare-wrap {
    bottom: -150px;
    padding: 37px 40px 43px;
  }

  .p-home__whoweare-block--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .p-home__whoweare-block .field--name-field-text-plain-3 {
    background-size: 42px 42px;
    font-size: 42px;
    padding-left: 48px;
    margin-bottom: 0;
  }

  .p-home__whoweare-block .field--name-field-text-format-long-1 {
    font-size: 26px;
  }

  .p-home__whoweare-readmore {
    padding-top: 170px;
  }

  .p-home__whoweare-readmore h2 {
    font-size: 48px;
    margin-bottom: 64px;
  }

  .section-services {
    padding-top: 60px;
  }

  .p-home__services-col {
    width: calc(100% / 2 - 10px);
  }

  .p-home__services-col .field--name-field-text-plain-1 {
    padding: 20px 10px;
  }

  .p-home__contactus-title {
    font-size: 34px;
  }

  .p-home__contactus-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .p-home__contactus-col {
    width: calc(100% / 2 - 10px);
  }
}

@media (width >=1024px) {
  .p-home__hero-inner {
    padding: 5px 0 207px;
  }

  .p-home__whoweare-wrap {
    bottom: -137px;
  }

  .p-home__services-col {
    width: calc(100% / 4 - 15px);
  }
}

@media (width <=767px) {
  .p-home__services-row {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }


  .p-home__services-col {
    width: 100%;
  }
}