@media screen and (min-width: 975px){
    .vert-text .card h2{
        display: inline-block !important;
        padding-top: 7.5% !important;
    }
    
    .vert-text .card{
      background-color: inherit;
      border: inherit;
    }
}