*{
    box-sizing: border-box;
    transition: all 0.5s;
}
#connect-with-us{
    background-color: #d33b33;
}
#connect-with-us:hover{
    background-color: black;
}
#category{
    font-size: 55px;
    font-family: suse;
    font-weight: 900;
    margin-top: 10px;
    text-align: center;
}
#cat-btn{
    background-color: #d33b33;

}
#cat-btn:hover{
    background-color: black;
}
.row {
    display: flex;
    justify-content: space-around;
}
.col-md-3{
    border: 1px solid grey;
    box-shadow: 0 0 5px grey;
}
.col-md-3:hover{
    transform: translateY(-1rem);
}
.home-content button:hover{
    background-color: #d33b33;
}
.special-grid{
    margin: 1rem 0;
}
.special-grid:hover{
    box-shadow: 0 0 20px grey;
    
}
#cust-card{
    height: 25rem;
}
#cust-card::after{ 
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 75%;
    background-color: #fa6860;
    width: 100%;
    height: calc(25rem - 75%);
    z-index: 0;
}
#cust-card p{
    line-height:normal;
}
#cust-card img{
    position: absolute;
    left: calc(50% - 2.5rem);
    top: calc(18.75rem - 2.5rem);
    width: 5rem;
    z-index: 1;
}
.testimonial{
    padding: 2rem;
}
.testimonial h1{
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}
.carousel{
    width: 60%;
    margin: auto;
}
    .carousel button span{
    background-color: #d33b33;
    padding: 1rem;
    box-shadow: 0 0 10px grey    ;
    }
.test-card{
    color: black;
    width: 60%;
    margin: 5rem auto;
    border-radius: 10px;
    box-shadow: 0 0 10px grey;
    padding-bottom: 1rem;

}
.test-card .test-img{
    display: flex;
    border-bottom: 1px solid ;
}
.test-card .test-img img{
    border-radius: 20px;
    width: 7rem;
    margin: 1rem;
}
.test-card .test-img h5{
    font-size: 1.5rem;
}
.test-card .test-img .test-name{
    padding: 2rem;
}
.test-card p{
    margin: 1rem 2rem;
}
.test-card .test-img .test-name p{
    margin: 0;
}

@media (max-width: 1024px) {

  .wrap7 .row{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#cust-card{
    max-width: 22rem;
    margin: 2rem 0;
    min-height: 25rem;
}
#cust-card::after{ 
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 75%;
    background-color: #fa6860;
    width: 100%;
    z-index: 0;
}
#cust-card img{
    position: absolute;
    left: calc(50% - 2.5rem);
    top: calc(18.50rem - 2.5rem);
    width: 5rem;
    z-index: 1;
}
#category{
    font-size: 35px;
}
.col-md-3{
    margin: 2rem 0;
}
.carousel{
    width: 80%;
    margin: auto;
}
.test-card{
    width: 70%;
}
}
@media (max-width: 992px) {
    .col-md-3{
        margin: 2rem 0;
    }
    .carousel{
        width: 80%;
        margin: auto;
    }
    .test-card{
        width: 90%;
    }
   
}
 @media (max-width: 767px) {
    .col-md-3{
        margin: 2rem 0;
    }
    .carousel{
        width: 100%;
    }
    .test-card{
        width: 80%;
    }
    .test-card .test-img{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
 }
 @media (max-width: 600px) {
    .test-card{
        width: 100%;
    }
 }


