/* diensten detail */

.orange-blocks-section .orange-block {
    height: 12rem;
    place-content: center;
}


@media (max-width: 767px) {
    .banner-section .title {
        font-size: calc(1.425rem + 2.1vw)!important;
        line-height: 1.2;
    }
    
    .banner-section .description-block .description {
        font-size: 1rem!important;
    }
    
    .orange-block .btn {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .orange-block .btn {
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    .page-template-diensten-detail .basic-section.section-2 .content-row {
        width: 75%;
    }
    
    .orange-blocks-section .orange-block {
        height: 18rem;
    }
    .orange-block .btn {
        position: relative;
        bottom: unset;
        left: unset;
        /*width: 110px;*/
        margin: 0 auto;
    }
}