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

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

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

.home1 a h5 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0rem;
  font-weight: bold;
}

.home1 a p {
    font-size: 14px;
    margin: 10px 0 35px;
    opacity: .5;
}

.home1 a.ha1 {
    background: #bd161d;
}

.home1 a.ha2 {
    background: #cc9c11;
}

.home1 a.ha3 {
    background: #bf1a4c;
}

.home1 a.ha4 {
    background: #2a8c8d;
}

.home1 a span {
    color: #fff;
    padding: 6px 20px;
    border-radius: 0px;
    font-size: 14px;
    opacity: 1;
    border: 2px solid rgba(255,255,255,.5);
    transition: all ease .5s;
}

@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;
    }
}