

/* Put your custom styles here */

phone-top
{
    float: left;
    min-width: 150px;
}

.phone-top
{
    display: inline-table;
    margin-top: 30px;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
    float: left;
    margin-left: 7%;
    color: #4d1d12;
}

@media screen and (max-width:991px)
{
    .phone-top
    {
        position: absolute;
        display: block;
        float: left;
        margin-top: 65px;
        margin-left: 65px;
    }
}

@media screen and (max-width:767px)
{
    .phone-top
    {
        position: relative;
        margin-top: -30px;
        width: 100%;
        margin-left: 0;
        display: block;
        text-align: center;
    }
}

