#content p{
    margin-bottom: 0.5rem;
}
#cms #wrapper{
    padding-top: 10px;
}
#content.page-cms-1 .col-md-12 h3 {
    padding-bottom: 10px;
    margin-top: 30px;
    border-bottom: 2px solid #8ac43f;
}
#content.page-cms-1 ul{
    padding-left : 15px; 
    list-style : "-";
}
#content.page-cms-1 ul ul {
    list-style: lower-alpha;
    padding-left : 30px; 
}
#content.page-cms-2 em{
    font-style: italic;
}
#content.page-cms-3 ul{
    padding-left : 15px; 
    list-style : lower-alpha;
}

.testimonial .col-md-4 {
    padding: 40px;
    border: 1px solid #f1f1f1;
    box-shadow: 1px 2px 10px #c7c5c9;
}
.testimonial .col-md-4.th-last {
    border: none;
    box-shadow: none;
    padding: 0;
}
#cms #content  p.testimonial_text{
    margin-bottom: 50px;
}
.testimonial_link {
    position: absolute;
    right: 20px;
    bottom: 10px;
    display: flex;
}
p.testimonial_nume {
    font-style: italic;
    margin-right: 15px;
}
@media only screen and (min-width : 768px) {
    .despre-noi .col-md-6 img, #content.page-cms-3 img{
        float:right;
    }
    .testimonial .col-md-4 {
        width: 31%; }
    .testimonial .row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width : 767px) {
    #content.page-cms-1 > div:nth-child(6) > div.col-md-4 > img, #content.page-cms-6 img {
        text-align: center;
        display: block;
    }
    .testimonial .col-md-4 {
        margin: 20px;
    }

}

