.page-template-certs .fusion-row {
    max-width: 1700px!important;
    margin: auto!important;
}

.page-template-certs #main{
    padding: 0!important;
}

.certs-header {
    padding: 0;
}

.certs-header__heading {
    font-weight: 700;
    line-height: 1.4;
    font-size: 23px;
    margin-bottom: 15px;
    color: inherit;
}

.certs-header__content--desk {
    display: none;
}

.certs-header__desc {
    line-height: 1.4;
    margin-bottom: 18px;
    color: inherit;
}

.certs-header__img {
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vW;
    padding-bottom: 34%;
    max-width: 1700px;
    position: relative;
    height: auto;
    background-color: #b0b0b0;
}

.certs-header__link i {
    margin-left: 10px;
}

.certs-header__content--mob {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .certs-header__img {
        display: flex;
    }

    .certs-header__content {
        color: #fff;
    }

    .certs-header__content--desk {
        display: block;
        position: absolute;
        top: 50%;
        left: 49%;
        transform: translate(-50%, -50%);
        width: 700px;
    }

    .certs-header__content--mob {
        display: none;
    }
}

@media (min-width: 1024px) {
    .certs-header__img {
        padding-bottom: 25%;
    }

    .certs-header__content--desk {
        left: 37%;
    }
}

@media (min-width: 1200px) {
    .certs-header__heading {
        font-size: 28px;
    }

    .certs-header__content--desk {
        left: 30%;
    }
}