
        .ttm-boxes-spacing-15px .ttm-box-col-wrapper {
            margin-top: 30px;
        }
.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;
        }

        @media (max-width: 767px) {
            .last-row {
                width: 90% !important;
            }
.top-row{
margin-left:15px !important;
margin-right:15px !important;
}

        }

        /* card */
        .card {
            height: 530px;
            box-shadow: 0px 0px 12px 2px #acb3b3;
          
            border-radius: 10px;
        }

        .card img {
          
            border-radius: 20px;
            padding: 10px;

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

        #vertical-card {
            border: none !important;
            box-shadow: none !important;
          
        }

        .last-row {
          
            box-shadow: 0px 0px 12px 2px #acb3b3;
            border-radius: 10px;
        }

        .last-row:hover {
            box-shadow: 0px 0px 12px 2px #7ddee5;
        }

        #vertical-card-1:hover {
               box-shadow: none !important;
               border: none !important;
               
            }
        #vertical-card-1{
            height: 340px;
               
            }


        .bottom-spacing {
            margin-bottom: 25px !important;
        }
        #card-img-top {
              
                border-radius: 10px;
            }

        @media (max-width: 767px) {
            .display-col-header {
                display: none !important;
            }

            .col-bottom-spacing {
                margin-bottom: 0px !important;
            }


            #vertical-card-1 {
                height: 200px !important;
            }

           

            #card-img-top {
                padding: 5px !important;
                
            }
        }

        .shadow_effect {
            border-radius: 10px;
        }

        .shadow_effect:hover {
            box-shadow: 0 0 4px 2px #43aea9;
        }
        .fixed-button{
           
            margin: auto 18px;
            position: absolute;
            bottom: 10px;
        }
