.sk-guide-content h3 {
    color: #032169;
    font-weight: 400;
    margin-bottom: 20px;
}
.sk-guide-content p,
.sk-guide-content ul li,
.sk-guide-content ol li{
    color: #555555;
}
.sk-guide-content img{
    height: auto;
}
.sk-guide-content .share-resource-title {
    text-align: right;
}
section.sk-guide-content a {
    word-wrap: break-word;
}
@media screen and (max-width:576px) {
    .sk-guide-content .share-resource-title {
    text-align: center;
    }
}