section{
    padding-top : 50px;
}

section h2{
    margin-bottom : 20px;
}

section h3{
    margin:30px 0;
}

section ul{
    margin-top : 50px;
    display : flex;
    flex-wrap : wrap;
}

section li{
    width : calc(99.9% / 3);
    margin-bottom : 50px;
    padding : 2%;
    border : 1px solid #ddd;
}

section h4{
    margin-bottom : 20px;
    font-size : 1.5em;
    border-bottom : 3px solid;
    padding-bottom : 10px;
}

section dt,section h5{
    margin-bottom : 20px;
    font-weight : 700;
    font-size : 1em;
}

section dd,section p{
    margin-bottom : 20px;
}

@media screen and (max-width : 800px){
    iframe{
        height : 280px;
    }

    
}