.endorment{
    background-image: url(../images/g3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 180px 0;
    margin: 50px 0;
    position: relative;
    z-index: 1;
    &::after{
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(168, 168, 168, 0.397);
        z-index: -1;
    }
    .endorment_wrapper{
        h4{
            font-size: 50px;
            font-weight: 700;
            color: $primaryColor;
            line-height: 60px;
        }
        p{
            font-size: 15px;
            font-weight: 400;
            color: white;
            line-height: 24px;  
        }
        .endorsment_btn{
            margin-top: 50px;
            a{
                padding: 13px 25px;
                background-color: $primaryColor;
                color: $white;
                font-size: 17px;
                font-weight: 500;
                border-radius: 2px;

            }
        }
    }
}