.container-main.s-temp {
    display: grid;
    grid-template-columns: 65% 1fr;
    gap: 150px;
    padding-top: 60px;
}
.s-temp .block-custom{
    padding: 25px 0;
}

.s-temp img{
    max-width: 745px;
}

.s_right blockquote p {
    font-size: 22px;
    line-height: 30px;
}

.s_right blockquote p:last-child {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: var(--primary-blue);
    margin-bottom: 0;
}

.s_right h2.title {
    font-size: 27px;
}
.s_right .i_t_c .content p,
.s_right .i_t_c .content a{
    font-size: 14px;
}

.s_right img,
.s_right .post-image{
    max-height: 220px;
}

.s_right .post-info p{
    font-size: 14px;
}

.s_left blockquote p:last-child {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: var(--primary-blue);
    margin-bottom: 0;
}


.s-temp .block-custom:last-child {
    padding-bottom: 100px;
}
.s_left h2.red-mark {
    text-align: left !important;
    margin-bottom: 0;
}
.s_left h2.red-mark:after{
    left: 0;
    transform: unset;
}
.s_left .post_slider .swiper-container {
    padding-top: 30px;
}
.s_left .swiper-arrows {
    justify-content: normal;
}
@media only screen and (max-width:767px){
    .s-temp .block-custom:last-child {
        padding-bottom: 50px;
    }
    .container-main.s-temp{
        grid-template-columns: 1fr;
    }
    /* .container-main {
        padding-right: 20px !important;
        padding-left: 20px !important;
    } */
}