.tn-clients {
    color: #909090;
    font-size: 20px;
    font-family: 'Commissioner', Arial, sans-serif;
    line-height: 1.6;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.tn-clients div:not(.slash):not(.about-us-clients) {
    padding: 20px 0;
}

.about-us {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.about-us-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-preview {
    width: 100%;
    max-width: 660px;
    padding: 10px;
    align-items: flex-start;
}

.about-us-item {
    padding: 3rem;
}

.about-us-clients {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.about-us-clients div:not(.slash) {
	flex: 1 1 0; 
	text-align: center;
}

@media screen and (max-width: 468px) {
	.about-us-clients {
		font-size: 14px;
	}
}

.slash {
    width: 60px;
    height: 1px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #ff8800;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 960px) {
    .aboutus_hiresolution {
        display: none;
    }
}

@media screen and (min-width: 960px) {
    .aboutus_lowresolution {
        display: none;
    }
}

.aboutus_lowresolution img {
    display: block;
    width: 100%;
    max-width: 500px;
}

.aboutus_hiresolution img {
    display: block;
    width: 95%;
    max-width: 600px;
    overflow: hidden;
}

.about-preview ul {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    color: #505050;
}

.about-preview ul li:nth-child(1) {
    margin-top: 10px;
}

.about-preview ul li {
    list-style-type: none;
    margin-bottom: 15px;
}

.about-preview-pic img {
    width: 100%; 
    max-width: 500px;
}