  .ttm-boxes-spacing-15px .ttm-box-col-wrapper {
            margin-top: 30px;
        }
.top-row{
 box-shadow: 0px 0px 12px 2px #acb3b3;
 margin-top:60px;
margin-left:1px;
margin-right:1px;
border-radius: 0.25rem;
}

        @media (max-width: 767px) {
           .top-row{
margin-left:1px;
margin-right:1px;
}

            }
        h2.title {
            font-weight: 700;
            font-size: 25px;
            line-height: 43px;
            margin-bottom: 0;
            text-transform: uppercase;
        }

        #card {
            box-shadow: 0px 0px 12px 2px #acb3b3;
            height: 100%;
         
        }

  .card {
          border:none;
        }
        #card:hover, .top-row:hover {
            box-shadow: 0 0 4px 2px #43aea9
        }