.big-image-and-text-block .bg-item {
    height: 550px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.big-image-and-text-block .text-content {
    display: table;
    height: 100%;
}

.big-image-and-text-block .inner {
}


.big-image-and-text-block .subtext {
    font-size: 1.1rem;
}

.big-image-and-text-block .button-holder {
    margin-top: 25px;
}

.big-image-and-text-block .button-left,
.big-image-and-text-block .button-right {
    display: inline-block;
}

@media screen and (max-width:991px) {

    .big-image-and-text-block .bg-item {
        height: 400px;
    }

    .big-image-and-text-block .text-content {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
}

@media screen and (max-width:767px) {

    .big-image-and-text-block .button-holder .btn {
        margin-bottom: 10px;
    }

}


@media screen and (max-width:425px) {

    .big-image-and-text-block .bg-item {
        height: 250px;
    }

    .big-image-and-text-block .inner {
    }

    .big-image-and-text-block .subtext {
        font-size: 1.05rem;
    }

    .big-image-and-text-block .button-holder {
        margin-top: 20px;
    }
    
}