.wrapp-text p {
    font-style: italic;
}

.list-options {
    list-style: none;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 15px;
    padding: 30px;
    display: block;
}
.list-options h3{
    text-align: center;
    font-weight: 800;
}
.list-options li{
    display: flex;
    align-items:center ;
    margin: 8px;
    line-height: 1.25;
    font-weight: 600;
}
.list-options li img{
    width: 20px;
    height:20px;
    margin-right: 8px;
}
