.side-title-content-container{
}
.left-side-title{
    width: 35%;
    padding-right: 90px;
    font-weight: 400;
}
.right-side-content{
    width: 65%;
}
.right-side-content p:last-child{
    margin-bottom: 0;
}
@media screen and (max-width:767px) {
    .left-side-title{
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }
    .right-side-content{
        width: 100%;
    }
}