@import url(about_common.css);

img.size-full,
img.fit{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.resultList{
    margin-bottom: auto;
}

p + h3,
div.row + h3{
    margin-top: 4rem;
}
    
div.row + h2{
    margin-top: 8rem;
}