.section2 .cruise .cruise-title::before {
content: '';
position: absolute;
bottom: 0;
width: 0%;
height: 1px;
background-color: #001d3d;
transition: 0.2s all ease-in;
}
.section2 .cruise:hover .cruise-title::before {
width: 100%;
}
.vc_toggle_title > h4 {
font-family: 'Raleway';
font-size: 22px;
}