/*

Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Make all of your modifications in this child theme.
Version: 1.0.0
Template: Divi

*/

.suboplossingen-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.suboplossing-item {
    width: calc(50% - 1.5rem);
    background: #001C85;
    color: #89C9C7;
    padding: 33px 40px;
    position: relative;
    border-radius: 0px 34px 0px 39px;
}

.suboplossing-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.suboplossing-item .suboplossing-title {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: white !important;
    margin: 10px 0;
}

.suboplossing-excerpt {
    margin: 1rem 0;
    font-size: 1rem;
    color: white;
}

.suboplossing-button {
    font-family: 'ETmodules';
    color: #89C9C7;
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: right;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
}

.suboplossing-button:hover {
    color: white;
}

@media only screen and (max-width: 768px) {
    .suboplossing-item {
        width: 100%;
        padding: 20px;
    }
}

.page-breadcrumbs {
    margin-bottom: 20px;
}

.page-breadcrumbs, .page-breadcrumbs a {
    color: white;
    font-size: 18px;
}
.author-div {
    font-size: 20px;
}