@media (max-width: 576px) {
    .contacts-page .contacts-logo {
        display: none;
    }
    .contacts-page .contacts-logo img {
        display: none;
    }
    .contacts-page .contacts-logo-1 img{
        width: 70%;
        height: 70%;
        margin-bottom: 3em;
        text-align: center;
    }
    .contacts-page .contacts-heading h1 {
        font-size: 3.5em;
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 3px 3px 5px #61abb0;
    }

    .contacts-page .numbers ul {
        font-size: 2em;
        margin-left: 2em;

    }

}

@media (min-width: 577px) and (max-width: 1299px) {
    .contacts-page .contacts-logo {
        text-align: center;

    }
    .contacts-page .contacts-logo img {
        width: 70%;
        height: 70%;
    }
    .contacts-page .contacts-logo-1 {
        text-align: center;
    }

    .contacts-page .contacts-heading h1 {
        font-size: 5em;
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 3px 3px 5px #61abb0;
    }

    .contacts-page .numbers ul {
        font-size: 3em;
        margin-left: 4em;

    }

}

@media (min-width: 1300px) {
    .contacts-page .contacts-logo {
        text-align: center;
    }
    .contacts-page .contacts-logo-1 {
        text-align: center;
    }
    .contacts-page .contacts-logo img{
        width: 100%;
        height: 100%;
    }
    .contacts-page .contacts-heading h1 {
        font-size: 7em;
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 3px 3px 5px #61abb0;
    }

    .contacts-page .numbers ul {
        font-size: 3em;
        margin-left: 4em;

    }
}

.contacts-page .contacts-heading {
    text-align: center;
    margin: 4em auto 0 auto;
    vertical-align: baseline;
}



.contacts-page .numbers {
    margin: 5em auto;
    border-left: 1px solid black;
}


.contacts-page .numbers .fa-li i {
    transition: all 0.5s;
}

.contacts-page .numbers .fa-li i:hover {
    padding-right: 10px;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    color: #61abb0;
}