.hero-section{
    background: #fff;
}
.hero-section h1{
    color:#4f4f4f;
}
.hero-section p{
    color:#4f4f4f;
}
.issndiv{
    color:#4f4f4f;
}

.tech-list{
    list-style: none;
    text-align: center;
    padding-bottom: 40px;
    li{
        display: inline-block;
        margin-right: 3%;
        width:16%;
        img{
            width:90%;
        }
    }
}
.custom-technologies{
    h3{
        text-align: center;
        color:#767878;
        padding:20px 0px;
    }
}