﻿.head-1 {
    color: #E31E25;
    font-weight: 500;
}

.head-2 {
    font-size: 14px;
}

.t {
    height: 85%;
}

.auto {
    color: #E31E25;
    font-size: 26px;
    font-weight:800;
}

.ht {
    color: darkblue;
    font-size: 26px;
    font-weight:800;
}

.home-1 {
    color: darkblue;
    font-weight: 500;
}

.home-2 {
    font-size: 14px;
}

.card:hover {
    box-shadow: 1px 8px 20px grey;
    -webkit-transition: box-shadow .6s ease-in;
}

.it {
    color: green;
    font-size: 26px;
    font-weight:800;
}

.it-1 {
    color: green;
    font-weight: 600;
}

.it-2 {
    font-size: 14px;
}

.ip {
    color: #E31E25;
    font-size: 26px;
    font-weight:800;
}

.ip-1 {
    color: #E31E25;
    font-weight: 600;
}

.ip-2 {
    font-size: 14px;
}



@media only screen and (max-width: 991px) {


    .t {
        height: 90%;
    }
}