

.KDE-partners-background {
    background-image: url(../images/kde/kde-hero.jpg);
    background-size: cover;
    background-color: #efefef;
}

@media (max-width: 992px) {
    .KDE-partners-background{
        background-image: url(../images/kde/kde-hero-mobile.jpeg);
    }
}

.kde-hero-mobile {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 40%;
    padding-bottom: 0px;
}

.kde-hero-content-mobile {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 10px 15px 10px;
}

.kde-content-mobile {
    padding-top: 20px;
}

.list-content-xs {
    margin-left: -25px;
    font-size: 18px;
}

.module-header-container {
    padding: 20px 0 20px 0;
}

.module-container {
    padding: 30px 0 30px 0;
}

.module-container-grey {
    padding: 30px 0 30px 0;
}

.module-title {
    padding-bottom: 10px;
}

.module-topic {
    color: rgb(0, 105, 177);
    font-weight: bold;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.module-topic-item {
    font-size: 16px;
    padding-bottom: 3px;
}

@media (max-width: 992px) {
    .module-title {
        padding-top: 20px;
    }
}

.checkmark-img {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .checkmark-img {
        max-width: 70%;
    }
}