.endorse_section
{
    padding:70px 100px;
    background:#e3e3e3;
    display:flex;
    align-items:end;
}
.endorse_left
{
    flex:3;
    padding-right:30px;
    font-size:21px;
    font-weight:400;
    line-height:1.3;
}

.endorse_left p
{
    margin-bottom:0 !important;
    font-weight:500;
}

.endorse_more
{
    font-size:15px;
    font-weight:500;
}

.endorse_right
{
    flex:2;
    text-align:right;
    padding-bottom:10px;
}

@media only screen and (max-width: 768px) 
{
.endorse_section
{
    padding: 45px 30px;
    flex-direction:column;
    align-items:start;
}
.endorse_left
{
    padding-right:0;
}
.endorse_right
{
    margin-top:40px;
    text-align: center;
    width: 100%;
}

}