
.explanatory li:first-child p{
    margin-bottom: 20px;
}

.explanatory li:nth-child(5) li{
    margin: 20px;
    color: #464646;
}





@media screen and (min-width: 1024px) {
    .explanatory li:nth-child(5) ul{
        margin: 60px 0px;
    }
    .explanatory li:nth-child(5) h4{
        font-size: 26px;
    }
    .explanatory li:first-child p{
        margin-bottom: 100px;
    }

}