div#masthead {
    border-bottom: 1px solid #373435;
}

i.icon-envelop::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("https://eurograd.urosbrulc.com/wp-content/uploads/2025/04/mail-svgrepo-com.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
i.icon-envelop {
    top: 2px;
}
ul#header-contact a {
    text-transform: none;
    font-size: 16px;
    color: #ed3237;
}


i.icon-phone::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("https://eurograd.urosbrulc.com/wp-content/uploads/2025/04/phone-svgrepo-com.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.menu-ic {
    display: flex;
    flex-direction: column;
}
.menu-ic .icon-box-img {
    height: 70px;
}