.s-block> div>div{
    background-color: var(--col2);
    border-radius: 12px;
    padding: 24px;
}

.s-block h2{
    margin-bottom: 12px;
}

@media (max-width:800px){
    .second{
    padding-top: 0px;
    }
}
