body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  color: #666;
  background-color: #fff;
}

a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #72b626;
  text-decoration: underline;
  opacity: 1;
}

.arobase::before {
  content: "@";
}

.home .container-home {
  display: flex;
  align-items: center;
  min-height: 100%;
}
.home img {
  width: 120px;
  margin: 80px auto;
}
@media (min-width: 992px) {
  .home img {
    margin: auto;
    position: fixed;
    z-index: 1;
    width: 160px;
    left: 2%;
    bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .home img {
    width: 200px;
    left: 4%;
    bottom: 40px;
  }
}
.home .color-block {
  background-color: #72b626;
  position: fixed;
  height: 200%;
  width: 100%;
  transform: rotate(-15deg);
  left: -83%;
  top: -50%;
}
.home .home-details-container {
  width: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .home .home-details-container {
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .home .home-details > div {
    max-width: 700px;
  }
}
@media (min-width: 1600px) {
  .home .home-details > div {
    max-width: 700px;
  }
}
.home .home-details h6 {
  color: #777;
  font-size: 22px;
  font-weight: 400;
}
.home .home-details h1 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  margin: 18px 0 10px;
  color: #72b626;
}
.home .home-details h1 span {
  color: #666;
}
.home .home-details p {
  margin: 10px 0 23px;
  font-size: 16px;
  line-height: 32px;
}

.custom-span-contact {
  font-weight: 600;
  padding-left: 50px;
  line-height: 21px;
  padding-top: 18px;
}
.custom-span-contact i {
  left: 0;
  top: 10px;
  font-size: 33px;
  color: #72b626;
}
.custom-span-contact span {
  opacity: 0.8;
  font-weight: 400;
}