 .ttm-boxes-spacing-15px .ttm-box-col-wrapper {
            margin-top: 30px;
        }

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

        .top-row , .bottom-row {
            box-shadow: 0px 0px 12px 2px #acb3b3;
            height: 100%;
            margin-bottom: 60px !important;
        }

        .top-row:hover, .bottom-row:hover {
            box-shadow: 0 0 4px 2px #43aea9
        }
        .column-right .card .card-body{
          border-left:2px solid #e5e2e2;
            margin:20px 0px;
        }
     .img-div {
            width: 70%;
        }

        @media (max-width: 767px) {
            .img-div {
                width: 100% !important;
            }

            .img-card-body {
                padding: 0 !important;
            }
        }