.content {
    padding-top: 120px;
    padding-bottom: 120px;
    margin: 0 auto;
}

.container {
    max-width: 1180px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
}

h2.heading-2 {
    padding: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.01em;
}

h3.heading-3 {
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
}

.position-relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.page-template-microtools .how-to-use__image {
    width: auto;
    max-width: 422px;
}

.page-template-microtools .how-to-use__content {
    width: auto;
    max-width: 658px;
}

.page-template-microtools .seo-text-block {
    padding-top: 0;
}

.page-template-microtools .seo-text-block__title {
    display: none;
}

.page-template-microtools .how-to-use {
    background-color: var(--se-main-color-grey);
}

.top-block {
    padding-top: 48px;
}

.page-template-microtools .top-block__content {
    padding-top: 30px;
}

@media screen and (max-width: 1199px) {
    .content {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    h2.heading-2 {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }

    h3.heading-3 {
        margin-bottom: 48px;
        font-size: 22px;
        line-height: 28px;
    }

    .page-template-microtools .top-block__content {
        padding-top: 18px;
        padding-bottom: 80px;
    }

    .page-template-microtools .how-to-use__title {
        margin-left: 0;
        text-align: start;
    }

    .page-template-microtools .how-to-use__content {
        max-width: none;
    }

    .page-template-microtools .how-to-use__text {
        text-align: start;
    }
}

@media screen and (max-width: 1170px) {
    .page-template-microtools .seo-text-block__group-wrapper:nth-child(2) {
        margin-top: 20px;
    }

    .page-template-microtools .seo-text-block {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .content {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    h2.heading-2 {
        margin-right: 0;
        margin-left: 0;
        font-size: 26px;
        line-height: 32px;
        text-align: left;
    }

    h3.heading-3 {
        margin-bottom: 32px;
        font-size: 20px;
        text-align: start;
    }

    .top-block {
        padding-top: 32px;
    }

    .breadcrumbs {
        padding: 0;
        text-align: start;
    }

    .top-block__title {
        text-align: start;
    }

    .page-template-microtools .top-block__content {
        padding-top: 2px;
        padding-bottom: 48px;
    }
}