/* main-section */

.home-content {
  position: relative;
  display: flex;
  min-height: 895px;
}

.content-left {
  max-width: 440px;
  max-height: 364px;
  margin-top: 175px;
  margin-left: 15px;
}
.content-left-header {
  font-family: "Georgia", serif;
  color: #01996d;
  font-size: 65px;
  line-height: 1;
  font-weight: 700;
}

.content-left-header + * {
  margin-top: 30px;
}

.content-left-text {
  font-family: "Lato", serif;
  color: #484848;
  font-weight: 500;
}

.content-left-text + * {
  margin-top: 53px;
}

.content-left-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #01996d;
  border-radius: 4px;
  width: 177px;
  height: 45px;
  color: #fff;
  font-family: "Lato";
  font-size: 20px;
}

.content-left-btn:hover {
  opacity: 0.8;
  color: #fff;
}

.content-right {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.content-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .content-right img {
    opacity: 0.3;
  }
  .home {
    min-height: unset;
    max-height: 500px;
    position: relative;
  }
  .home-content {
    position: unset;
  }
  .content-left {
    margin-top: 75px;
  }
  .content-left-header {
    font-size: 50px;
    line-height: 0.9;
  }
  .content-left-text {
    line-height: 1.3;
  }
  .content-left-header + * {
    margin-top: 20px;
  }
  .content-left-btn {
    font-size: 15px;
  }
  .content-left-text + * {
    margin-top: 35px;
  }
}
