#hero{
    height: 500px;
    background-size: cover;
    background-position: center;
}

#hero .slider,
#hero .slick-list,
#hero .slick-track,
#hero .slick-slide div{
    height: 500px;
}

#hero .slick-slide img{
    height: 100%;
    object-fit: cover;
}

#contact{
    padding: 50px 0;
}

#contact h1{
    text-align: center;
    margin-bottom: 50px
}

#contact .wrap{
    margin: 0 auto;
    display: block;
    width: fit-content;
}

#contact .phone,
#contact .email{
    display: flex;
}

#contact span{
    font-weight: 700;
    color: var(--black);
    width: 70px;
    display: block;
}
#contact .socials{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
#contact .socials a {
padding: 0 5px;
}
#contact i{
    font-size: 25px;
}