.howitworks-body {
    background: #f8f8f8;
    font-family: 'Roboto Condensed', Arial, sans-serif
}

.row {
    --bs-gutter-x: 0 !important;
}

.top-left-logo {
    max-height: 175px;
    margin-top: 8%;
}

@media (max-width: 768px) {
    .top-left-logo {
        max-height: 200px;
    }
}

@media (max-width: 576px) {
    .top-left-logo {
        max-height: 150px;
    }
}

.be-head-img {
    background: #fff4e3;
    margin-top: -4%;
    display: flex;
    max-height: 350px;
    margin-bottom: 1%;

}

.img-mid-banner {
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.navbar {
    margin-top: -4.5%;
}

.navbar-nav {
    background-color: #fff;
    border-radius: 6px;
    padding: 0 10px;
    margin-bottom: 0;
}

.navbar-nav li {
    border-right: 1px solid rgba(26, 30, 33, 0.1);
}

.navbar-nav li:last-child {
    border-right: none;
}

.bs-icon {
    --bs-icon-size: .75rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--bs-primary);
}

.bs-icon-lg {
    --bs-icon-size: 2rem;
}

.bs-icon.bs-icon-rounded {
    border-radius: .5rem;
}

.inhr {
    margin-top: 8%;
    margin-bottom: 8%;
}

.hidden-important {
    display: none !important;
}

#hiw-yt-1 iframe,
#hiw-yt-2 iframe {
    padding: 20px;

}


