.rsis_gpo_teachaward {
    background: #FFFFFF;
    display: grid;
    grid-template-columns: [columns-start] 50% [columns-end] auto [last-line];
    padding-inline: 70px;
    padding-block: 128px;
    column-gap: 24px;
    align-items: center;
}

.rsis_gpo_teachaward .tca_header{
    display: none;
}

@media only screen and (max-width: 810px) {
    .rsis_gpo_teachaward {
        background: #FFFFFF;
        display: flex;
        flex-direction: column;
        padding: 0px;
        align-items: unset;
    }
    .rsis_gpo_teachaward .tca_header{
        background: #D7E0EB;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-inline: 0px;
        padding-inline: 16px;
        padding-block: 23px;
        column-gap: 10px;
        margin-top: 4px;
    }
    .rsis_gpo_teachaward .header-clicked {
        background: #6183AE;
    }
    .rsis_gpo_teachaward .tca_header .header_title{
        color: #2E5185;
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
    }
    .rsis_gpo_teachaward .tca_header .header-title-clicked {
        color: #FFFFFF;
    }
    
    .rsis_gpo_teachaward .tca_header .header_block_display_button{
        display: flex;
    }
}

.rsis_gpo_teachaward .tca_image_image{
    width: 100%;
    height: auto;
    margin-inline: auto;
    pointer-events: none;
}

.rsis_gpo_teachaward .tca_image_block{
    flex-grow: 1;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.rsis_gpo_teachaward .tca_content_block {
    flex-grow: 1;
    width: 100%;
}

.rsis_gpo_teachaward .tca_content_block p{
    margin-block: 0px;
}

.rsis_gpo_teachaward .tca_content_block .tca_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rsis_gpo_teachaward .tca_content_block .tca_header .tca_title{
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 52px;
    color: #151313;
    width: 80%;
}

.rsis_gpo_teachaward .tca_content_block .tca_header_line{
    border: 3px solid #BA2025;
    width: 86px;
    height: 0px;
    margin-top: 32px;
}

.rsis_gpo_teachaward .tca_content_block .tca_descr {
    width: 100%;
    height: 120px;
    margin-block: 32px 46px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #151313;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
}

.rsis_gpo_teachaward .tca_content_block .tca_button{
    border: unset;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.rsis_gpo_teachaward .tca_content_block .tca_button span{
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #151313;
}

.rsis_gpo_teachaward .tca_content_block .tca_button:hover span{
    color: #737475;
}

@media only screen and (max-width: 810px) {
    .rsis_gpo_teachaward .tca_image_image{
        margin-top: 32px;
        display: none;
        width: calc(100% - 32px);
        height: auto;
        margin-inline: 16px;
    }

    .rsis_gpo_teachaward .tca_image_block{
        margin-top: 32px;
        display: none;
        width: calc(100% - 32px);
        height: 190px;
        margin-inline: 16px;
    }
    
    .rsis_gpo_teachaward .tca_content_block {
        display: none;
        padding-inline: 16px;
        width: calc(100% - 32px);
    }
    .rsis_gpo_teachaward .tca_content_block .tca_header{
        display: none;
    }
    .rsis_gpo_teachaward .tca_content_block .tca_header_line{
        display: none;
    }
    .rsis_gpo_teachaward .tca_content_block .tca_descr {
        height: 96px;
        -webkit-line-clamp: 4;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-block: 24px 34px;
    }
    .rsis_gpo_teachaward .tca_content_block .tca_button{
        margin-bottom: 32px;
    }
}