.service {
    width: 100%;
    padding: 8.125rem 9.375rem;
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .service {
        padding: 8.125rem 6rem;
    }
}

@media screen and (max-width: 900px) {
    .service {
        padding: 5.7rem 0;
    }
}

.service .heading {
    padding-left: 8.625rem;
    margin-bottom: 5rem;
}

@media screen and (max-width: 1200px) {
    .service .heading {
        padding-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .service .heading {
        padding: 0 6.7rem;
        margin-bottom: 4.3rem;
    }
}

@media screen and (max-width: 600px) {
    .service .heading {
        padding: 0 1.7rem;
        margin-bottom: 4.3rem;
    }
}

.service .image {
    margin-left: 8.625rem;
    margin-bottom: 3.125rem;
    width: 53.5%;
    padding-top: 33.5%;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .service .image {
        margin-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .service .image {
        padding: 0 6.7rem;
        width: 100%;
        margin-left: 0;
        margin-bottom: 2.9rem;
    }
}

@media screen and (max-width: 600px) {
    .service .image {
        padding: 0 1.7rem;
        width: 100%;
        margin-left: 0;
        margin-bottom: 2.9rem;
    }
}

.service .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

@media screen and (max-width: 900px) {
    .service .image img {
        position: static;
    }
}

.service .content {
    font: 400 1rem "Open Sans";
    padding-left: 8.625rem;
    width: 62%;
    font-size: 0.9rem;
}

@media screen and (max-width: 1200px) {
    .service .content {
        padding-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .service .content {
        padding: 0 6.7rem;
        width: 100%;
        font-size: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .service .content {
        padding: 0 1.7rem;
        width: 100%;
        font-size: 1rem;
    }
}

.service .content p {
    padding: 0;
    margin: 0;
    margin-bottom: 2rem;
}

.service .content p:last-child {
    margin-bottom: 0;
}

.service .content h1,
.service .content h2,
.service .content h3,
.service .content h4,
.service .content h5,
.service .content h6 {
    margin: 0;
    padding: 0;
    font: 500 1rem "Lora";
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 1.875rem;
}

.service .content h1 {
    font-size: 1.56rem;
}

.service .content h2 {
    font-size: 1.45rem;
}

.service .content h3 {
    font-size: 1.35rem;
}

.service .content h4 {
    font-size: 1.19rem;
}

.service .content h5 {
    font-size: 1.07rem;
}

.service .content h6 {
    font-size: 1rem;
}

@media screen and (max-width: 900px) {
    .service .content h1 { font-size: 1.4rem; }
    .service .content h2 { font-size: 1.3rem; }
    .service .content h3 { font-size: 1.25rem; }
    .service .content h4 { font-size: 1.2rem; }
    .service .content h5 { font-size: 1.1rem; }

    .service .content h1,
    .service .content h2,
    .service .content h3,
    .service .content h4,
    .service .content h5,
    .service .content h6 {
        margin-bottom: 2.3rem;
    }
}

.service .content ul {
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
    padding-left: 1rem;
}

.service .content ul:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 900px) {
    .service .content ul {
        padding-left: 0;
    }
}

.service .content ul li {
    display: flex;
    align-items: center;
}

.service .content ul li:not(:last-child) {
    margin-bottom: 1em;
}

.service .content ul li::before {
    content: "";
    width: 1.5rem;
    height: 1px;
    background: #000;
    margin-right: 1rem;
}

.service .content blockquote {
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    font: 600 1rem "Open Sans";
    font-size: 0.9rem;
    font-style: italic;
    display: flex;
    flex-direction: row;
    margin-bottom: 2rem;
}

.service .content blockquote:last-child {
    margin-bottom: 0;
}

.service .content blockquote::before {
    content: "\201c";
    font: 400 1rem "Open Sans";
    font-size: 3.125rem;
    line-height: 95%;
    margin-right: 1.2rem;
}

@media screen and (max-width: 900px) {
    .service .content blockquote {
        font-size: 1rem;
        padding-left: 0;
    }

    .service .content blockquote::before {
        font-size: 2.9rem;
    }
}

.service .content a {
    color: #7A6855;
}

.contacts {
    padding-bottom: 1rem !important;
}

@media screen and (max-width: 900px) {
    .contacts {
        padding-bottom: 0.5rem !important;
    }
}
