.templates-wrap{
    padding:  60px 0;
    font-size: 14px;
}

.templates-wrap .content{
    font-size: 14px;
}

.templates-wrap .content h3{
    margin: 0 0 10px 0;
    font-size: 36px;
    color: black;
}

.templates-wrap .content a{
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0 20px 0;
}

@media (max-width: 991px) {
    .templates-wrap{
        padding:  30px 0;
    }
}