body {
    font-family: 'Montserrat', sans-serif;
}

.panel {
    align-items: center;
    display: flex;
    height: 100vh;
}

.logo {
    margin: -50px auto 0;
    max-width: 200px;
}

h1 {
    background-image: url("../images/ellipse.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    color: #bbbc94;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 0.9;
    margin-bottom: 30px;
    padding-bottom: 30px;
    /*text-transform: uppercase;*/
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    padding: 0 60px;
}

.phone {
    background-image: url("../images/phone.png");
    background-position: center left;
    background-repeat: no-repeat;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin: 30px auto;
    padding-left: 40px;
    text-transform: uppercase;
}

.phone a {
    color: #bbbc94;
}

.contact-us {
    background-color: #000000;
    display: inline-block;
    padding: 5px 10px;
}

.contact-us a {
    color: #ffffff;
    font-size: 20px;
}

@media screen and (max-width: 1024px) {
    h1 {
        margin-top: -40px;
    }

    p {
        padding: 0;
    }

    .phone {
        margin: 15px auto;
    }
}

@media screen and (max-width: 991px) {
    .panel {
        height: auto;
    }

    .image {
        margin: 20px auto;
        max-width: 300px;
    }
}

@media screen and (max-width: 540px) {
    h1 {
        font-size: 30px;
    }

    .contact-us {
        margin-bottom: 30px;
    }
}