div.logo-container {
    width:110px;
    height: 110px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
div.link-container {
    width:100px;
    height:30px;
    position: relative;
}
div.img-container {
    width: 200px;
    height: 70px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
img.cropped {
    position: absolute;
    margin: auto;
    max-width:100%;
    max-height:100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
li.main {
    font-size: 15px;
    margin-left: 10px;
    list-style-type: circle;
    color:black;
}
a.main {
    text-decoration: underline;
}
p.main {
    font-size: 15px;
    color:black;
}
p.cert-font {
    font-size: 15px;
    color: #3275B3;
    font-weight: bold;
    font-style: italic;
}
div.services-title{
    font-size: 17px;
}