.ae-support-links {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}

.suplink {
    flex: 0 0 26.5%;
    margin: 20px;
    text-align: center;
    /* padding: 20px; */
    border-radius: 10px;
    border: 1px solid #ced2ff;
    transition: all .3s;
}

.suplink:hover {
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.30em);
}

.linkcont {
    padding: 20px;
}

.icon-title {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    flex-wrap: wrap;
    justify-content: center;
}

.icon-title a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    /* display: flex; */
    width: 100%;
}

.icon-title img {
    max-width: 100%;
}

.contact-wrapper {
    text-align: center;
    margin: 50px 0px 20px 0px;
}

.contact-wrapper h5 {
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #000;
    display: inline;
}

.contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact p:nth-child(1) {
    margin-right: 20px;
}

.contact h5 {
    font-size: 22px;
    margin: 50px 0px 10px 0px;
}

.contact p {
    margin: 0px;
}

.contact a {
    border-bottom: 1px solid #2575fc;
    color: #2575fc;
    text-decoration: none;
    font-weight: normal;
}

.contact p {
    font-weight: bold;
}

@media only screen and (max-width:1024px) {
    .contact {
        display: block;
    }
}

#scroll,
#customers {
    display: none;
}