.project-section {
    width: 100%;
    float: left;
}
.containers {
    width: 1062px;
    margin: 0 auto;
    position: relative;
}
.project-section .boxes {
    width: 102%;
    float: left;
    margin: 30px -1% 0 -1%;
}
.project-section .boxes .info-box {
    width: 23%;
    float: left;
    margin: 1%;
    padding: 10px;
    box-shadow: 0 0 16px 0 #00000063;
    min-height: 170px;
}
.project-section .boxes .info-box .info-logo {
    padding-left: 10px;
    width: 60px;
}
img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    line-height: .5em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.project-section .boxes .info-box h6 {
    color: #333;
    line-height: 27px;
    padding: 10px 0 10px 10px;
    font-size: 20px;
    font-weight: 500;
    font-family: initial;
}
.project-section .boxes .info-box h6 small {
    font-size: 90%;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
}



#portfolio {
    background: #232323;
}
.section-header {
    margin-bottom: 30px;
}
.section-header .section-title {
    font-size: 30px;
    color: #272727;
    /* text-transform: uppercase; */
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
}
.section-header .section-title:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #4a4244;
    border-radius: 20px;
    background: #ADA279;
}
.section-header .section-title:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #4a4244;
}
.titlColor {
    padding-left: 15px;
    color: #fff;
    font-family: sans-serif;
    font-size: 18px;
}






@media (max-width: 767px) and (min-width: 320px)
{
.containers {
    width: 100%;
    float: left;
    padding: 0 3.5%;
}
.project-section .boxes .info-box {
    width: 48%;
    padding: 5px;
    min-height: 146px;
}
.project-section .boxes .info-box h6 {
    font-size: 16px;
    line-height: 22px;
}
}
@media (max-width: 1199px) and (min-width: 1024px)
{
.containers {
    width: 990px;
    margin: 0 auto;
}
}
@media (min-width: 1200px)
{
.container {
    width: 1170px;
}
}

