/* card section margin top */

.card_section {
    margin-top: 50px;   
}

/* contact hover */
.hover_button:hover{
    background-color: rgb(149, 245, 232);
    transform: scale(1.1);
    transition: 0.4s;
}

/* breadcrumb */
.bread {
    margin-left: 135px;
    margin-top: 60px;
    margin-bottom: -30px;
}