a{
    text-decoration: none;
    color: #000;
}

/* section-three */
.section-three{
    margin: 40px 0;
}
.single-img{
    position:relative;
    margin: 10px;
}
.single-img-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 5px 30px;
    background: rgba(0, 0,0,0.7);
}
.single-img-content h3{
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}



/* section-three */