@media (min-width: 1250px){
    .sout-container, .columns{
        width: 1240px;          
        flex-direction: row;             
    }   
    .sout-container, .columns>.col-sout{
        justify-content: space-between;
    }
    .title-wrapper{
        width: 1240px;
    } 
    .title, .title-2{    
        width: 72%;    
        font-size: 26px;
    }            
    .col-sout{
        width: 72%;
    }
}
@media (min-width: 1024px) and (max-width:1250px){
    .sout-container, .columns>.col-sout{
        flex-direction: column;
    }    
    .title-wrapper, .sout-container{
        width: 90%;
    }
    .title, .title-2{       
        width: 90%;     
        font-size: 26px;
    }        
    .col-sout{
        width: 90%;
    }
}
@media (max-width: 1024px){        
    .title-wrapper, .sout-container{
        width: 90%;
    }
    .title, .title-2{        
        width: 90%;    
        font-size: 22px;
    }   
    .col-sout{
        width: 90%;
    }
}
.sout-container{
    display: flex;    
    flex-direction: column;
    gap: 20px;
    margin-bottom: 80px;
}
.col-sout p{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #232F4F;
}
.title{
    font-weight: 500;    
    line-height: 130%;
    color: #232F4F;
    margin-top: 50px;
    margin-bottom: 30px;
}
@media (min-width: 1250px){
    ol{
        padding-left: 18px;
    }
}
@media (min-width: 1024px) and (max-width: 1250px){
    ol{
        padding-left: 80px;
    }
}
@media (max-width: 1024px){
    ol{
        padding-left: 20px;
    }
}

ol li:first-child{
    margin-top: 0 !important;
}
ol>li{
    margin-top: 30px;
    padding-left: 10px;
}

li{
    list-style-position: outside;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #232F4F;
    
}
ol li::marker{    
    color: #788093;
}
.ul-custom-1{
    margin: 15px 0 30px 0;
}
.ul-custom-1 li{
    list-style: '— ';    
    margin-left: 16px;
}
.ul-custom-1 li{
    padding-left: 10px;
}
.title-2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #232F4F;
    margin-top: 50px;
    margin-bottom: 30px;
}
.italic{
    font-family: 'LatoItalic';
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #788093;
}

.text-block p{
    width: 100%;
    margin-bottom: 10px;
}
.new-img{
    margin-bottom: 28px;
}
.black{
    color: #000000;
}
.blue-link{
    color: #3A8EF8;
}
