.content_box {
    margin-bottom: 5%;
}

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.grey_text {
    color: rgb(112, 112, 112);
}

.uppercase {
    text-transform: uppercase;
}
.underline_href:hover
{
    color:#E0107B;
}
.content_box ol li 
{
    margin:1% 0% 1% 0%;
}
@media only screen and (min-width:320px) and (max-width:1024px) 
{
    .p2 {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }

    li::marker {
        font-size: 1.1rem;
        margin-bottom: 2%;
    }
    .h3 {
        font-size: 1.5rem;
        line-height: 1.7rem;
    }
    .h1 {
        font-size: 2.4rem;
        line-height: 2.6rem;
    }

}