﻿.home1 {
    width: 100%;
    height: auto;
}

.home1 a {
    display: block;
    width: calc((100% - 0px) /4);
    float: left;
    padding: 20px;
    color: #fff;
    position: relative;
    transform: scale(1);
    transition: all 0.5s;
    z-index: 1;
}

.home1 a:hover {
    transform: scale(1.1);
    z-index: 100;
}

.home1 a h5 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0rem;
  line-height:3em;
}

.home1 a p {
    font-size: 14px;
    margin-bottom: 15px;
    opacity: .5;
}

.home1 a.ha1 {
    background: #0083ce;
}

.home1 a.ha2 {
    background: #009fc9;
}

.home1 a.ha3 {
    background: #0083ce;
}

.home1 a.ha4 {
    background: #009fc9;
}

@media screen and (max-width:768px) {
    .home1 a {
        display: block;
        width: calc((100% - 0px) /2);
        float: left;
        padding: 26px;
        height: 175px;
        color: #fff;
        position: relative;
        transform: scale(1);
        transition: all 0.5s;
        z-index: 99;
    }
  .home1 a h5{
  font-size:13px;
  }
}