.products-category-wrapper {
    text-align: center;
    
    background-color: #2e3192;
    border-top: 2px solid white;
    padding: 5%;
}

.products-category-wrapper .title {
    color: white;
    margin-bottom: 0px;
}

.products-category {
    display: inline-block;
    vertical-align: top;
    margin: 5%;
}

.products-category-image {
    height: 180px;
    width: 180px;
    
    border: 2px solid #fff;
    border-radius: 999px;
    background-image: url(../asset/images/gear39.svg);
    background-size: 120px 120px;
    background-repeat: no-repeat;
    background-position: center;
}

.products-category-title {
    margin-top: 20px;
    width: 180px;
    height: 36px;
    
    font-family: Helvetica;
    color: #fff;
    text-transform: uppercase;
}

.about-wrapper {
    text-align: center;
    
    padding: 70px 10%;
}

.about-wrapper .content {
    max-width: 700px;
}