.top-banner {
    position: relative
}

.content-box-rousetools {
    position: absolute;
    padding: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: .9;
    left: 100px;
    bottom: 100px;
    max-width: 700px;
}

    .content-box-rousetools h2 {
        font: normal normal bold 36px/40px Raleway;
        margin-bottom: 20px;
    }

    .content-box-rousetools p {
        font: normal normal normal 18px/21px Calibri;
        padding: 0;
        margin: 0;
    }

.btn-primary-start {
    background-color: #007F9C;
    border-radius: 10px;
    border-color: #007F9C;
    margin-top: 36px;
    text-align: center;
    color: white;
}

@media (max-width: 768px) {
    .content-box-rousetools {
        left: 1rem;
        right: 1rem;
        transform: unset;
    }
}

.btn-primary-demo {
    background-color: #007F9C;
    border-radius: 10px;
    border-color: #007F9C;
    width: 31%;
    height: 16%;
    align-items: center;
    text-align: center;
    line-height: 15px;
    position: absolute;
    bottom: 30px;
    right: 16.5%;
    color: white;
}
/*   .Demo {
        background-color: white;
        border-radius: 10px;
        border-color: white;
        width: 31%;
        height: 16%;
        align-items: center;
        text-align: center;
        line-height: 15px;
        position: absolute;
        bottom: 30px;
        right: 16.5%;
        color: #007F9C;
    }*/

.abouttitle {
    border-bottom: 0px;
}

.headline {
    height: 355px !important;
    width: 68% !important;
}

.itemsHeadline {
    margin-right: -125px !important;
}

.imgFluid {
    max-width: 650px;
    height: auto;
    max-height: 370px;
    width: auto;
    margin-top: 8%;
}

.chorus-demo {
    min-height: 359px;
    padding: 60px 0;
    margin-left: 0;
}

.btn-demo {
    min-width: 210px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    font-family: Calibri;
    color: #007F9C;
}


.b-section-wrap {
    padding-top: 80px;
}

    .b-section-wrap .row {
        margin-bottom: 120px;
        font: 21px/24px Calibri;
    }

#aboutTopScroll > div:nth-child(2) {
    margin-top: 120px;
}

/*.row > div img {
    height: 495px;
    object-fit: cover;
    width: 100%;
}
*/
@media (max-width: 768px) {
    .b-section-wrap .row {
        margin-bottom: 60px;
    }

    .row > div img {
        height: auto;
        width: 100%;
    }

    #aboutTopScroll > div:nth-child(2) {
        margin-top: 40px;
    }
}

@media (max-width: 1024px) {
    #headlines .sliderSlickWrapPeople div.col-md-4 {
        padding: 16px !important;
    }

        #headlines .sliderSlickWrapPeople div.col-md-4 h2 {
            font-size: 1.6rem;
        }
}

.custom-card {
    padding: 16px;
    font-family: Calibri;
    font-size: 14px;
    line-height: 24px;
    height: 350px;
    color: white;
    width: 398px;
}

    .custom-card:last-child {
        margin-right: 0;
    }

    .custom-card .custom-card-title {
        font-size: 1.75em;
        font-weight: bold;
        margin: 30px 0;
    }

    .custom-card .please.make.me.in.center{
        position: relative;
        left: 50%;
        transform: translate(-50%, 0)
    }
    .custom-card .custom-card-body {
        font-size: 1.3em;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .custom-card .custom-card-signature {
        margin-top: 30px;
        font-size: 21px;
    }

@media (min-width: 1366px) {
    .custom-card {
        font-size: 16px;
        padding: 40px;
        height: 475px;
    }
    custom-card .custom-card-body {
        -webkit-line-clamp: 7;
    }
}
