.count__number, .references {
    display: none !important;
}

.mb30 {
    margin-bottom:30px !important;
}

.slide {
    background-size: cover !important;
}

.contact__text h5,
.footer__menu h5 {
    color: #ee3324;
}

.whatsapp-button {
    font-size:14px;
    display: flex;
    gap:5px;
    padding:5px 15px;
    border-radius:30px;
    align-items: center;
    color:#fff;
    background: #10a64e;
    transition: all 0.5s;
}

.whatsapp-button i {
    font-size:16px;
}

.whatsapp-button:hover {
    color:#fff;
    background: #11b154;
}

.form .text input[type="file"] {
    border:2px dashed #787c84;
    background-color: #e8ecf4;
}

/*References*/
.references {
    display: flex;
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.references__container {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.references__container h5 {
    color: #ee7a38;
    font-family: "Playfair Display",serif;
    font-size: 22px;
    margin-bottom:20px;
}

.references__slider {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.reference {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reference img {
    width: 100%;
    height: auto;
    border-radius:5px;
    border:1px solid #f9f7f7;
}

@media screen and (max-device-width:600px) {
    .whatsapp-button {
        display: none;
    }

    .references {
        padding: 0 20px;
        padding-top: 30px;
    }

    .references__container {
        width: 100%;
    }

    .references__container h5 {
        font-size: 18px;
    }
}