.logo-responsive {
    width: 80px;
    padding: 12px 0;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

p {
    font-size: 16px;
    color: #343434;
    font-weight: 400;
    line-height: 2rem;
    text-align: justify;
}

@media screen and (275px <= width <= 676px) {
    .contact_iconbox {
        padding: 0;
    }
}