.s-list-1 {
    background-color: white;
    padding: 50px 0 30px;
}
.s-list-1 .s_card {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    margin-bottom: 2px;
}
.b_thumb {
    height: 490px;
    overflow: hidden;
}
.h3{
    margin-bottom: 0px;
}
.s-banner-1{
    height: 300px;
}
.s-list-1 .s_card .s_thumb {
    width: 30%;
}
.s-list-1 .s_card .s_content {
    width: 80%;
    padding-right: 20px;
}

.s-list-1 .s_card .s_content h3 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 7px;
}
.s-list-1 .s_card .s_content p {
    margin-bottom: 24px;
    color: var(--gray);
}
strong{
    color: #1ca6df;
    font-size: 16px;
}

@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;
    }
}
