.blog-container {
    max-width: 1560px;
    margin: 0 auto;
    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: 90px;

    @media screen and (max-width: 1300px) {
        margin-top: 52px;
    }
    @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;
    }
}

.csr-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 32px;

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

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

.csr-inner {
    /*border: 1px solid #E4E7EC;*/
    /*border-top: 0;*/
    padding: 32px;
}

.csr-item {
    border: 1px solid #E4E7EC;
    /*height: 100%;*/
}

.csr-item__thumb {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

.hr {
    margin-bottom: 80px;
    margin-top: 124px;

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

.tiles-container {
    display: grid;
    margin-bottom: 32px;
    padding-bottom: 50px;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;

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

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

.tile-item {
    background-color: #2F202D;
    color: white;
    padding: 40px 32px;

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

.tile-item__image {
    margin-bottom: 32px;
    width: 100%;
    max-width: 80px;

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

.qna-container {
    color: #101828;

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

