*{
    margin: 0; padding: 0;
    background-color: #ccc;
}
.main{
    width: 85%;
    margin: auto;
    background-color: white;
    height: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
header{
    padding: 40px;
    background-color: #76c7c0;
    display: flex;
}
.head1{
    background-color: #76c7c0;
    width: 60%;
}
.head1 img{
    background-color: #76c7c0;
}
.head2{
    display: flex;
    justify-content: end;
    width: 40%;
    background-color: #76c7c0;
}
.head2 button{
    width: auto;
    height: auto;
    text-align: left;
    border: none;
    background-color: #76c7c0;
    margin:  0px 15px;
}
.head2 button h5{
    margin: 5px 0px;
    background-color: #76c7c0;
    font-size: 12px;
}
.head2 button h6{
    background-color: #76c7c0;
}
.head2 a{
    text-decoration: none;
    color: black;
}
.head4{
    width: 100%;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    background-color: #424242;
}
.head4 button{
    height: 50px;
    width: auto;
    display: inline;
    background: none;
    border: none;
}
.head4 button:hover{
    background-color: #838383;
    transition-duration: 0.2s;
}
.head4 h4{
    margin: 0px 10px;
    background: none;
}
.head4 a{
    text-decoration: none;
    color: white;
}
.b_{
    width: 100%;
    height: auto;
    margin: auto;
    justify-content: space-evenly;
    background-color: white;
    display: grid;
    grid-template-columns: auto auto auto;
    /* flex-wrap: wrap; */
    /* justify-content: space-evenly; */
}
.b1{
    width: 332px;
    height: fit-content;
    box-shadow: 0px 0px 5px black;
    background-color: white;
    margin: 20px 0px;
}
.b_ img{
    display: block;
}
.b_ h2 , .b_ p{
    margin: 20px;
    color: grey;
    background-color: white;
}
.b7{
    margin: 40px 20px;
    height: 80px;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    padding: 0px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.b7 h4 , .b7 a{
    background-color: white;
    text-decoration: none;
}
.b8{
    padding: 0px 40px;
    height: 80px;
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.b8 h4{
    color: white;
    background-color: black;
}
.b8 a{
    background-color: black;
}
.b8 a:hover{
    color: #FF716F;
}