.section .container {
  max-width: 650px;
}

.section-1 {
  background-image: url(../images/home/home-banner.png);
  background-size: cover;
  background-position: left center;
  height: 300px;
  padding: 150px 20px;
}

.section-1 .container {
  position: relative;
  max-width: 900px;
}

.section-1 .hero {
  background-color: #FFFFFF;
  border-radius: 20px;
  opacity: 0.85;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  max-width: 650px;
}

.section-1 .hero p {
  font-size: 16px;
}

.section-1 .hero .btn {
  padding: 20px 60px;
}

.section-2 {
  background-color: #F4E8DA;
  padding: 40px 20px;
  text-align: center;
}

.section-2 p {
  font-size: 16px;
  line-height: 30px;
  padding-top: 0;
}

.section-2 img {
  margin-top: 80px;
  width: 80px;
}

.section-3 {
  text-align: center;
}

.section-3 .container {
  max-width: 700px;
}

.section-3 h2 {
  text-transform: uppercase;
}

.section-3 h6 {
  font-size: 14px;
  margin: 0;
}

.section-3 h2 strong {
  display: block;
  font-size: 40px;
}

.section-3 em {
  font-size: 12px;
}

.section-3 p {
  font-size: 16px;
  margin: auto;
  max-width: 650px;
  padding: 20px;
  text-align: center;
}

.section-3 img {
  max-width: 150px;
}

.section-3 .team {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto;
  max-width: 700px;
}

.section-3 .team .member {
  margin: 0 10px 40px;
  width: 200px;
}

.section-4 {
  background-color: #F4E8DA;
  padding: 40px 0 0;
}

.section-4 h2 {
  border: 1px solid #0A0A0A;
  margin: 0;
  padding: 40px;
  text-transform: uppercase;
}

.section-4 .container > ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}

.section-4 .container > ul > li {
  border-left: 1px solid #0A0A0A;
  padding: 20px;
  position: relative;
}

.section-4 .container > ul > li::before {
  background-color: #F4E8DA;
  border: 4px solid #0A0A0A;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 11px;
  left: -10px;
  position: absolute;
  top: 22px;
  width: 11px;
}

.section-4 .container > ul > li.done::before {
  background-color: #008800;
  border: 0;
  color: #FFFFFF;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  height: 21px;
  line-height: 21px;
  text-align: center;
  width: 21px;
}



.section-4 .container h4 {
  margin: 0 0 20px;
  text-transform: uppercase;
}

.section-4 .container h5 {
  font-size: 18px;
}

.section-4 ul ul {
  list-style: none;
  line-height: 30px;
  padding: 0;
}

.section-4 ul ul li {
  margin-bottom: 15px;
}

@media(max-width: 767px) {
  .section-1 {
    padding: 100px 20px;
    height: 300px;
  }
  .section-1 .hero {
    opacity: 0.90;
    position: static;
  }
}

@media(max-width: 650px) {
  .section-4 h2 {
    border-left: 0;
    border-right: 0;
  }
}