.pre-label img{
    max-width: 55px;
    width: 100%;
}
.under-label{
    color: #545672;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.88px; 
    letter-spacing: -0.525px;
    margin-top: 30px;
}
.featured-mark{
    padding: 3px 8.681px 3px 9px;
    border-radius: 4px;
    border: 1px solid #0FDF56;
    color: #A7AACB;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.88px; 
    letter-spacing: 0.65px;
    text-transform: uppercase;
}
.prod-mark{
    color: #A7AACB;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.88px; 
    letter-spacing: 0.65px;
    text-transform: uppercase;
    margin-left: 8px;
}
.read-more{
    color: #6844F8;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; 
    letter-spacing: -0.45px;
    margin-top: 30px;
    display: inline-block;
}
.wrap-blogs{
    border-top: 1px solid #A7AACB;
    padding: 75px 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px 16px;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 64px;
}
.blog-element{
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background-color: #FFF;
    overflow: hidden;
    max-width: 450px;
    width: 100%;
    height: 406px;
}
.blog-element img{
    width: 100%;
}
.decrip-blog{
    padding: 24px 24px 0px 24px;
}
.type-of-blog{
    color: #A7AACB;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.88px; 
    letter-spacing: 0.65px;
    text-transform: uppercase;
}
.title-of-blog{
    color: #151837;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.88px; 
    letter-spacing: -0.525px;
    mask-type: 9px;
}
.pagination{
    color: #6844F8;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; 
    letter-spacing: -0.45px;
    gap: 5px;
}
@media (max-width:1200px) {
    .img-integration{
        max-width: 450px;
    }
    .wrap-integration{
        position: relative;
    }
    .wrap-blogs{
        width: auto;
    }
}
@media (max-width:860px) {
    .text-info-integration{
        position: absolute;
        background: #000;
        border-radius: 12px;
        background: #FFF;
        padding: 24px;
        max-width: 270px;
    }
    .integr-wrap-label{
        font-size: 34px;
        line-height: 42.5px;
    }
    .wrap-integration{
        justify-content: center;
    }
    .label-integr{
        font-size: 46px;
        line-height: 51.75px
    }
    .under-label{
        font-size: 18px;
        line-height: 24.75px;
    }
}
@media (max-width:563px){
    .blog-element{
        max-width: 342px;
        height: auto;
        padding-bottom: 20px;
    }
}