.bold-text {
    text-align: left;
    font: normal normal bold 30px/34px Gotham, sans-serif;
    letter-spacing: 0px;
    color: #20285d;
    opacity: 1;
}

.header-bg {
    background-image: url('../../img/features/features_header@2x.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cash-flow-content {
    font: normal normal normal 15px/26px D-DIN-PRO, sans-serif;
    letter-spacing: 0.6px;
}

.white-text {
    text-align: left;
    letter-spacing: 0.6px;
    color: #ffffff;
    opacity: 1;
}

.video-size {
    height: 500px;
}

.our-services {
    background: #FFFFFF;
}

.our-services .text-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.grey-color {
    color: #707070;
}

.our-services .image-container {
    text-align: center;
}

.our-services .image-title {
    font-size: 42px;
    font-weight: bolder;
    text-align: center;
    color: #20285D;
    line-height: 46px;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
}

@media screen and (max-width: 576px) {
    .our-services .text-container {
        width: 100%;
        text-align: left !important;
    }

    .our-services .image-container {
        text-align: left;
    }

    .our-services .image-title {
        text-align: left;
        font-size: 36px;
        line-height: 30px;
    }

    .video-size {
        height: 250px;
    }

    .bold-text {
        font: normal normal bold 18px/20px Gotham, sans-serif;
    }

    .cash-flow-content {
        padding-top: 20px;
    }
}
