@import url("https://fonts.cdnfonts.com/css/poppins");
@import url("https://fonts.cdnfonts.com/css/seaweed-script");
@import url("https://fonts.cdnfonts.com/css/sue-ellen-francisco");

.ein-2 .project-pressmaster {
    font-family: "Poppins", sans-serif;
    color: #4e4f54;
    letter-spacing: 0.2px;
    background: #edf7ff;
    position: relative;
    overflow: hidden;

    .pressmaster__bg {
        position: absolute;
        top: 374px;
        right: 0;
        height: auto;
        width: max-content;
    }

    .pressmaster__bg img {
        object-fit: contain;
        object-position: right;
    }

    section {
        padding: 60px 22px;
        background: #edf7ff;
    }

    picture {
        width: 100%;
        height: 100%;

        img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
        }
    }

    .icon img {
        object-fit: contain;
        height: auto;
    }

    img {
        display: block;
        max-width: 100%;
    }

    .container {
        max-width: 1348px;
        position: relative;
        z-index: 2;
    }

    h2,
    .h2-heading {
        font-size: 40px;
        line-height: 60px;
        font-weight: 500;
        letter-spacing: 0.2px;
        text-transform: none;
        font-family: "Poppins", sans-serif;
        color: #000000;
        margin: 0;
    }

    h3,
    .h3-heading {
        font-family: "Poppins", sans-serif;
        color: #000000;
        font-size: 28px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.14px;
    }

    p {
        color: #4e4f54;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.08px;
        margin: 0 0 22px;
    }

    p:last-of-type {
        margin: 0;
    }

    .image-wrap {
        width: 100%;
    }

    strong {
        letter-spacing: 0.05px;
    }

    @media only screen and (max-width: 960px) {
        p {
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0.07px;
            margin: 0 0 20px;
        }

        .pressmaster__bg {
            top: 205px;
        }

        h2,
        .h2-heading {
            font-size: 36px;
            line-height: normal;
            letter-spacing: 0.18px;
        }
    }

    @media only screen and (max-width: 660px) {
        h2,
        .h2-heading {
            font-size: 28px;
            letter-spacing: 0.14px;
        }

        h3,
        .h3-heading {
            font-size: 22px;
            letter-spacing: 0.11px;
        }
    }

    @media only screen and (max-width: 560px) {
        section {
            padding: 30px 0;
        }
    }

    /* Start of sections styles */

    .first-block {
        padding: 50px 0;
    }

    .first-block__wrap {
        justify-content: space-between;
        align-items: center;
        margin-bottom: 48px;
        row-gap: 16px;
    }

    .first-block__left {
        width: calc(54.4% - 68px);
    }

    .first-block__left .image-wrap {
        max-width: 650px;
    }

    .first-block__right {
        width: calc(45.6% - 68px);
    }

    .first-block__text {
        font-family: "Seaweed Script", sans-serif;
        color: rgba(90.74, 96.08, 109.44, 0.1);
        font-size: 36px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 0.18px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        left: 200px;
        max-width: 266px;
    }

    .first-block__content-wrap {
        position: relative;
    }

    .first-block__content {
        justify-content: flex-end;
    }

    .first-block__content .image-wrap {
        max-width: 1151px;
        position: relative;
        z-index: 2;
        box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
        border-radius: 20px;
        margin: 0 auto;
    }

    @media only screen and (max-width: 1660px) {
        .first-block__text {
            left: 120px;
        }
    }

    @media only screen and (max-width: 1520px) {
        .first-block__text {
            left: 28px;
        }
    }

    @media only screen and (max-width: 1320px) {
        .first-block__content,
        .first-block__wrap {
            padding: 0 22px;
        }

        .first-block__content .image-wrap {
            max-width: 860px;
        }

        .first-block__text {
            font-size: 22px;
            line-height: normal;
            letter-spacing: 0.11px;
            top: 48%;
            transform: translate(0, -50%);
            max-width: 225px;
        }
    }

    @media only screen and (max-width: 960px) {
        .first-block {
            padding-top: 44px;
            padding-bottom: 65px;
        }

        .first-block__left {
            width: calc(37.1% - 20px);
        }

        .first-block__left .image-wrap {
            max-width: 238px;
        }

        .first-block__right {
            width: calc(62.9% - 20px);
        }

        .first-block__content .image-wrap {
            max-width: 616px;
        }

        .first-block__wrap {
            margin-bottom: 59px;
        }

        .first-block__text {
            left: 0;
        }
    }

    @media only screen and (max-width: 560px) {
        .first-block {
            padding-bottom: 16px;
        }

        .first-block__wrap {
            margin-bottom: 40px;
        }

        .first-block__left,
        .first-block__right {
            width: 100%;
        }

        .first-block__left .image-wrap {
            max-width: 209px;
        }

        .first-block__content {
            justify-content: flex-start;
            overflow-x: auto;
            padding: 0;
            margin-left: 16px;
        }

        .first-block__text {
            top: -40px;
            transform: none;
        }

        /* Start first-block scrollbar */

        .first-block__content::-webkit-scrollbar {
            height: 6px;
        }

        .first-block__content::-webkit-scrollbar-thumb {
            border-color: #49b3ff;
            background-color: #49b3ff;
            border-radius: 20px;
        }

        .first-block__content::-webkit-scrollbar-track-piece {
            border-radius: 20px;
            background: #fff;
            margin-right: 16px;
        }

        /* End first-block scrollbar */

        .first-block__content .image-wrap {
            max-width: max-content;
            width: 581px;
            flex-shrink: 0;
            margin-bottom: 40px;
        }
    }

    .about {
        padding-top: 50px;
    }

    .about__wrap {
        border-radius: 24px;
        background: #fff;
        padding: 40px 0 40px 100px;
        align-items: center;
        justify-content: space-between;
        position: relative;
        row-gap: 40px;
    }

    .about__left {
        width: 35.8%;
    }

    .about__right {
        width: 64.2%;
    }

    .about__right .image-wrap {
        position: relative;
        z-index: 2;
    }

    .about__title {
        margin-bottom: 8px;
    }

    .about__content {
        margin-top: 40px;
    }

    .about__content .image-wrap {
        max-width: 340px;
        margin-bottom: 127px;
    }

    .about__content p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.07px;
    }

    .about__text {
        position: absolute;
        right: 0;
        color: rgba(91, 96, 109, 0.1);
        font-family: "Seaweed Script", sans-serif;
        font-size: 36px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 0.18px;
        top: 13px;
        max-width: 442px;
    }

    @media only screen and (max-width: 1320px) {
        .about__wrap {
            padding-left: 60px;
        }

        .about__content {
            margin-top: 0;
        }

        .about__content .image-wrap {
            max-width: 218px;
            margin-bottom: 20px;
        }
    }

    @media only screen and (max-width: 960px) {
        .about {
            padding-bottom: 30px;
        }

        .about__wrap {
            padding: 40px;
        }

        .about__left,
        .about__right {
            width: 100%;
        }

        .about__right {
            position: relative;
        }

        .about__content-wrap {
            display: flex;
            flex-wrap: wrap;
            column-gap: 20px;
            align-items: center;
            margin-bottom: 20px;
        }

        .about__title {
            margin-bottom: 0;
        }

        .about__content .image-wrap {
            margin-bottom: 0;
        }

        .about__right .image-wrap img {
            border-radius: 16px;
            box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.08);
        }

        .about__text {
            font-size: 28px;
            line-height: normal;
            letter-spacing: 0.14px;
            max-width: 395px;
            top: -46px;
            right: -42px;
        }
    }

    @media only screen and (max-width: 560px) {
        .about {
            padding-top: 32px;
        }

        .about__wrap {
            padding: 32px 16px;
            overflow: hidden;
        }

        .about__content-wrap {
            column-gap: 12px;
        }

        .about__content .image-wrap {
            max-width: 189px;
        }

        .about__text {
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 0.06px;
            right: -34px;
            max-width: 232px;
        }

        .about__right .image-wrap img {
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
        }
    }

    .why__top {
        max-width: 642px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        margin-bottom: 60px;
    }

    .why__title {
        margin-bottom: 20px;
    }

    .why__wrap {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 32px;
    }

    .why__icon {
        width: 56px;
        height: 56px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 40px;
        background: #49b3ff;
        margin-bottom: 24px;
    }

    .why__icon svg {
        width: 24px;
        height: 24px;
    }

    .why__text {
        position: absolute;
        top: 27px;
        right: -87px;
    }

    .why__text p {
        color: #49b3ff;
        font-family: "Sue Ellen Francisco", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        position: absolute;
        top: 85px;
        right: -153px;
    }

    @media only screen and (max-width: 1160px) {
        .why__text {
            right: -65px;
        }

        .why__text p {
            width: max-content;
            top: 123px;
            right: 105px;
        }
    }

    @media only screen and (max-width: 960px) {
        .why {
            padding: 40px 22px 70px;
        }

        .why__top {
            margin-bottom: 48px;
        }

        .why__top p {
            max-width: 560px;
            margin: 0 auto;
        }

        .why__text {
            top: 25px;
            right: -40px;
        }
    }

    @media only screen and (max-width: 860px) {
        .why__wrap {
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }

        .why__icon {
            width: 44px;
            height: 44px;
            margin-bottom: 16px;
        }
    }

    @media only screen and (max-width: 720px) {
        .why__text {
            display: none;
        }
    }

    @media only screen and (max-width: 560px) {
        .why {
            padding: 24px 0 54px 0;
        }

        .why__top {
            margin-bottom: 24px;
        }
    }

    @media only screen and (max-width: 480px) {
        .why__wrap {
            column-gap: 16px;
        }
    }

    .home-page .image-wrap img {
        border-radius: 15px;
    }

    .home-page__top {
        border-radius: 24px;
        background: #fff;
        padding: 60px;
        align-items: center;
        justify-content: space-between;
        margin-bottom: -2.7%;
        row-gap: 20px;
    }

    .home-page__title {
        width: calc(40.8% - 10px);
        position: relative;
    }

    .home-page__icon {
        position: absolute;
        width: 328px;
        top: -27px;
        left: -43px;
    }

    .home-page__top-text {
        width: calc(59.2% - 10px);
    }

    .home-page__wrap {
        margin-right: -2.6%;
    }

    @media only screen and (max-width: 960px) {
        .home-page {
            padding-top: 30px;
            padding-bottom: 0;
            margin-bottom: -4.7%;
        }

        .home-page__title,
        .home-page__top-text {
            width: 100%;
        }

        .home-page__top {
            padding: 40px;
            margin-bottom: -5.4%;
        }

        .home-page__icon {
            width: 259px;
            top: -13px;
            left: -23px;
        }

        .home-page__wrap {
            margin-right: -0.5%;
        }
    }

    @media only screen and (max-width: 660px) {
        .home-page {
            margin-bottom: 8.3%;
        }

        .home-page__img {
            max-width: max-content;
            width: 696px;
            margin-bottom: -7.7%;
        }

        .home-page__wrap {
            overflow-x: auto;
            overflow-y: hidden;
            margin-right: 0;
        }

        /* Start home-page scrollbar */

        .home-page__wrap::-webkit-scrollbar {
            height: 6px;
        }

        .home-page__wrap::-webkit-scrollbar-thumb {
            border-color: #49b3ff;
            background-color: #49b3ff;
            border-radius: 20px;
        }

        .home-page__wrap::-webkit-scrollbar-track-piece {
            border-radius: 20px;
            background: #fff;
        }

        /* End home-page scrollbar */
    }

    @media only screen and (max-width: 560px) {
        .home-page__top {
            padding: 32px 16px;
            margin-bottom: -10.5%;
        }

        .home-page__icon {
            width: 226px;
            top: -16px;
            left: -9px;
        }
    }

    @media only screen and (max-width: 380px) {
        .home-page__img {
            margin-bottom: -12.7%;
        }
    }

    .banner {
        position: relative;
        padding: 0;
        margin: 0 36px;
    }

    .banner .image-wrap {
        position: absolute;
        z-index: 1;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .banner .image-wrap img {
        border-radius: 24px;
        position: absolute;
        z-index: 1;
        top: 0;
        width: 1320px;
        height: 100%;
        object-fit: cover;
        object-position: center;
        pointer-events: none;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .banner__content {
        padding: 121px 60px;
    }

    .banner__content p {
        color: #e0e0e0;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.07px;
        max-width: 550px;
    }

    .banner__title {
        color: #fff;
        font-size: 60px;
        font-weight: 600;
        line-height: 70px;
        letter-spacing: 0.3px;
        position: relative;
        margin-bottom: 32px;
        max-width: 732px;
    }

    .banner__icon {
        position: absolute;
        bottom: -12px;
        left: 0;
        max-width: 732px;
        height: auto;
    }

    @media only screen and (max-width: 1260px) {
        .banner__title {
            font-size: 48px;
            line-height: 58px;
            letter-spacing: 0.14px;
        }

        .banner__icon {
            max-width: 600px;
        }
    }

    @media only screen and (max-width: 960px) {
        .banner__content {
            padding: 45px 18px;
        }

        .banner__title {
            font-size: 28px;
            line-height: normal;
            margin-bottom: 24px;
            max-width: 366px;
        }

        .banner__content p {
            max-width: 366px;
        }

        .banner__icon {
            max-width: 366px;
        }

        .banner .image-wrap img {
            border-radius: 16px;
        }
    }

    @media only screen and (max-width: 560px) {
        .banner {
            margin: 0 14px;
        }

        .banner__content {
            padding: 322px 4px 16px 4px;
        }

        .banner__title {
            font-size: 22px;
            font-weight: 500;
            letter-spacing: 0.11px;
            max-width: 311px;
        }
    }

    .how-create__wrap {
        border-radius: 24px;
        background: #dcefff;
        padding: 60px 40px;
    }

    .how-create__title {
        margin-bottom: 32px;
        text-align: center;
    }

    .how-create .tabs {
        max-width: 338px;
        margin: 0 auto;
        border-radius: 80px;
        background: #fff;
        padding: 4px;
        margin-bottom: 32px;
        align-items: center;
    }

    .how-create .tab {
        display: block;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.08px;
        padding: 12px;
    }

    .how-create .tab:nth-child(1) {
        width: 48%;
    }

    .how-create .tab:nth-child(2) {
        width: 52%;
    }

    .how-create .tab.active {
        border-radius: 80px;
        background: #49b3ff;
        color: #fff;
    }

    .tabs-content p {
        text-align: center;
        max-width: 860px;
        margin: 0 auto;
        margin-bottom: 32px;
    }

    .how-create__media .image-wrap {
        max-width: 1055px;
        margin: 0 auto;
    }

    .how-create__media .image-wrap img {
        box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.08);
        border-radius: 20px;
    }

    @media only screen and (max-width: 960px) {
        .how-create .tabs,
        .tabs-content p {
            margin-bottom: 20px;
        }

        .how-create {
            padding: 30px 22px;
        }

        .how-create__wrap {
            padding: 40px;
        }

        .how-create .tab {
            padding: 7px;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0.07px;
        }

        .how-create .tabs {
            max-width: 291px;
        }

        .how-create__media .image-wrap img {
            border-radius: 16px;
        }
    }

    @media only screen and (max-width: 560px) {
        .how-create__wrap {
            padding: 32px 16px;
        }

        .how-create__media .image-wrap img {
            border-radius: 12px;
        }

        .how-create {
            padding: 30px 0;
        }
    }

    .type__title {
        margin-bottom: 40px;
        text-align: center;
    }

    .type__wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }

    .type__card-title {
        margin-bottom: 12px;
        color: #000;
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.11px;
    }

    .type__card p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.07px;
    }

    .type__card {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }

    @media only screen and (max-width: 960px) {
        .type {
            padding: 40px 22px;
        }

        .type__title {
            margin-bottom: 32px;
        }

        .type__wrap {
            gap: 20px;
        }

        .type__card {
            row-gap: 16px;
        }

        .type__card-title {
            font-size: 18px;
            letter-spacing: 0.09px;
            margin-bottom: 8px;
        }
    }

    @media only screen and (max-width: 660px) {
        .type__wrap {
            grid-template-columns: repeat(1, 1fr);
            row-gap: 24px;
        }

        .type {
            padding: 32px 0;
        }

        .type__title {
            margin-bottom: 28px;
        }
    }

    .how-publish {
        padding-top: 120px;
    }

    .how-publish__media {
        position: relative;
    }

    .how-publish__media .image-wrap {
        max-width: 1055px;
        margin: 0 auto 40px;
    }

    .how-publish__media .image-wrap img {
        border-radius: 20px;
        box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.08);
    }

    .how-publish__media-text {
        position: absolute;
        top: 480px;
        right: 25px;
    }

    .how-publish__media-text p {
        color: #49b3ff;
        font-family: "Sue Ellen Francisco", sans-serif;
        font-size: 30px;
        font-weight: 400;
        line-height: 20px;
        position: absolute;
        transform: rotate(-90deg);
        left: 3px;
        top: -97px;
        width: max-content;
    }

    .how-publish__title {
        position: relative;
        text-align: center;
        max-width: max-content;
        margin: 0 auto 33px;
    }

    .how-publish__title svg {
        position: absolute;
        bottom: -14px;
        right: 0;
    }

    .how-publish__text {
        margin-bottom: 40px;
    }

    .how-publish__text p {
        text-align: center;
        max-width: 700px;
        margin: 0 auto;
    }

    .how-publish__wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }

    .how-publish__card-num {
        color: #406ece;
        font-size: 40px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.2px;
        margin-bottom: 12px;
    }

    .how-publish__card-title {
        color: #000;
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.11px;
        margin-bottom: 12px;
    }

    .how-publish__card p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.07px;
        min-height: 60px;
    }

    .how-publish__card {
        display: flex;
        flex-direction: column;
    }

    .how-publish__card .image-wrap {
        margin-top: auto;
    }

    .how-publish__card-content {
        margin-bottom: 24px;
    }

    @media only screen and (max-width: 1320px) {
        .how-publish__media .image-wrap {
            max-width: 860px;
        }

        .how-publish__media-text {
            top: 350px;
        }
    }

    @media only screen and (max-width: 1130px) {
        .how-publish__media .image-wrap {
            max-width: 760px;
        }
        .how-publish__media-text {
            top: 285px;
            right: -18px;
        }
    }

    @media only screen and (max-width: 960px) {
        .how-publish {
            padding-top: 70px;
        }

        .how-publish__media .image-wrap {
            max-width: 616px;
        }

        .how-publish__media .image-wrap img {
            border-radius: 16px;
        }

        .how-publish__wrap {
            grid-template-columns: repeat(1, 1fr);
            gap: 20px;
            max-width: 616px;
            margin: 0 auto;
        }

        .how-publish__card,
        .how-publish__card-wrap {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            row-gap: 24px;
        }

        .how-publish__card {
            flex-direction: unset;
        }

        .how-publish__card-wrap {
            margin-bottom: 12px;
        }

        .how-publish__card-content,
        .how-publish__card .image-wrap {
            width: calc(50% - 12px);
        }

        .how-publish__card:nth-child(even) .how-publish__card-content {
            order: 2;
        }

        .how-publish__text {
            max-width: 616px;
            margin: 0 auto 40px;
        }

        .how-publish__card-num {
            font-size: 28px;
            letter-spacing: 0.14px;
            margin-bottom: 0;
        }

        .how-publish__card-title {
            margin-bottom: 0;
            width: calc(100% - 47px);
        }

        .how-publish__media-text {
            top: 412px;
            right: -2px;
        }

        .how-publish__media-text p {
            font-size: 20px;
            left: -16px;
            top: -95px;
        }

        .how-publish__card-content {
            margin-bottom: 0;
        }
    }

    @media only screen and (max-width: 740px) {
        .how-publish__media-text {
            display: none;
        }
    }

    @media only screen and (max-width: 560px) {
        .how-publish {
            padding-top: 62px;
        }

        .how-publish__text,
        .how-publish__media .image-wrap {
            margin-bottom: 24px;
        }

        .how-publish__media .image-wrap img {
            border-radius: 12px;
        }

        .how-publish__card-num {
            font-size: 22px;
            letter-spacing: 0.11px;
        }

        .how-publish__card-title {
            font-size: 18px;
            letter-spacing: 0.09px;
            width: calc(100% - 39px);
        }

        .how-publish__card-content,
        .how-publish__card .image-wrap {
            width: 100%;
        }

        .how-publish__card:nth-child(even) .how-publish__card-content {
            order: unset;
        }

        .how-publish__title svg {
            max-width: 326px;
            width: 100%;
        }
    }

    @media only screen and (max-width: 460px) {
        .how-publish__text,
        .how-publish__media .image-wrap,
        .how-publish__wrap {
            max-width: 311px;
        }

        .how-publish__card .image-wrap img {
            min-height: 208px;
        }
    }

    @media only screen and (max-width: 360px) {
        .how-publish__card .image-wrap img {
            min-height: auto;
        }
    }

    .banner-publish .banner__title {
        max-width: 445px;
        margin-bottom: 12px;
    }

    .banner-publish .banner__content {
        position: relative;
    }

    .banner-publish .banner__content p {
        max-width: 465px;
    }

    .banner__content-text {
        position: absolute;
        left: 365px;
        top: 129px;
    }

    .banner__content-text p {
        color: #49b3ff;
        font-family: "Sue Ellen Francisco", sans-serif;
        font-size: 30px;
        font-weight: 400;
        line-height: 20px;
        transform: rotate(15.699deg);
        position: absolute;
        top: -38px;
        right: -6px;
        max-width: 100%;
    }

    @media only screen and (max-width: 1260px) {
        .banner-publish .banner__content .banner__content-text p {
            width: max-content;
        }

        .banner__content-text {
            top: 75px;
        }

        .banner__content-text p {
            top: -10px;
            right: 190px;
        }
    }

    @media only screen and (max-width: 960px) {
        .banner-publish .banner__content {
            padding: 75px 18px;
        }

        .banner-publish .banner__title {
            font-size: 36px;
            font-weight: 500;
            letter-spacing: 0.18px;
        }

        .banner__content-text p {
            font-size: 20px;
            line-height: 20px;
            top: -3px;
            right: 184px;
        }

        .banner__content-text {
            top: 36px;
            left: 227px;
        }

        .banner-publish .banner__content p {
            max-width: 393px;
        }
    }

    @media only screen and (max-width: 660px) {
        .banner-publish .banner__content {
            padding: 358px 2px 16px 2px;
        }

        .banner-publish .banner__title {
            font-size: 28px;
            letter-spacing: 0.14px;
        }

        .banner-publish__icon {
            width: max-content;
        }

        .banner__content-text {
            top: 216px;
            left: 9px;
        }

        .banner__content-text p {
            transform: none;
            top: -33px;
            right: 37px;
        }
    }

    .social__wrap {
        border-radius: 24px;
        background: #dcefff;
        padding: 60px 40px;
    }

    .social__title {
        margin: 0 auto 20px;
        text-align: center;
    }

    .social__text {
        margin-bottom: 40px;
        text-align: center;
    }

    .social__text p {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.07px;
        max-width: 700px;
        margin: 0 auto;
    }

    .social__media .image-wrap {
        max-width: 1055px;
        margin: 0 auto;
    }

    .social__media .image-wrap img {
        border-radius: 20px;
        box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.08);
    }

    @media only screen and (max-width: 960px) {
        .social__media .image-wrap img {
            border-radius: 16px;
        }

        .social {
            padding: 30px 22px;
        }

        .social__wrap {
            padding: 40px;
        }

        .social__text {
            margin-bottom: 32px;
        }
    }

    @media only screen and (max-width: 560px) {
        .social__media .image-wrap img {
            border-radius: 12px;
        }

        .social__wrap {
            padding: 32px 16px;
            border-radius: 16px;
        }

        .social {
            padding: 30px 0;
        }
    }

    .settings {
        overflow: hidden;
    }

    .settings__top {
        border-radius: 24px;
        background: #fff;
        padding: 63px 60px;
        align-items: center;
        justify-content: space-between;
        margin-bottom: -4.5%;
        row-gap: 20px;
    }

    .settings__title {
        width: calc(40.8% - 10px);
        position: relative;
    }

    .settings__icon {
        position: absolute;
        width: 379px;
        top: -28px;
        left: -43px;
    }

    .settings__top-text {
        width: calc(59.2% - 10px);
    }

    .settings__top-text p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.07px;
    }

    .settings__img-wrap {
        margin-bottom: 60px;
        margin-right: -4.6%;
    }

    .settings__item {
        justify-content: space-between;
        align-items: center;
        row-gap: 24px;
    }

    .settings__item:not(.settings__item:last-of-type) {
        margin-bottom: 60px;
    }

    .settings__item .image-wrap {
        width: calc(70% - 24px);
    }

    .settings__item-content {
        width: calc(30% - 24px);
    }

    .settings__item-content p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.07px;
    }

    .settings__item:nth-child(even) .image-wrap {
        order: 2;
    }

    .settings__item:nth-child(2) .settings__item-title {
        max-width: 260px;
    }

    .settings__item-title {
        margin-bottom: 12px;
    }

    .settings__item-icon {
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 60px;
        background: #49b3ff;
        margin-bottom: 12px;
    }

    .settings__item-icon svg {
        width: 24px;
        height: 24px;
    }

    @media only screen and (max-width: 1260px) {
        .settings__item .image-wrap {
            width: calc(60% - 16px);
        }

        .settings__item-content {
            width: calc(40% - 16px);
        }
    }

    @media only screen and (max-width: 992px) {
        .settings__title,
        .settings__top-text {
            width: 100%;
        }

        .settings__top {
            padding: 40px;
            margin-bottom: -5.6%;
        }

        .settings__icon {
            width: 336px;
            top: -11px;
            left: -26px;
        }

        .settings__img-wrap {
            margin-right: -0.6%;
            margin-bottom: 32px;
        }
    }

    @media only screen and (max-width: 960px) {
        .settings {
            padding: 32px 22px;
        }

        .settings__item {
            border-radius: 16px;
        }

        .settings__item .image-wrap img {
            border-radius: 16px;
        }
    }

    @media only screen and (max-width: 860px) {
        .settings__item .image-wrap,
        .settings__item-content {
            width: 100%;
        }

        .settings__item:first-child .image-wrap {
            order: 2;
        }

        .settings__item:not(.settings__item:last-of-type) {
            margin-bottom: 32px;
        }

        .settings__item:nth-child(2) .settings__item-title {
            max-width: 100%;
        }

        .settings__inner {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }

        .settings__item-title {
            width: calc(100% - 56px);
            font-size: 22px;
            letter-spacing: 0.11px;
        }

        .settings__item-icon {
            width: 44px;
            height: 44px;
        }
    }

    @media only screen and (max-width: 660px) {
        .settings {
            padding: 32px 0;
        }

        .settings__img {
            max-width: max-content;
            width: 696px;
            margin-bottom: 5.6%;
        }

        .settings__img-wrap {
            overflow-x: auto;
            overflow-y: hidden;
            margin-right: 0;
        }

        .settings__icon {
            width: 256px;
            left: -15px;
            top: -13px;
        }

        .settings__top {
            border-radius: 16px;
            padding: 32px 16px;
        }

        /* Start settings scrollbar */

        .settings__img-wrap::-webkit-scrollbar {
            height: 6px;
        }

        .settings__img-wrap::-webkit-scrollbar-thumb {
            border-color: #49b3ff;
            background-color: #49b3ff;
            border-radius: 20px;
        }

        .settings__img-wrap::-webkit-scrollbar-track-piece {
            border-radius: 20px;
            background: #fff;
        }

        /* End settings scrollbar */
    }

    @media only screen and (max-width: 560px) {
        .settings__item-icon {
            width: 32px;
            height: 32px;
        }

        .settings__item-title {
            font-size: 18px;
            letter-spacing: 0.09px;
            width: calc(100% - 44px);
        }

        .settings__item-icon svg {
            width: 16px;
            height: 16px;
        }

        .settings__img-wrap,
        .settings__item:not(.settings__item:last-of-type) {
            margin-bottom: 24px;
        }

        .settings__item {
            border-radius: 12px;
        }

        .settings__item .image-wrap img {
            border-radius: 12px;
        }
    }

    @media only screen and (max-width: 460px) {
        .settings__top {
            margin-bottom: -10.6%;
        }
    }

    .notification__wrap {
        justify-content: space-between;
        row-gap: 24px;
    }

    .notification__left {
        width: calc(64.3% - 16px);
        position: relative;
    }

    .notification__left .image-wrap {
        padding: 0 0 143px 78px;
    }

    .notification__right {
        width: calc(35.7% - 16px);
    }

    .notification__content {
        border-radius: 20px;
        background: #fff;
        box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.08);
        max-width: 663px;
        padding: 48px;
        position: absolute;
        left: 0;
        bottom: -2px;
    }

    .notification__content p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.07px;
    }

    .notification__content-icon {
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        background: #49b3ff;
        box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.2);
        position: absolute;
        top: -22px;
        right: -22px;
    }

    .notification__content-icon svg {
        width: 40px;
        height: 40px;
    }

    .notification__title {
        margin-bottom: 20px;
    }

    .notification__img-mobile {
        display: none;
    }

    @media only screen and (max-width: 1360px) {
        .notification__left {
            width: calc(62.3% - 16px);
        }

        .notification__left .image-wrap {
            padding: 0 0 0 50px;
        }

        .notification__right {
            width: calc(37.7% - 16px);
        }

        .notification__content {
            bottom: 0;
        }
    }

    @media only screen and (max-width: 960px) {
        .notification {
            padding: 70px 0 40px 0;
        }

        .notification__content {
            padding: 24px;
        }

        .notification__wrap {
            padding: 0 22px;
        }

        .notification__left {
            width: calc(57.3% - 8px);
        }

        .notification__left .image-wrap {
            padding: 0;
        }

        .notification__left .image-wrap img {
            border-radius: 16px;
        }

        .notification__right {
            width: calc(42.7% - 8px);
        }

        .notification__title {
            margin-bottom: 16px;
        }

        .notification__content-icon {
            width: 72px;
            height: 72px;
            top: -18px;
            right: -8px;
        }
    }

    @media only screen and (max-width: 660px) {
        .notification {
            padding: 62px 0 32px 0;
        }

        .notification__img-mobile {
            display: block;
            margin-top: 24px;
        }

        .notification__left .image-wrap {
            display: none;
        }

        .notification__left,
        .notification__right {
            width: 100%;
        }

        .notification__content {
            position: relative;
        }

        .notification__wrap {
            padding: 0;
        }

        .notification__content-icon {
            width: 60px;
            height: 60px;
            top: -9px;
            right: 2px;
        }

        .notification__content-icon svg {
            width: 28px;
            height: 28px;
        }
    }

    .final-results__icon {
        position: absolute;
        bottom: -108px;
        height: auto;
        left: 50px;
        z-index: 1;
        max-width: 1190px;
    }

    .final-results__title {
        text-align: center;
        margin-bottom: 40px;
    }

    .final-results__wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
        position: relative;
        z-index: 2;
    }

    .final-results__card {
        display: flex;
        flex-direction: column;
        row-gap: 32px;
    }

    .final-results__card:nth-child(2) .image-wrap {
        order: 2;
    }

    .final-results__card .image-wrap {
        height: 100%;
    }

    .final-results__card .image-wrap img {
        border-radius: 20px;
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }

    .final-results__card-content {
        padding: 36px;
        border-radius: 20px;
        background: #fff;
        min-height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .final-results__card-content p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.07px;
    }

    .final-results__card-title {
        color: #000;
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.11px;
        margin-bottom: 16px;
    }

    @media only screen and (max-width: 1380px) {
        .final-results__card .image-wrap,
        .final-results__card-content {
            min-height: 375px;
        }

        .final-results__icon {
            left: 15px;
        }
    }

    @media only screen and (max-width: 1260px) {
        .final-results__icon {
            left: 0;
            bottom: -50px;
        }
    }

    @media only screen and (max-width: 1160px) {
        .final-results__wrap {
            grid-template-columns: repeat(1, 1fr);
        }

        .final-results__card {
            flex-direction: row;
            justify-content: space-between;
        }

        .final-results__card .image-wrap,
        .final-results__card-content {
            width: calc(50% - 12px);
        }

        .final-results__icon {
            max-width: 696px;
            left: 50%;
            transform: translate(-50%, 0);
            bottom: auto;
            top: 0;
            height: 100%;
        }

        .final-results__icon img {
            height: 100%;
        }
    }

    @media only screen and (max-width: 768px) {
        .final-results {
            padding-top: 70px;
            padding-bottom: 40px;
        }

        .final-results__title {
            margin-bottom: 32px;
        }

        .final-results__card .image-wrap img,
        .final-results__card-content {
            border-radius: 16px;
        }

        .final-results__card-content {
            padding: 24px;
        }

        .final-results__icon {
            top: 87px;
        }

        .final-results__icon img,
        .final-results__icon {
            height: auto;
        }

        .final-results__card .image-wrap,
        .final-results__card-content {
            min-height: 326px;
        }

        .final-results__wrap {
            row-gap: 24px;
        }

        .final-results__card-title {
            margin-bottom: 12px;
        }
    }

    @media only screen and (max-width: 767px) {
        .final-results__icon {
            max-width: 500px;
            top: 50%;
            transform: translate(-50%, -50%);
        }
    }

    @media only screen and (max-width: 660px) {
        .final-results {
            padding: 62px 0 32px 0;
        }

        .final-results__card {
            flex-direction: column;
        }

        .final-results__card .image-wrap,
        .final-results__card-content {
            width: 100%;
            min-height: auto;
            height: 260px;
        }

        .final-results__card:nth-child(2) .image-wrap {
            order: unset;
        }

        .final-results__card {
            row-gap: 24px;
        }

        .final-results__icon {
            display: none;
        }

        .final-results__card-content {
            padding: 16px;
        }
    }

    @media only screen and (max-width: 460px) {
        .final-results__card-content {
            height: auto;
        }
    }

    .technologies {
        padding-top: 120px;
    }

    .technologies__wrap {
        border-radius: 32px;
        background: #fff;
        backdrop-filter: blur(2px);
        padding: 60px 48px;
        justify-content: space-between;
        row-gap: 80px;
    }

    .technologies__item-title {
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.11px;
        border-radius: 100px;
        border: 1px solid #49b3ff;
        background: #49b3ff;
        margin-bottom: 32px;
        padding: 7px 22px;
        max-width: max-content;
    }

    .technologies__item.backend {
        width: calc(29% - 80px);
    }

    .technologies__item.frontend {
        width: calc(53.6% - 80px);
    }

    .technologies__item.hosting {
        width: calc(17.4% - 80px);
    }

    .technologies__item.backend .technologies__item-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .technologies__item.frontend .technologies__item-wrap {
        grid-template-columns: repeat(4, 1fr);
    }

    .technologies__item.hosting .technologies__item-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .technologies__item.hosting .technologies__icon {
        margin: 0 0 12px 0;
    }

    .technologies__item.hosting .technologies__inner {
        max-width: 64px;
    }

    .technologies__item-wrap {
        display: grid;
        gap: 24px;
    }

    .technologies__item {
        position: relative;
    }

    .technologies__item:after {
        content: "";
        position: absolute;
        right: -60px;
        top: 0;
        height: 100%;
        width: 1px;
        background: #49b3ff;
    }

    .technologies__item:last-of-type::after {
        display: none;
    }

    .technologies__title {
        text-align: center;
        margin-bottom: 40px;
    }

    .technologies__icon {
        width: 64px;
        height: 64px;
        margin: 0 auto 12px;
    }

    .technologies__name {
        color: #9e9e9e;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.08px;
    }

    @media only screen and (max-width: 1380px) {
        .technologies__item.frontend {
            width: calc(48.6% - 80px);
        }

        .technologies__item.hosting {
            width: calc(22.4% - 80px);
        }
    }

    @media only screen and (max-width: 1120px) {
        .technologies__item.backend,
        .technologies__item.frontend,
        .technologies__item.hosting {
            width: 100%;
        }

        .technologies__item.backend .technologies__item-wrap,
        .technologies__item.frontend .technologies__item-wrap,
        .technologies__item.hosting .technologies__item-wrap {
            grid-template-columns: repeat(5, 1fr);
        }

        .technologies__item:after {
            right: 0;
            top: 0;
            height: 1px;
            width: 100%;
            bottom: -40px;
            top: auto;
        }

        .technologies__item.hosting .technologies__inner {
            max-width: 100%;
        }

        .technologies__item.hosting .technologies__icon {
            margin: 0 auto 12px;
        }
    }

    @media only screen and (max-width: 960px) {
        .technologies {
            padding-top: 70px;
        }

        .technologies__title {
            margin-bottom: 32px;
        }

        .technologies__wrap {
            padding: 40px;
        }

        .technologies__item.backend .technologies__item-wrap,
        .technologies__item.frontend .technologies__item-wrap,
        .technologies__item.hosting .technologies__item-wrap {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    @media only screen and (max-width: 660px) {
        .technologies__icon {
            width: 48px;
            height: 48px;
        }
    }

    @media only screen and (max-width: 560px) {
        .technologies {
            padding-top: 62px;
        }

        .technologies__item.backend .technologies__item-wrap,
        .technologies__item.frontend .technologies__item-wrap,
        .technologies__item.hosting .technologies__item-wrap {
            grid-template-columns: repeat(3, 1fr);
        }

        .technologies__wrap {
            row-gap: 48px;
        }

        .technologies__item:after {
            bottom: -24px;
        }

        .technologies__wrap {
            padding: 16px;
        }

        .technologies__item-title {
            font-size: 18px;
            letter-spacing: 0.09px;
            margin-bottom: 16px;
        }

        .technologies__item-wrap {
            gap: 16px;
        }

        .technologies__name {
            font-size: 12px;
            line-height: normal;
            letter-spacing: 0.06px;
        }

        .technologies__icon {
            margin-bottom: 8px;
        }
    }

    .newsroom {
        padding: 120px 0 60px 0;
    }

    .newsroom__item {
        margin-right: 32px;
    }

    .newsroom__item .image-wrap img {
        border-radius: 24px;
        box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.08);
    }

    .newsroom__title {
        text-align: center;
        margin-bottom: 33px;
        position: relative;
    }

    .newsroom__icon {
        position: absolute;
        bottom: -16px;
        left: 50%;
        transform: translate(-50%, 0);
        max-width: 682px;
        height: auto;
    }

    .newsroom__descr {
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
    }

    .newsroom__descr p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.07px;
    }

    .newsroom__wrap {
        padding-bottom: 50px;
        position: relative;
    }

    .newsroom__text {
        font-family: "Seaweed Script", sans-serif;
        color: rgba(90.74, 96.08, 109.44, 0.1);
        font-size: 36px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 0.18px;
        position: absolute;
        top: 44%;
        transform: translate(0, -50%);
        left: 220px;
        max-width: 255px;
    }

    @media only screen and (max-width: 1760px) {
        .newsroom__text {
            left: 58px;
            max-width: 225px;
        }
    }

    @media only screen and (max-width: 1120px) {
        .newsroom__text {
            left: 27px;
        }
    }

    @media only screen and (max-width: 960px) {
        .newsroom {
            padding: 70px 0 40px 0;
        }

        .newsroom__icon {
            max-width: 560px;
            bottom: -12px;
        }

        .newsroom__descr {
            margin-bottom: 40px;
        }

        .newsroom__item {
            margin-right: 0;
            padding: 0 36px;
        }

        .newsroom__text {
            font-size: 20px;
            line-height: 30px;
            letter-spacing: 0.1px;
            max-width: 158px;
            left: 2px;
            top: 97px;
        }

        .newsroom__item .image-wrap img {
            border-radius: 16px;
        }

        .newsroom__wrap {
            padding-bottom: 45px;
        }
    }

    @media only screen and (max-width: 560px) {
        .newsroom__icon {
            max-width: 311px;
        }

        .newsroom__item {
            padding: 0 16px;
        }

        .newsroom__descr {
            margin-bottom: 24px;
        }

        .newsroom__wrap {
            padding-bottom: 24px;
        }
    }

    .slider-newsroom__info-arrows {
        max-width: 188px;
        margin: 0 auto;

        .slider-arrows {
            width: 100%;
            justify-content: space-between;
            column-gap: 60px;
        }

        .slick-arrow {
            position: relative;
            width: 64px;
            height: 64px;
            transform: translate(0, -50%);
        }

        .slick-arrow:after {
            background-image: url(/wp-content/uploads/2024/10/arrow-blue-active.svg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            width: 64px;
            height: 64px;
            transform: rotate(0) translate(-50%, -50%);
        }

        .slick-disabled:after {
            background-image: url(/wp-content/uploads/2024/10/arrow-grey.svg);
        }

        .slick-disabled.slick-prev:after {
            transform: rotate(0) translate(-50%, -50%);
        }

        .slick-disabled.slick-next:after {
            transform: rotate(180deg) translate(50%, 50%);
        }

        .slick-prev,
        .slick-next {
            background: transparent !important;
        }

        .slick-prev:after {
            transform: rotate(180deg) translate(50%, 50%);
        }

        .slick-prev {
            left: 0;
        }

        .slick-next {
            right: 0;
        }
    }

    .slider-newsroom__info-arrows .slick-arrow.slick-next:hover,
    .slider-newsroom__info-arrows .slick-arrow.slick-prev:hover {
        background: unset;
        border: none;
    }

    .slider-newsroom__info-arrows .slick-arrow:hover:after {
        background-position-y: center;
        background-position-x: unset;
        background-size: contain;
        width: 64px;
        height: 64px;
    }

    @media only screen and (max-width: 768px) {
        .slider-newsroom__info-arrows .slick-arrow {
            width: 56px;
            height: 56px;
        }

        .slider-newsroom__info-arrows .slick-arrow:after {
            width: 56px;
            height: 56px;
        }

        .slider-newsroom__info-arrows .slick-arrow:hover:after {
            width: 56px;
            height: 56px;
        }

        .slider-newsroom__info-arrows .slider-arrows {
            column-gap: 70px;
        }
    }

    @media only screen and (max-width: 560px) {
        .slider-newsroom__info-arrows .slick-arrow {
            width: 48px;
            height: 48px;
        }

        .slider-newsroom__info-arrows .slick-arrow:after {
            width: 48px;
            height: 48px;
        }

        .slider-newsroom__info-arrows .slick-arrow:hover:after {
            width: 48px;
            height: 48px;
        }

        .slider-newsroom__info-arrows .slider-arrows {
            column-gap: 60px;
        }
    }

    .features {
        padding: 120px 0 60px 0;
    }

    .features__wrap {
        padding: 0 60px;
        display: flex;
        flex-direction: column;
        row-gap: 17px;
    }

    .features__title {
        margin-bottom: 40px;
        text-align: center;
    }

    .features__item {
        justify-content: space-between;
        align-items: center;
        row-gap: 20px;
    }

    .features__item:nth-child(even) .features__item-left {
        order: 2;
    }

    .features__item-left {
        width: calc(27.2% - 20px);
    }

    .features__item-left .h3-heading span {
        width: 100%;
        display: inline-block;
    }

    .features__item-left .h3-heading .image-wrap img {
        object-fit: contain;
        object-position: bottom;
        height: auto;
    }

    .features__item-right {
        width: calc(72.8% - 20px);
        border-radius: 24px;
        background: #fff;
        padding: 32px 40px;
        position: relative;
    }

    .features__item-num {
        color: #49b3ff;
        font-size: 40px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.2px;
        margin-bottom: 12px;
    }

    .features .h3-heading {
        margin-bottom: 12px;
        position: relative;
    }

    .features .h3-heading img {
        position: absolute;
        width: max-content;
        left: 0;
        bottom: -4px;
    }

    .features p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.07px;
    }

    .features__slider {
        margin-bottom: 28px;
    }

    .features__slide-wrap {
        justify-content: space-between;
        align-items: center;
        row-gap: 24px;
    }

    .features__slide-left {
        width: calc(49% - 12px);
    }

    .features__slide-right {
        width: calc(51% - 12px);
    }

    .features__slide-title {
        color: #000;
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.11px;
        margin-bottom: 12px;
    }

    .features__slide-title span {
        width: 100%;
        display: inline-block;
    }

    .features__info-wrap {
        position: relative;

        .pagingInfo {
            font-size: 14px;
            font-weight: 600;
            line-height: 18px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            width: 47px;
            color: #49b3ff;
        }
    }

    .features__info {
        align-items: center;
        justify-content: space-between;
        width: 148px;
    }

    @media only screen and (max-width: 1120px) {
        .features__item-left,
        .features__item-right {
            width: 100%;
        }

        .features__item-left .h3-heading span {
            width: max-content;
        }

        .features__item:nth-child(even) .features__item-left {
            order: unset;
        }

        .features__inner {
            display: flex;
            flex-wrap: wrap;
            column-gap: 20px;
            align-items: center;
            margin-bottom: 12px;
        }

        .features .h3-heading,
        .features__item-num {
            margin-bottom: 0;
        }

        .features__wrap {
            row-gap: 20px;
        }
    }

    @media only screen and (max-width: 960px) {
        .features {
            padding: 40px 0;
        }

        .features__wrap {
            padding: 0 23px;
        }

        .features__title {
            margin-bottom: 32px;
        }

        .features__item-right {
            padding: 23px;
            border-radius: 16px;
        }

        .features__slide-left {
            width: calc(43.8% - 12px);
        }

        .features__slide-right {
            width: calc(56.2% - 12px);
        }

        .features__slider {
            margin-bottom: 20px;
        }

        .features__slide-title span {
            width: max-content;
        }

        .features__item:nth-child(3) .features__slide-title {
            max-width: 255px;
        }
    }

    @media only screen and (max-width: 660px) {
        .features__slide-left,
        .features__slide-right {
            width: 100%;
        }
    }

    @media only screen and (max-width: 560px) {
        .features {
            padding: 20px 0;
        }

        .features__item-num {
            font-size: 28px;
            line-height: normal;
            letter-spacing: 0.14px;
        }

        .features__inner {
            column-gap: 12px;
            align-items: flex-start;
        }

        .features__wrap {
            padding: 0;
        }

        .features__item-right {
            padding: 16px;
        }
    }

    @media only screen and (max-width: 360px) {
        .features .h3-heading {
            font-size: 18px;
        }

        .features__item-num {
            font-size: 24px;
        }

        .features__slide-title {
            font-size: 17px;
        }
    }

    .slider-features__info-arrows {
        width: calc(100% - 71px);

        .slider-arrows {
            width: 77px;
            justify-content: space-between;
        }

        .slick-arrow {
            position: relative;
            width: 32px;
            height: 32px;
            transform: none;
            top: 0;
        }

        .slick-arrow:after {
            background-image: url(/wp-content/uploads/2024/10/arrow-light-blue-active.svg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            width: 32px;
            height: 32px;
            transform: rotate(0) translate(-50%, -50%);
        }

        .slick-disabled:after {
            background-image: url(/wp-content/uploads/2024/10/arrow-ligh-blue.svg);
        }

        .slick-disabled.slick-prev:after {
            transform: rotate(0) translate(-50%, -50%);
        }

        .slick-disabled.slick-next:after {
            transform: rotate(180deg) translate(50%, 50%);
        }

        .slick-prev,
        .slick-next {
            background: transparent !important;
        }

        .slick-prev:after {
            transform: rotate(180deg) translate(50%, 50%);
        }

        .slick-prev {
            left: 0;
        }

        .slick-next {
            right: 0;
        }
    }

    .slider-features__info-arrows .slick-arrow.slick-next:hover,
    .slider-features__info-arrows .slick-arrow.slick-prev:hover {
        background: unset;
        border: none;
    }

    .slider-features__info-arrows .slick-arrow:hover:after {
        background-position-y: center;
        background-position-x: unset;
        background-size: contain;
        width: 32px;
        height: 32px;
    }

    .edit-article__wrap {
        border-radius: 24px;
        background: #fff;
        padding: 60px;
    }

    .edit-article__top {
        justify-content: space-between;
        align-items: center;
        margin-bottom: 80px;
        row-gap: 46px;
    }

    .edit-article__left {
        width: calc(29.1% - 23px);
        position: relative;
    }

    .edit-article__icon {
        position: absolute;
        top: -105px;
        left: -60px;
        width: max-content;
        max-width: 423px;
        height: auto;
    }

    .edit-article__right {
        width: calc(70.9% - 23px);
    }

    .edit-article__title {
        margin-bottom: 16px;
    }

    .edit-article__title,
    .edit-article__left p {
        position: relative;
        z-index: 2;
    }

    .edit-article__item-wrap {
        display: flex;
        flex-direction: column;
        row-gap: 80px;
    }

    .edit-article__item {
        position: relative;
    }

    .edit-article__item:nth-child(even) .edit-article__slade-left {
        order: 2;
    }

    .edit-article__item:nth-child(even) .edit-article__info-wrap {
        right: auto;
        left: 0;
    }

    .edit-article__item .edit-article__title {
        text-align: center;
        margin-bottom: 44px;
    }

    .edit-article__item .edit-article__title .num {
        color: #49b3ff;
        font-size: 44px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.22px;
        margin-right: 24px;
    }

    .edit-article__slade-wrap {
        justify-content: space-between;
        row-gap: 28px;
    }

    .edit-article__slade-left {
        width: calc(66.5% - 17px);
    }

    .edit-article__slade-right {
        width: calc(33.5% - 17px);
    }

    .edit-article__slade-title {
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.11px;
        margin-bottom: 18px;
        position: relative;
    }

    .edit-article__slade-title svg {
        position: absolute;
        left: 0;
        bottom: -6px;
        width: max-content;
    }

    .edit-article__slade-content {
        margin-top: 80px;
    }

    .edit-article__slade-content p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.07px;
    }

    .edit-article__info {
        align-items: center;
        justify-content: space-between;
    }

    .edit-article__info .pagingInfo {
        width: calc(100% - 328px);
        color: #49b3ff;
        font-size: 28px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.14px;
    }

    .edit-article__info-wrap {
        position: absolute;
        width: 100%;
        right: 0;
        max-width: 384px;
        bottom: 0;
    }

    @media only screen and (max-width: 1390px) {
        .edit-article__left {
            width: calc(40% - 23px);
            max-width: 326px;
        }

        .edit-article__right {
            width: calc(60% - 23px);
        }

        .edit-article__icon {
            top: -98px;
        }

        .edit-article__info-wrap {
            position: relative;
            margin: 0 auto;
            max-width: 100%;
        }

        .edit-article__slider {
            margin-bottom: 32px;
        }

        .edit-article__info .pagingInfo {
            width: 56px;
            text-align: right;
        }

        .edit-article__slade-left {
            width: calc(60% - 17px);
        }

        .edit-article__slade-right {
            width: calc(40% - 17px);
        }
    }

    @media only screen and (max-width: 1220px) {
        .edit-article__left,
        .edit-article__right {
            width: 100%;
        }

        .edit-article__left {
            max-width: 616px;
            margin: 0 auto;
        }

        .edit-article__icon {
            max-width: 690px;
            top: -23px;
        }
    }

    @media only screen and (max-width: 960px) {
        .edit-article {
            padding-top: 10px;
            padding-bottom: 30px;
        }

        .edit-article__wrap {
            padding: 40px;
        }

        .edit-article__icon {
            top: -35px;
            left: -34px;
        }

        .edit-article__top {
            margin-bottom: 40px;
        }

        .edit-article__item .edit-article__title .num {
            font-size: 40px;
            font-weight: 500;
            letter-spacing: 0.2px;
        }

        .edit-article__slade-content {
            margin-top: 0;
        }

        .edit-article__slade-wrap {
            align-items: center;
        }

        .edit-article__item .edit-article__title {
            margin-bottom: 24px;
        }

        .edit-article__slade-left .image-wrap img {
            border-radius: 16px;
        }
    }

    @media only screen and (max-width: 768px) {
        .edit-article__slade-left,
        .edit-article__slade-right {
            width: 100%;
        }

        .edit-article__slade-left {
            order: 2;
        }

        .edit-article__info .pagingInfo {
            font-size: 22px;
            letter-spacing: 0.11px;
            width: 42px;
        }

        .edit-article__item-wrap {
            row-gap: 40px;
        }
    }

    @media only screen and (max-width: 767px) {
        .edit-article__icon {
            max-width: 590px;
            top: -23px;
            left: 0;
        }
    }

    @media only screen and (max-width: 720px) {
        .edit-article__icon {
            display: none;
        }
    }

    @media only screen and (max-width: 560px) {
        .edit-article {
            padding-top: 30px;
        }

        .edit-article__wrap {
            padding: 32px 16px;
            border-radius: 16px;
        }

        .edit-article__top {
            row-gap: 24px;
        }

        .edit-article__item .edit-article__title {
            font-size: 22px;
            letter-spacing: 0.11px;
            text-align: left;
            margin-bottom: 20px;
        }

        .edit-article__item .edit-article__title .num {
            font-size: 28px;
            letter-spacing: 0.14px;
            margin-right: 12px;
            vertical-align: middle;
        }

        .edit-article__slade-title {
            font-size: 18px;
            letter-spacing: 0.09px;
        }

        .edit-article__slade-wrap {
            row-gap: 20px;
        }

        .edit-article__slade-left .image-wrap img {
            border-radius: 12px;
        }

        .edit-article__slider {
            margin-bottom: 20px;
        }

        .edit-article__info .pagingInfo {
            width: 40px;
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0.09px;
        }
    }

    .slider-edit-article__info-arrows {
        width: 300px;

        .slider-arrows {
            width: 100%;
            justify-content: space-between;
        }

        .slick-arrow {
            position: relative;
            width: 64px;
            height: 64px;
            transform: none;
            top: auto;
        }

        .slick-arrow:after {
            background-image: url(/wp-content/uploads/2024/10/arrow-blue-active.svg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            width: 64px;
            height: 64px;
            transform: rotate(0) translate(-50%, -50%);
        }

        .slick-disabled:after {
            background-image: url(/wp-content/uploads/2024/10/arrow-grey.svg);
        }

        .slick-disabled.slick-prev:after {
            transform: rotate(0) translate(-50%, -50%);
        }

        .slick-disabled.slick-next:after {
            transform: rotate(180deg) translate(50%, 50%);
        }

        .slick-prev:after {
            transform: rotate(180deg) translate(50%, 50%);
        }

        .slick-prev,
        .slick-next {
            background: transparent !important;
        }

        .slick-prev {
            left: 0;
        }

        .slick-next {
            right: 0;
        }
    }

    .slider-edit-article__info-arrows .slick-arrow.slick-next:hover,
    .slider-edit-article__info-arrows .slick-arrow.slick-prev:hover {
        background: unset;
        border: none;
    }

    .slider-edit-article__info-arrows .slick-arrow:hover:after {
        background-position-y: center;
        background-position-x: unset;
        background-size: contain;
        width: 64px;
        height: 64px;
    }

    @media only screen and (max-width: 1390px) {
        .slider-edit-article__info-arrows {
            width: calc(100% - 88px);
        }
    }

    @media only screen and (max-width: 768px) {
        .slider-edit-article__info-arrows .slick-arrow {
            width: 56px;
            height: 56px;
        }

        .slider-edit-article__info-arrows .slick-arrow:after {
            width: 56px;
            height: 56px;
        }

        .slider-edit-article__info-arrows .slick-arrow:hover:after {
            width: 56px;
            height: 56px;
        }

        .slider-edit-article__info-arrows {
            width: calc(100% - 62px);
        }
    }

    @media only screen and (max-width: 560px) {
        .slider-edit-article__info-arrows .slick-arrow {
            width: 48px;
            height: 48px;
        }

        .slider-edit-article__info-arrows .slick-arrow:after {
            width: 48px;
            height: 48px;
        }

        .slider-edit-article__info-arrows .slick-arrow:hover:after {
            width: 48px;
            height: 48px;
        }

        .slider-edit-article__info-arrows {
            width: calc(100% - 50px);
        }
    }

    /* End sections styles */
}
