.img-endorse{
    height: 350px;
    width: 100%;
    img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}
.endorse-detail{
    margin-top: 20px;
    p{
        font-size: 14px;
        text-align: justify;
    }
    h5{
        color: $primaryColor;
        margin-bottom: 0;
    }
}

.img-endorsement{
    height: 188px;
    width: 100%;
    img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}
    .endorsement-detail{
        margin: 20px 0;
        h3{
            color: $primaryColor;
        }
    }
