/** MAIN */
main .image-row .col-6 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
main .image-row .first-image img {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
main .image-row .second-image img {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}
main .solutions-description {
    max-width: 637px;
    margin-left: auto;
    margin-right: auto;
}
main .description-container {
    max-width: 476px;
}
main .solutions-description + .row .col-md-4 {
    margin-bottom: 16px;
}
main .green-bg {
    padding-top: 32px;
    padding-bottom: 32px;
}
main .green-bg .news-entry-container {
    margin-top: 24px;
}
@media only screen and (max-width: 767px) {
    h1 {
        text-align: center;
    }
    .image-row {
        margin-top: 24px;
    }
    #faq-accordion {
        margin-top: 24px;
    }
}