.blog-container {
    max-width: 1560px;
    margin: 0 auto;

    @media screen and (max-width: 1600px) {
        padding: 0 16px;
    }
}


.escape-nav {
    padding-top: 96px;
    background-color: #2F202D;
    padding-right: 180px;
    padding-left: 180px;

    @media screen and (max-width: 1919px) {
        padding-left: 0;
        padding-right: 0;
    }

    @media screen and (max-width: 1100px) {
        padding-top: 85px;
    }

    @media screen and (max-width: 991px) {
        padding-top: 70px;
    }

    @media screen and (max-width: 374px) {
        padding-top: 60px;
    }
}

.title-container {
    padding: 64px 180px;
    background-color: #2F202D;

    @media screen and (max-width: 1919px) {
        padding-left: 0;
        padding-right: 0;
    }

    @media screen and (max-width: 1366px) {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

.title-container > div > h1 {
    font-size: 60px;

    @media screen and (max-width: 1366px) {
        font-size: 30px;
    }
}

.bg-image {
    position: absolute;
    right: 0;
    bottom: 0;

    @media screen and (max-width: 900px) {
        display: none;
    }
}

main {
    color: #101828;
    margin-top: 124px;

    @media screen and (max-width: 1300px) {
        margin-top: 32px;
    }
    @media screen and (min-width: 1201px) and (max-width:1600px) {
        margin-left: 16px !important;
    }
}

.short-text-container {
    max-width: 1025px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

    margin-bottom: 60px;

    @media screen and (max-width: 1300px) {
        margin-bottom: 24px;
    }
}


.blocks-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;

    @media screen and (max-width: 1150px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media screen and (max-width: 750px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.block {
    text-align: center;
    position: relative;
    min-height: 341px;
    padding: 40px 12px;

    @media screen and (max-width: 1300px) {
        padding: 50px 12px;
        min-height: 270px;
    }
}

.block .content {
    display: flex;
    flex-direction: column;
    gap: 60px;
    height: 100%;

    @media screen and (max-width: 1300px) {
        gap: 25px;
    }
}

.block img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.review-section {
    margin-top: 104px;

    @media screen and (max-width: 1300px) {
        margin-top: 64px;
    }
}

.review-title {
    margin-top: 124px;

    @media screen and (max-width: 1300px) {
        margin-top: 64px;
    }
}

.blocks-section {
    margin-top: 160px;

    @media screen and (max-width: 1300px) {
        margin-top: 64px;
    }
}

.companies-container {
    display: flex;
    flex-direction: row;
    column-gap: 12px;
    row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 100px;

    @media screen and (max-width: 1300px) {
        padding-bottom: 48px;
    }
}

.companies-container .slick-track {
    display: flex;
    gap: 12px;
}

.company-item {
    border: 1px solid #E4E7EC;
    box-shadow: 0px 20px 24px -4px #10182814;
    border-radius: 12px;
    padding: 24px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 184px;
    height: 118px;

    @media screen and (max-width: 1300px) {
        box-shadow: 0px 8px 8px -4px #10182808;
    }
}

.company-item.slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 118px;
}

.companies-container .slick-list,
.companies-container .slick-track {
    height: 118px;
}

.company-slider .slick-slide {
    height: 118px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.company-item__image {
    width: 100%;
    height: 100%;
    max-width: 150px;

    object-fit: contain;
}

@media screen and (max-width: 720px) {
    .companies-container.slick-slider {
        display: block;
    }

    .companies-container.slick-slider .company-item {
        margin: 0 6px;
        min-height: 118px;
        justify-content: center;
    }
}

.blog-container.blocks-section {
    @media screen and (max-width: 1300px) {
        padding-left: 0;
        padding-right: 0;
    }
}

.avoid-absolute {
    position: relative;
    z-index: 1;
}

.video-thumbnails {
    margin-bottom: 0;
}

.qna-container {
    color: #101828;

    @media screen and (max-width: 1199px) {
        margin-top: 20px;
        padding-bottom: 32px;
    }
}