.band {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 20px
}

@media (min-width:30em) {
    .band {
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width:60em) {
    .band {
        grid-template-columns: repeat(4, 1fr)
    }
}

.card {
    background: 0 0;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgb(190, 190, 190);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
    top: 0;
    transition: all .1s ease-in
}

.card:hover {
    top: -2px;
}

.card article {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.card h4 {
     margin: 0;
    color: #ababab
}

.card p {
    flex: 1;
    line-height: 1.4
}

.card span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em
}

.card .thumb {
    padding-bottom: 60%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-size: cover;
    background-position: center center
}

.ch {
    height: 90px
}

@media only screen and (max-width:1024px) {
    h4 {
        line-height: 1
    }

    .ch {
        height: 100px
    }
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #fff
}

.blogbox {
    cursor: pointer;
}
/*whatsapp*/

.fixed-tabs-Whats {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 100;
    margin-top: 260px;
}

.aba-whatsphone {
    background: #008C1F;
    height: 60px;
    width: 70px;
    border-radius: 30px 0 0 30px;
    transition: 0.7s ease;
}

.aba-whatsphone:hover {
    width: 190px;
    transition: 0.7s ease;
}

.aba-whatsphone-icone {
    background: url(../assets/whatsapp-icon.png) no-repeat;
    width: 280px;
    background-size: 70px;
    background-position-y: -7px;
    padding: 7px;
}

.aba-whatsphone-icone a {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin-left: 70px;
    text-decoration: none;
    height: 60px;
    font-family: sans-serif;
}

.aba-whatsphone-icone a strong {
    display: block;
    font-size: 18px;
    margin-left: 70px;
}
