.content-top-page .icon-witht-title {
    margin-bottom: 37px;
    position: relative;
}
.list-item-section .item-section a:focus img
{
    outline: none;
}
.page-template-certifications .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img
{
    outline: none;
}
.content-top-page .icon-witht-title h4 {
    color: #2957a4;
    font-family: Barlow;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 20px;
}

.content-top-page .icon-witht-title img {
    position: absolute;
    top: -25px;
}
section.content-top-page h2.title {
    color: #191d34;
    font-family: Barlow;
    font-size: 47px;
    font-weight: 700;
    text-transform: uppercase;
}
section.content-top-page .content p {
    max-width: 790px;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.3px;
}

section.content-top-page .content {
    padding-top: 66px;
}
.list-item-section {
    display: inline-block;
    /* width: 100%; */
    margin-bottom: 173px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -57px;
}

.list-item-section .item-section {
    width: calc(25% - 57px);
    display: inline-block;
    text-align: center;
    margin-bottom: 44px;
    margin-left: 57px;
}

section.list-section-item {
    max-width: 1260px;
    margin: auto;
    padding: 0 25px;
    margin-top: 173px;
}


section.list-section-item .icon-witht-title {
    position: relative;
    margin: 0 auto 105px;
    max-width: 1150px;
}

section.list-section-item .icon-witht-title img {
    position: absolute;
    top: -68px;
}

section.list-section-item .icon-witht-title h4 {
    font-family: Barlow;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 23px;
}
.list-item-section .item-section .content {
    padding-top: 44px;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.3px;
    display: block;
    text-align: center;
    color: #000;
}
body.page-template-certifications aside.widget-area {
    display: none;
}
.certification-page {
    position: relative;
    margin-bottom: 62px !important;
}
body.page-template-certifications section.content-top-page{
    position: relative;
}
.list-item-section .item-section:hover img {
    transform: scale(1.05);
}
.list-item-section .item-section img {
    transform: scale(1);
    transition: all 0.3s;
    width: auto;
    height: calc((1210px/4 - 57px) * 205/244);
    object-fit: contain;
}

.list-item-section .item-section .icon {
    text-align: center;
    /* overflow: hidden; */
}
body.page-template-certifications section.content-top-page:after {
    position: absolute;
    content: "";
    width: 605px;   
    height: 223px;
    right: -23%;
    top: 46%;
    background: url(../png/blue-gn.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.certification-page:after {
    position: absolute;
    content: "";
    left: -16%;
    bottom: -1%;
    width: 998px;
    height: 148px;
    background: url(../png/blue-line.png);
    background-size: cover;
    background-repeat: no-repeat;
}
@media(max-width:991px)
{
    .list-item-section .item-section
    {
        width: calc(50% - 50px);
        margin-left: 50px;
    }
    .list-item-section {
        margin-left: -50px;
    }
    .list-item-section .item-section .icon img {
        /* width: 100%; */
        height: calc((100vw - 50px) / 3);
    }
}
@media(max-width:767px)
{
    body.page-template-certifications section.content-top-page {
        padding-bottom: 5px;
        padding-top: 0;
    }
    body.page-template-certifications main.site-main
    {
        padding-top: 35px;
    }
    section.content-top-page h2.title {
        font-size: 30px;
        font-weight: 700;
    }

    .content-top-page .icon-witht-title {
        margin-bottom: 20px;
    }

    section.content-top-page .content {
        padding-top: 15px;
    }

    body.page-template-certifications section.content-top-page:after {
        width: 342px;
        top: 96%;
        height: 126px;
        right: -28%;
    }

    body.page-template-certifications section.list-section-item {
        margin-top: 200px;
    }

    section.list-section-item .icon-witht-title h4 {
        font-size: 25px;
    }

    section.list-section-item .icon-witht-title {
        margin: 0 auto 50px;
    }

    .list-item-section .item-section .content {
        padding-top: 30px;
        font-size: 15px;
    }

    .list-item-section .item-section {
        margin-bottom: 35px;
    }

    .list-item-section {
        margin-bottom: 133px;
    }

    .certification-page {
        margin-bottom: 5px !important;
    }

    .certification-page:after {
        width: 377px;
        height: 56px;
        bottom: 0.9%;
        left: -28%;
    }
}
@media(max-width:386px)
{
    .content-top-page .icon-witht-title img
    {
        top: -10px;
    }
}