.card-primary>.card-icon {
    color: white;
}

.counter {
    border-radius: 10px;
    width: 100px;
    height: 100px;
    transform: rotate(45deg);
    background-color: #899eea;
    align-items: center;
    justify-content: center;
    justify-items: center;
    display: flex;
    font-size: 30px;
    font-weight: bold;
}

.counter-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.single-counter-box {
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 300px;
    justify-items: center;
    justify-content: center;
    align-items: center;
}


.counter>span {
    transform: rotate(-45deg);
}

.card-primary>.card-icon {
    padding-top: 20px;
    font-size: 80px;
}

.card-primary h6, .card-primary h4 {
    color: white;
    font-weight: bold;
}

.card-primary .small {
    color: #e9ebe9;
}

.card, .plan-card {
    justify-content: center;
    justify-items: center;
}

.card p, .plan-card p {
    width: 80%;
    align-self: center;
    justify-self: center;
    text-align: center;
}

.plan-card hr {
    width: 100%;
}

.plan-card {
    background-color: rgb(233 246 251);
    height: fit-content;
    padding-bottom: 4vh;
}

.pricebox {
    padding-top: 4vh;
}

.pricebox h4 {
    color: #102b3b;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 33px;
    margin-bottom: 35px;
}

.pricebox h4>span {
    color: #899eea;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 30px;
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
}

.pricebox h4 span.small, .discounts .discount span.small {
    font-size: 12.5px !important
}

.pricebox h4::after {
    content: "";
    display: block;
    border-bottom: 3px solid #004ffa;
    width: 80%;
    position: relative;
    left: 10%;
    bottom: -20px;
    transition: width .6s ease;
    opacity: .2;
}

.iconlist {
    margin-bottom: 40px;
    margin-left: 0px;
    padding-left: 20vw;
}

.iconlist li {
    white-space: 2px;
    color: #627c8c;
    font-family: "Open Sans";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    list-style-type: none !important;
    position: relative;
    text-align: left;
    padding: 2px;
}

.iconlist li::before {
    position: absolute;
    top: 0px;
    left: -10vw;
    content: "";
    width: 27px;
    height: 27px;
    margin: 0;
    background: url(/img/icon-checkbox-blauw-small.svg) no-repeat;
    background-size: 25px auto;
}

.price-button {
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
}

.price-button a {
    min-height: 40px;
    width: 80%;
    background-color: #899eea;
    color: white;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-shadow: 0 4px #708bed;
}

.price-button a:hover {
    background-color: #708bed;
}

.price-button a:active {
    box-shadow: 0 2px #597bf5;
    transform: translateY(4px);
    background-color: #708bed;
}

.discounts {
    margin-bottom: 30px;
}

.discounts>span:not(.discount) {
    font-size: 16px;
}

.discounts .discount {
    font-size: 22px;
    color: #7289da;
}

#dbh-gallery {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#dbh-gallery a {
    max-width: 80vw;
    padding-top: 2vh;
}

#dbh-gallery img {
    max-width: 80vw;
}

.lg-components p {
    font-size: 17px;
}

.section>p {
    text-align: center;
}

@media (min-width: 768px) {
    .counter-box {
        flex-direction: row;
        justify-content: space-between;
        justify-items: normal;
    }

    .iconlist {
        padding-left: 15vw;
        padding-right: 2.5vw;
    }

    .iconlist li {
        font-size: 18px;
    }

    .iconlist li::before {
        left: -7vw;
    }

    .pricebox h4 {
        font-size: 30px;
    }

    .pricebox h4>span {
        font-size: 30px;
    }

    .pricebox h4 span.small, .discounts .discount span.small {
        font-size: 15px !important
    }

    #dbh-gallery a {
        max-width: 40vw;
        padding-top: 2vh;
    }

    #dbh-gallery img {
        max-width: 40vw;
    }

    .lg-components p {
        font-size: 17px;
    }

}

@media (min-width: 1200px) {

    #dbh-gallery a {
        max-width: 19vw;
        padding-top: 2vh;
    }

    #dbh-gallery img {
        max-width: 15vw;
    }

    .lg-components p {
        font-size: 20px;
    }

    .iconlist {
        padding-left: 5vw;
        padding-right: 2.5vw;
    }

    .iconlist li {
        font-size: 18px;
    }

    .iconlist li::before {
        left: -2.5vw;
    }

    .card h6 {
        font-size: 20px;
    }

    .card .small {
        font-size: 16px;
    }
}