.us_image {
    width: 160px;
    border-radius: 50%;
    float: inline-start;
    margin-right: 25px;
    margin-bottom: 25px;
    border: 1px solid green;
    box-shadow: #656565 5px 5px 10px;
}

h1 {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 2rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: brown;
}

h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #FFF;
    font-size: 1.5rem;
    text-align: center;
    background-color: #967BB6;
    padding: 0.8rem 0;
    margin: 2.5rem 0 1rem 0;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    background-color: orange;
    color: white;
    font-size: 1.3rem;
    padding: 10px;
    margin-left: 20px;
    margin-top: 30px;
}

.h3_p {
    margin-left: 40px;
}

.h3_p_ul {
    color: #656565;
}

.h3_p_ul > li {
    margin-bottom: 0.5rem;
    font-style: italic;
}

p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #656565;
    line-height: 1.9rem;
}

ul {
    margin-top: 2rem;
    font-size: 1.2rem;
    list-style-type: disc;
    list-style-position: outside;
}

li {
    margin-bottom: 1rem;
}

li > strong {
    color: #26292e;
}

li > span {
    color: #656565;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: italic;
    font-size: 1.1rem;
}