img{
    width: 100%;
}

.img-power{
    max-width: 150px;
}

.img-reposive.img-logo {
    max-width: 150px;
}
.icon-text{
    font-size: 1em;
    margin: 10px 0;
    font-weight: bold;
}
.icon-text span:first-child{
    padding: 10px;
}
.icon-text span:last-child{
    margin: 40px 0;
}

.icon-text::last-child{
    margin-bottom: 0;
}

a, a:hover, a:focus {
    color: #000;
    text-decoration: none;
}
div.business-hours{
    margin-left: 40px;
}
.title-instant{
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
.btn-get-deal{
    width: 250px;
}
.social-bg{
    width: 42px;
    height: 42px;
    font-size: 25px;
    padding: 0 10px;
    border-radius: 8px;
}
.social-bg i{
    color: #fff;
}
.social-business{
    display: flex;
    justify-content: space-between;
    margin: auto 22%;
}

@media (max-width: 480px){
    .title-instant{
        text-align: center;
    }
    .social-business{
        margin: auto 2%;
    }
}