#info-boxes-hover-section .row{
    height: 450px;
}
#info-boxes-hover-section h2{
    color: #C8E2D5;
}

.hover-section {
    position: relative;
    width: 100%; 
    height: 100%;
    background-color: #617765; 
    overflow: hidden; 
}

.hover-section .hover-bg {
    position: absolute;
    top: -100%; 
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: top 0.5s ease;
}


.hover-section:hover .hover-bg {
    top: 0; 
}

  