<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.collaborator_description{
    max-width: 100% !important;
}

.biography-title{
    font-size: 30px;
    line-height: 60px;
    font-family: 'Roboto Slab', serif;
    color: #3daaf5;
}

.service-name{
    font-size: 25px;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
    color: #3daaf5;
    max-width: fit-content;
    display: inline;
    margin-left: 10px;
}

.service-container{
    background-color: #f7f7f7;
    padding: 20px;
    margin-bottom: 20px;
}

.service-main{
    display: none;
}
.service-image{
    vertical-align: middle;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .services-link a:before {
        content: "\f013";
    }
}</pre></body></html>