.hah-box-section {
    padding: 30px 0;
}

.hah-boxes {
    display: grid;
    grid-gap: 30px;
}

.hah-box {
    position: relative;
    background: #fff;
    padding: 30px 30px 90px 30px;
    text-align: center;
    box-shadow: 0px 5px 20px rgba(0,0,0,.2);
}

.hah-box-image {
    position: relative;
    background-size: cover;
    background-position: center center;
    width: calc(100% + 60px);
    margin: -30px -30px 30px -30px;
}

.hah-box-image:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 75%;
}

.hah-box i {
    display: block;
    font-size: 90px;
    margin-bottom: 30px;
    color: #5f9300;
}

.hah-box-link {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 30px;
    background: #d4e8ff;
}

.hah-box-link:hover,
.hah-box-link:focus,
.hah-box-link:active {
    color: #fff;
    background: #014992;
}

@media screen and (min-width: 768px) {

    .hah-boxes--2,
    .hah-boxes--4 {
        grid-template-columns: 1fr 1fr;
    }
    
    .hah-boxes--3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .hah-box-title {
        font-size: 36px;
    }

}

@media screen and (min-width: 1024px) {

    .hah-box-section {
        padding: 60px 0;
    }
    
    .hah-box-image {
        margin: -60px -30px 30px -30px;
    }

    .hah-boxes--4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .hah-box {
        padding: 60px 30px;
    }

}
