.wrapper section h5{
    font-size: 1.8rem;
    font-weight: 900;
    color: #3B4043;;
}
.wrapper section ul{
    margin-bottom: 1.5rem;
}
.wrapper section ul li{
    margin-left: 1rem;
    font-size: 1.8rem;
    color: #3B4043;;
}

@media (max-width: 768px) {
    .wrapper section h5{
        font-size: 1.3rem;
        font-weight: 900;
    }
    .wrapper section ul li{
        font-size: 1.3rem;
    }
}