#webinars .faq div {
    margin-bottom: 5rem;
}

#webinars .contents {
    margin-bottom: 5rem;
}

#webinars .introduce {
    margin-bottom: 3rem;
}

#webinars ul {
    padding: 0;
    list-style-type: none;
}


#webinars ul li {
    position: relative;
    padding-left: 2rem;
}

#webinars ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    height: .6rem;
    width: .6rem;
    background-color: #7fba2f;
    border-radius: 100%;
}

#webinars h2 {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    color: #000;
    opacity: 0.8;
    font-weight: 400;
}

#webinars .contents a {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    line-height: 2.4rem;
    color: #000;
    opacity: 0.8;
}

#webinars p {
    margin-bottom: 1.5rem;
    color: #000;
    font-size: 1.4rem;
    line-height: 2rem;
    opacity: 0.8;
}

#webinars ol {
    margin-top: 4rem;
    padding-left: 2rem;
    font-size: 1.8rem;
    line-height: 0;
}

#webinars ol li {
    margin-bottom: 3rem;

}

#webinars h4 {
    font-size: 1.8rem;
    line-height: 2rem;
    color: #000;
    font-weight: 300;
}

}

@media (max-width: 413px) {
    #webinars .contents a {
        font-size:  1.8rem;
    }

    #webinars h2 {
        font-size: 2rem;
    }

    #webinars h4 {
        margin-bottom: 2rem;
        font-weight: 1.7rem;
    }

    #webinars ol li {
        margin-bottom:  5rem;
    }

    #webinars ol {
        margin-top: 3rem;
    }
}