.bg-column {
    min-height: 200px;
}
.column-blue {
    padding: 50px;
    background-color: #14669b;
}
.bg-column .image {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    aspect-ratio: 16/9;
}
.column {
    padding: 50px;
    border-bottom: 6px dotted #ccc;
}

.column a{
    font-size: 1rem;
}
.result-stamp p {
    font-size: 15px;
}

p {
    line-heigt: 1.5rem;
}