#portfolio-3 p{    text-align: center;
    padding: 30px;
    font-size: 10pt;
    font-weight: 800;
    text-rendering: optimizeLegibility;
    font-family: "Muli", sans-serif;
    /* font-weight: 600; */
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3C424F;
    line-height: 16pt;
}

.uppers {
  display: block;
    position: relative;
    top: -280px;
    visibility: hidden;
}

@media screen and (max-width: 767px){
.header-homepage .header-description-row {
    padding-top: 10%;
    min-height: 400px;
    padding-bottom: 10%;
}
h1.hero-title {
    color: #FFFFFF;
    margin-bottom: 1.25rem;
    font-size: 3.2rem !important;
    font-weight: 300;
    line-height: 1.14;
    letter-spacing: 0.9px;
}


}