.features {
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.815) 0%,
      rgba(255, 255, 255, 0.815) 100%
    ),
    url(../../assets/images/bg.jpg);
  background-size: cover;
  background-position: center center;

  width: 100%;
  color: white;
  text-transform: uppercase;
}

.features .section-title {
  margin-bottom: 30px;
}

.features .single-feature {
  text-align: left;
  padding: 35px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  margin-top: 30px;
  border: 1px solid #eee;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.features .single-feature:hover {
  -webkit-box-shadow: 0 3px 5px #00000017;
  box-shadow: 0 3px 5px #00000017;
  /* -webkit-transform: translateY(-5px);
  transform: translateY(-5px); */
}
.features .single-feature:hover h3 {
  transition: all 0.5s;
  color: white;
}
.features .single-feature:hover p {
  transition: all 0.5s;
  color: white;
}
.features .single-feature.green:hover {
  background-color: #ec2246;
  transition: all 0.5s;
  transform: scale(1.1);
}
.features .single-feature.red:hover {
  background-color: #1fa7aa;
  transition: all 0.5s;
  transform: scale(1.1);
}
.features .single-feature i {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  border-radius: 7px;
  -webkit-box-shadow: 0 4px 6px #0000002a;
  box-shadow: 0 4px 6px #0000002a;
  margin-bottom: 30px;
}
.features .single-feature i.red {
  background-color: #ec2246;
}
.features .single-feature i.green {
  background-color: #1fa7aa;
}
.features .single-feature h3 {
  font-size: 22px;
  font-weight: 550;
  margin-bottom: 20px;
  font-family: system-ui !important;
}

.features .single-feature p {
  line-height: 22px;
  font-style: italic;
  font-size: 14px;
}

.section-title {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 300px;
  position: relative;
  z-index: 5;
}

.section-title h3 {
  font-size: 30px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  color: #ec2246;
  text-transform: uppercase;
  font-family: system-ui;
}

.section-title h2 {
  font-size: 34px;
  margin-bottom: 25px;
  line-height: 42px;
  text-transform: capitalize;
  position: relative;
  font-weight: 800;
}

.section-title p {
  font-size: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    padding: 0 200px;
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    padding: 0 20px;
    margin-bottom: 70px;
  }

  .section-title h3 {
    font-size: 14px;
  }

  .section-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .section-title p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .section-title {
    padding: 0 10px;
    margin-bottom: 60px;
  }

  .section-title h3 {
    font-size: 26px;
  }

  .section-title h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
  }

  .section-title p {
    font-size: 14px;
  }
}

.section-title.align-right {
  padding: 0;
  padding-left: 600px;
}

.section-title.align-right h2:before {
  display: none;
}

.section-title.align-right h2:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 2px;
  width: 50px;
  background: #ff6b81;
  content: "";
}

.section-title.align-left {
  padding: 0;
  padding-right: 600px;
}

.section-title.align-left h2:before {
  left: 0;
  margin-left: 0;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 540px) {
  #features {
    padding: 100px 20px 40px 20px;
  }
  #promise {
    padding: 100px 20px 40px 20px;
  }
  #contact {
    padding: 100px 20px 120px 20px;
  }
  #togo-content {
    padding: 0px 12px;
  }
  .toogoo-img {
    display: flex;
    justify-content: center;
  }
  .toogoo-img img {
    width: 65%;
  }
  .main-banner {
    padding: 140px 0px 36px 0px;
  }
}

@media (max-width: 420px) {
  #toogoo {
    font-size: 30px;
  }
  #togo {
    font-size: 15px;
  }
}
