.sertificats {
    padding-bottom: 70px;
}
.sertificats-object {
    background-color: #ededed;
    border-radius: 5px;
    position: relative;
    display: block;
    padding: 200px 15px 45px;
    text-decoration: none;
    color: inherit;
    font-family: open sans;
    text-align: center;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 24px;
}
.sertificats-object__image {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    width: 300px;
    height: 231px;
    margin: auto;
}
.sertificats-object__title {
    font-weight: normal;
}
.sertificats-object__text {
    
}

@media (min-width:992px){ 
    .sertificats {
        padding-bottom: 140px;
    }
    .sertificats-object { 
        text-align: left;
        padding: 45px 30px;
        display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
        justify-content: space-between; -webkit-justify-content: space-between; -webkit-box-pack: space-between; -ms-flex-pack: space-between;
        align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center;
    }
    .sertificats-object__title {
        width: 240px;
    } 
    .sertificats-object__text {

    }
    .sertificats__nom, .sertificats-object__title strong {display: block;}
    .sertificats-object__image {
        width: 376px;
        height: 290px;
        left: 23%;
        right: 0;
        margin: 0;
    }
}

@media (min-width:1100px){ 
    .sertificats-object {
        font-size: 30px;
    }
    .sertificats-object__image { 
        left: 280px;
    }
}