

@media screen and (max-width: 1200px) {
    .mail-pro__hero {
        margin-top: 55px;
    }
}

@media screen and (max-width: 1240px) {
    .wrapper {
        width: 960px;
    }
}

@media screen and (max-width: 1024px) {
    .wrapper {
        width: 840px;
    }
}

@media screen and (max-width: 1000px) {
    .wrapper {
        width: 720px;
    }
}

@media screen and (max-width: 768px) {
    .wrapper {
        width: 600px;
    }

    .title {
        font-size: 25px;
    }

    .mail-pro__feature {
        width: 280px;
        max-width: 100%;
        margin: 0px 10px 40px;
    }
}

@media screen and (max-width: 640px) {
    .wrapper {
        box-sizing: border-box;
        width: 100%;
    }

    .mail-pro__hero-title {
        font-size: 30px;
    }

    .mail-pro__hero-text {
        font-size: 20px;
    }

    .mail-pro__hero-checks {
        justify-content: center;
    }

    .hero-checks__item {
        width: auto;
        font-size: 16px;
        margin: 5px 8px;
    }

    .hero-checks__item::before {
        width: 18px;
        height: 18px;
    }

    .mail-pro__nav-item {
        padding: 0 15px;
        height: 40px;
        font-size: 16px;
    }

    .mail-pro__feature {
        width: 320px;
        max-width: 100%;
        margin: 0 40px 40px;
    }

    .mail-pro__feature-name {
        font-size: 21px;
    }

    .definition-examples__cloud {
        margin: 0;
        box-shadow: none;
        font-size: 16px;
    }

    .definition-examples__cloud:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .definition-examples__cloud:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .definition-examples__at {
        border-radius: 0;
        min-width: auto;
    }

    .definition-examples__affixes {
        text-align: center;
    }

    .title {
        text-align: center;
    }

    .title::before {
        content: none;
    }
}

@media screen and (max-width: 320px) {
    .hero-checks__item {
        width: auto;
        font-size: 14px;
        margin: 5px 8px;
    }

    .hero-checks__item::before {
        width: 15px;
        height: 15px;
    }
}