@charset "UTF-8";

#cont1 + section li::before{
    content: "✓";
    background-color: #ffc903;
    padding: 5px 11.5px;
    border-radius: 50%;
    font-weight: 900;
    margin-right: 5px;
}
#cont1 + section li{
list-style: none !important;
}
#cont1 + section .wrapper_item {
    align-items: center ;
}

#cont2 + section .other{
font-size:48px!important;
}
@media screen and (max-width: 900px){
#cont2 + section .other{
font-size:35px!important;
}
}