﻿.ourwork-row {
}

.text-title {
    text-align: right;
    font-family: 'SSP BoldIt';
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 35px;
}

.text-block {
    text-align: justify;
    margin-left: 10%;
    font-family: 'NassimArabic';
    font-size: 25px;
    line-height: 30px;
}

.quote {
    font-family: 'SSP BoldIt';
    font-weight: bold;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 20px;
}

mark.highlight {
    background-color: #64c5b4;
    height: 100%;
    margin: 0;
    padding: 0;
    padding: 0 5px 0 5px;
}

.quote hr {
    background-color: #000;
    height: 3px;
    margin-right: 0px;
    width: 30%;
    /*background-color: #64c5b4;*/
}

hr.new-page-separator {
    background-color: #000;
    height: 3px;
    margin-bottom: 70px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .text-block {
        margin-left: auto;
    }
}