.endorment{
    padding: 30px 0  40px 0;
    .section_header{
        padding-bottom: 20px;
        text-align: center;
        h4{
            font-size: 26px;
            font-weight: 600;
            color: $white;
            padding: 10px 0;
        }
     }
    .endorment_wrapper{
        .endro_img{
            height: 330px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
        h4{
            font-size: 40px;
            font-weight: 700;
            color: $primaryColor;
            line-height: 50px;
        }
        p{
            font-size: 15px;
            font-weight: 400;
            color: $text;
            line-height: 24px;  
        }
        .endorsment_btn{
            margin-top: 50px;
            a{
                padding: 13px 25px;
                background-color: $primaryColor;
                color: $white;
                font-size: 16px;
                font-weight: 500;
                border-radius: 2px;

            }
        }
    }
}