.hcp4-sql-main {
    display:flex;
    align-items:center;
    align-content:center;
    justify-content:center;
    flex-wrap:wrap;
    margin:25px auto;
}

.hcp4-sql-title-container {
    flex:0 0 100%;
    padding:5em 0;
}

.hcp4-sql-main-subtitle {
    background: transparent;
    padding: 2px 5px;
    font-size: 18px;
    color: black;
    box-sizing: border-box;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px auto;
    max-width: fit-content;
}
.hcp4-sql-main-title {
    font-size: 49px;
    font-weight: 800;
    color: #C7271A;
    max-width: fit-content;
    margin: 15px auto;
    line-height: 60px;
    letter-spacing: -1.5px;
}

.hcp4-sql-block {
    flex: 0 0 33.33333%;
    padding: 45px;
    margin: 0;
    box-sizing: border-box;
    cursor:pointer;
    display: flex;
    background-size:cover !important;
    align-items: center;
    position: relative;
    text-align: left;
    flex-wrap: wrap;
    min-height: 307px;
    border:.5px solid white;
}
.hcp4-sql-block:hover svg {
    opacity:1;
    transform:translateY(0px) scale(1);
}
.hcp4-sql-block svg {
    position:absolute;
    bottom:0;
    right:0;
    padding:15px;
    opacity:0;
    transform:translateY(15px) scale(0.25);
    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}
.hcp4-sql-block i {
    position: relative;
    flex: 0 0 100%;
    margin: 0 auto;
    color: white;
    font-size: 5em;
    line-height: 42px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    border-radius: 100em;
}

.hcp4-sql-block h4 {
    background: transparent;
    padding: 2px 5px;
    font-size: 1.5em;
    color: white;
    text-align:center;
    flex: 0 0 100%;
    box-sizing: border-box;
    margin: 0 auto;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    max-width: fit-content;
}

.hcp4-sql-block .hcp4-sql-desc , .hcp4-sql-desc p , .hcp4-sql-desc * {
    font-size: 26px;
    font-weight: 300;
    line-height: 32px;
    flex: 0 0 100%;
    color: white;
}

/* Responsive Fixes */
@media screen and (max-width: 940px){
    .hcp4-sql-block {
        flex:0 0 100%;
    }
}

@media screen and (max-width: 860px){
    .hcp4-sql-block {
        flex:0 0 100%;
    }
}

@media screen and (max-width: 600px){
    .hcp4-sql-block {
        flex:0 0 100%;
    }
}