.content-27 .padding_setting {
    padding: 60px 0px;
}
.content-27 p.h5style {
    max-width: 66.67%;
    color: var(--dark-grey);
    position: absolute;
    bottom: 0px;
}
.content-27 .card-blocks .row {
    margin: 0px -15px;
}
.content-27 .card-blocks .row > div {
    padding: 0px 15px;
}
.content-27 .card-blocks .image-4by3 {
    margin-bottom: 15px;
    padding-bottom: 131.588%;
}
.content-27 .progress-bar {
    display: block;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background-color: #d8d8d8;
    margin-top: 90px;
}
.content-27 .progress {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    opacity: 0;
}
.content-27 .progress.active {
    animation-name: progressBar;
    animation-iteration-count: 1;
    animation-duration: 5.7s;
    animation-timing-function: linear;
    opacity: 1;
}
.content-27 .progress.first_bar.active { /* first bar out of time - needs to be quicker */
    animation-duration: 5s;
}

@keyframes progressBar {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}
.content-27 .heading-margin-bottom {
    margin-bottom: 60px;
}
.content-27-slider a {
    text-decoration: none;
}
.content-27-slider button.arrow {
    background-color: transparent;
    border: 0;
    background-image: url('../../../css/buttons/assets/arrow/off-white_arrow.svg');
    margin-left: 10px !important;
    opacity: 0;
    width: 30px;
    height: 15px;
    margin-top: 10px;
    margin-right: 0;
    background-size: contain;
}
.content-27-slider a:hover button.arrow {
    opacity: 1;
}
@media(max-width: 1699.98px){
    .content-27 p.h5style {
        max-width: 80%;
        position: relative;
        bottom: unset;
    }
}
@media(max-width: 1199.98px){

    .content-27 .heading-margin-bottom {
        margin-bottom: 30px;
    }
}
@media(max-width: 991.98px){
    .content-27 .padding_setting {
        padding: 40px 0px;
    }
    .content-27 .heading-margin-bottom {
        margin-bottom: 15px;
    }
}
@media(max-width: 767.98px){
    .content-27 .padding_setting {
        padding: 30px 0px;
    }
    .content-27 .card-blocks .row {
        margin: 0px -7.5px;
    }
    .content-27 .card-blocks .row > div {
        padding: 0px 7.5px;
    }
}
@media(max-width: 575.98px){
    .content-27 .padding_setting {
        padding: 15px 0px;
    }
    .content-27 p.h5style  {
        max-width: 100%;
    }
    .content-27 .card-blocks .row {
        margin: 0px 0px -15px 0px;
    }
    .content-27 .card-blocks .row > div {
        padding: 0px 0px 15px 0px;
    }
    .content-27 .progress {
        margin-top: 0px;
    }
    .content-27 .card-blocks .image-4by3 {
        padding-bottom: 110%;
    }
}
