.home {
    padding: 175px 0;
    min-height: 895px;
    position: relative;
}

.home-content {
    max-width: 440px;
}

.home-heading {
    font-family: 'Georgia', serif;
    color: #01996D;
    font-size: 65px;
    font-weight: 700;
}


.home-heading + * {
    margin-top: 30px;
}

.home-text {
    color: #484848;
    line-height: 144,5%;
    max-width: 430px;
}

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

.home-btn {
    display: flex;
}

.home-bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.home-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .home {
        padding: 40px 0;
        min-height: unset;
    }

    .home-heading {
        font-size: 45px;
        line-height: 1.2;
    }

    .home-bg-img img {
        opacity: 0.3;
    }
}