/* Start academia tech list styles */


.blog-page.academy .breadcrumbs-new-container .container {
    padding: 0;
}

.academy_main_banner_block {
    position: relative;
    height: 460px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}

.academy_main_banner_block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: unset;
    object-fit: unset;
}

.academy_main_banner_block .main_text {
    position: absolute;
    top: 21%;
    left: 4%;
    width: 100%;
    max-width: 665px;
    font-family: "Inter";
    font-size: 59px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    color: #877FB0;
    text-align: left;
}

.academy_main_banner_block .secondary_text {
    position: absolute;
    bottom: 22%;
    left: 4%;
    max-width: 685px;
    text-align: left;
    font-family: "Inter";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #697B6F;
}

.blog-page.academy .title {
    display: block;
    font-family: "Inter";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    color: #000;
    text-align: left;
    margin-bottom: 44px;
}

.blog-page.academy .catalog-page-products {
    margin-bottom: 64px;
}

.blog-page.academy .blog-card .bottom-block-row .all_btn {
    max-width: 250px;
}

.blog-page.academy .blog-card .all_btn:hover {
    color: #877FB0;
}

.academy_reasons_block {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    height: 700px;
    border-radius: 20px;
}

.academy_reasons_block img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 1200px;
    height: 100%;
    min-height: unset;
    object-fit: unset;
}

.academy_reasons_left {
    width: 37%;
}

.academy_reasons_right {
    width: 63%;
    z-index: 1;
}

.academy_reasons_right_title {
    display: block;
    font-family: "Inter";
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    color: #877FB0;
    margin-top: 10%;
    margin-left: 0;
    margin-bottom: 30px;
}

.academy_reasons_right_title span {
    color: #000;
    font-weight: 800;
}

.academy_reasons_right_text_content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.academy_reasons_right_text_content_col {
    width: 47%;
    display: flex;
    flex-direction: column;
}

.academy_reasons_right_text_content_col:first-of-type {
    margin-right: 5%;
}

.academy_reasons_right_text_item {
    margin-bottom: 30px;
}

.academy_reasons_right_text_item_caption {
    display: block;
    font-family: "Lato";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #03101A;
    text-align: left;
    margin-bottom: 26px;
}

.academy_reasons_right_text_item_desc {
    display: block;
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;
    color: #000;
}

@media only screen and (max-width: 991px) {
    .academy_reasons_right_title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .academy_main_banner_block .main_text {
        font-size: 45px;
    }

    .academy_main_banner_block .secondary_text {
        font-size: 24px;
    }
}

@media only screen and (max-width: 720px) {
    .academy_main_banner_block .secondary_text {
        bottom: 24%;
    }

    .academy_reasons_block {
        height: auto;
    }

    .academy_reasons_block img {
        width: 100%;
        height: 100%;
    }

    .academy_reasons_left {
        display: none;
    }

    .academy_reasons_right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .academy_main_banner_block {
        height: auto;
        background-color: #f6f6f6;
        padding-bottom: 35px;
    }

    .academy_main_banner_block img {
        position: relative;
    }

    .academy_main_banner_block .main_text {
        position: relative;
        width: 175px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 30px;
        text-align: left;
        margin-left: 15px;
        margin-bottom: 15px;
    }

    .academy_main_banner_block .secondary_text {
        position: relative;
        width: 300px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 24px;
        text-align: left;
        margin-left: 15px;
    }


    .academy_reasons_block.academy__updated-reasons {
        height: fit-content !important;
    }
    .academy_reasons_block.academy__updated-reasons a {
        position: relative;
        flex-direction: column;
        margin-left: -15px;
        margin-right: -15px;
    }
    .academy_reasons_block.academy__updated-reasons img {
        width: 100%;
        height: auto;
        object-fit: contain;
        position: relative;
        top: initial;
        left: initial;
    }
    .academy_reasons_block.academy__updated-reasons .academy_reasons_right {
        background-color: #f6f6f6;
    }

}

@media only screen and (max-width: 450px) {
    .academy_reasons_right_text_content {
        flex-direction: column;
    }

    .academy_reasons_right_text_content_col {
        width: 100%;
    }
}

@media only screen and (max-width: 430px) {
    .academy_main_banner_block {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 320px) {
    .academy_reasons_block {
        height: auto;
        flex-direction: column;
        background-color: #EFEBEC;
    }

    .academy_reasons_block img {
        position: relative;
    }

    .academy_reasons_right {
        margin-top: -65%;
    }
    .academy_reasons_block.academy__updated-reasons {
        .academy_reasons_right {
            margin-top: 0;
        }
    }
}


/* End academia tech list styles */