.certification-tab {
    position: relative;
}

.certification-tab-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.certification-tab-wrapper {
    position: relative;
    z-index: 1;
    padding: 130px 0 110px 0;
    background-color: rgba(5, 19, 101, 0.85);
}

.certification-tab-curve {
    position: absolute;
    width: 100%;
    top: -1px;
    left: 0;
    z-index: 12;
}

.certification-logo-area {
    position: relative;
    max-width: 330px;
    margin: 0 auto 65px;
}

.certification-logo-bg-image {
    position: absolute;
    width: 100%;
    max-width: unset;
    top: -85px;
    left: -11px;
}

.certification-logo-bg-image img {
    max-width: unset;
}

.certification-logo-flex {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    justify-content: space-between;
    padding: 0 22px 0 29px;
}

.certification-logo-item {
    width: 65px;
}

.certification-logo-item-big .certification-logo-item {
    width: 111px;
    box-shadow: 0 0 8px rgba(44, 134, 239, 0.75);
}

.certification-logo-item-big {
    width: 111px;
    position: relative;
    z-index: 1;
}

.certification-logo-item-small {
    width: calc(100% - 111px);
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.certification-logo-item {
    height: 54px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.certification-logo-item-big .certification-logo-item {
    height: 100%;
}

.certification-tab-left {
    margin-bottom: 35px;
}

.certification-tab .sub-heading {
    color: #fff;
}

.certification-tab .sub-heading i {
    color: #fff;
}

.certification-tab h2 {
    color: #fff;
    padding-bottom: 18px;
}

.certification-tab-right p {
    color: #fff;
    padding-bottom: 38px;
}

.certification-tab-right p a:hover {
    color: #fff !important;
    background: linear-gradient(to bottom, #01479A 0%, #01479A 100%) !important;
    background-position: 0 120%;
    background-repeat: repeat-x;
    background-size: 2px 8px;
}

@media(min-width: 768px) {
    .certification-tab-wrapper {
        padding: 160px 0 105px 0;
    }
    .certification-logo-item {
        height: 63px;
        width: 94px;
    }
    .certification-logo-area {
        max-width: 550px;
        margin: 0 auto 40px;
    }
    .certification-logo-bg-image {
        max-width: unset;
        top: -27px;
        left: -66px;
    }
    .certification-logo-item-big .certification-logo-item {
        width: 158px;
        height: 95px;
    }
    .certification-logo-item-big {
        width: 158px;
    }
    .certification-logo-item-small {
        width: calc(100% - 158px);
        justify-content: space-between;
    }
    .certification-logo-item-big {
        width: 158px;
    }
    .certification-logo-flex {
        padding: 0;
        align-items: center;
    }
    .certification-tab h2 {
        padding-bottom: 22px;
    }
    .certification-tab-right p {
        font-size: 18px;
    }
    .certification-tab-left {
        margin-bottom: 48px;
    }
}

@media(min-width: 1200px) {
    .certification-tab-flex {
        display: flex;
        justify-content: space-between;
    }
    .certification-tab-left {
        width: 700px;
        margin-bottom: 0;
    }
    .certification-tab-right {
        width: calc(100% - 730px);
    }
    .certification-logo-bg-image img {
        max-width: 700px;
        height: auto;
    }
    .certification-logo-area {
        margin: 0 0 40px 46px;
    }
    .certification-tab-wrapper {
        padding: 230px 0 105px 0;
        z-index: inherit;
    }
    .tab-accordion__panel__content a {
        margin-bottom: 0;
    }
    .certification-tab-curve {
        z-index: 1;
    }
    .certification-tab-wrapper .container {
        position: relative;
        z-index: 9;
    }
}

@media(min-width: 1500px) {
    .certification-tab-wrapper {
        padding: 250px 0 80px 0;
    }
    .certification-logo-bg-image img {
        max-width: unset;
    }
    .certification-logo-item {
        height: 88px;
        width: 132px;
    }
    .certification-logo-item-big {
        width: 222px;
    }
    .certification-logo-item-big .certification-logo-item {
        width: 222px;
        height: 134px;
    }
    .certification-logo-item-small {
        width: calc(100% - 222px);
        justify-content: space-between;
        padding-right: 60px;
        margin-top: 6px;
    }
    .certification-logo-area {
        max-width: 100%;
        margin: 0 0 56px 0;
    }
    .certification-tab-left {
        width: 832px;
        margin-bottom: 0;
    }
    .certification-tab-right {
        width: calc(100% - 832px);
        padding-left: 82px;
    }
    .certification-logo-bg-image {
        top: -38px;
        left: -92px;
    }
}

@media(min-width: 2500px) {
    .certification-tab {
        margin-top: 100px;
    }
    .certification-tab-curve {
        top: -70px;
    }
}

@media(min-width: 4000px) {
    .certification-tab-wrapper {
        padding: 500px 0 152px 0;
    }
}

.certification-title {
    color: #fff;
    padding-bottom: 30px;
}

.certification-heading {
    padding-bottom: 32px;
}

.js-certification {
    margin: 0 -16px;
}

.js-certification-item {
    padding: 10px 16px;
}

.certification {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(44, 134, 239, 0.5);
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.js-certification .slick-arrow {
    top: -83px;
}

.js-certification .slick-next {
    right: 16px;
    margin-right: 0;
}

.js-certification .slick-prev {
    left: auto;
    right: 70px;
    margin-left: 0;
}

@media (min-width: 768px) {
    .certification {
        height: 144px;
    }
    .js-certification .slick-next {
        left: 249px;
    }
    .js-certification .slick-prev {
        left: 195px;
    }
}

@media (min-width: 1200px) {
    .certification-tab .tab-accordion__tabs{
        /*
        width: 900px !important;
        */
    }
    .js-certification .slick-next {
        left: auto;
        right: 16px;
        margin-right: 0;
    }
    .js-certification .slick-prev {
        left: auto;
        right: 70px;
        margin-left: 0;
    }
    .certification-heading {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-end;
        padding-right: 150px;
        padding-bottom: 40px;
    }
    .certification-title {
        padding-bottom: 0;
    }
    .js-certification .slick-arrow {
        top: -91px;
    }
}

.certification-tab .tab-accordion__panel {
    display: block;
}