.s-list-1 {
    background-color: white;
    padding: 50px 0 50px;
}
.s-list-1 .s_card {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    margin-bottom: 2px;
}
.h3{
    margin-bottom: 0px;
}
.s-banner-1{
    height: 275px;
    background-size: cover; 
    background-position: center center ;
    background-repeat: no-repeat;
}
.s-list-1 .s_card .s_thumb {
    width: 30%;
}
.s-list-1 .s_card .s_content {
    width: 100%;
}
.s-list-1 .s_card .s_content .ht-format-detail{
    width: 100%;
}

.s-list-1 .s_card .s_content .ht-format-detail .flex-image{
    margin-bottom: -50px;
    margin-top: -50px;
}


.ht-format-detail li{
    margin: 0 0 10px;
}
.s-list-1 .s_card h2{
    color: #333; 
    font-size: 32px; 
    font-weight: bold; 
    padding: 0px 0px 15px;
}

.ht-format-detail a{
    font-weight: bold;  
}
h4{
    font-weight: bold;
    font-size: 24px;

}
.s-list-1 .s_card .s_content h3 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 7px;
}

.s-list-1 .s_card .s_content .ht-format-detail h3 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 7px;
}

.s-list-1 .s_card .s_content .ht-format-detail img {
    padding: 10px 0px 10px 0px;
}

h2{
    color: #333;
    font-size: 32px;
    font-weight: bold;
    padding: 0px 0px 15px;
}

strong {
    color: #333;
    font-size: 16px;
}
.ht-format-detail strong{
    color: #1ca6df;
    font-size: 16px;
}
.s-list-1 .s_card .flex-image p{
    display: flex;
}
.s-list-1 .s_card .flex-image p img{
    width: 380px;
}
.s-list-1 .s_card img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 575px) {
    .s-banner-1{
    
    height: 200px;
    background-size: cover; 
    background-position: center center ;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .s-list-1 .s_card {
        display: block;
        padding: 20px;
    }
    .s-list-1 .s_card .s_thumb {
        width: 50%;
        margin-bottom: 15px;
    }
    .s-list-1 .s_card .s_content h3 {
        margin-bottom: 8px;
    }
    .s-list-1 .s_card .s_content {
        width: 100%;
    }
    strong{
        color: #1ca6df;
        font-size: 16px;
    }
}
