.ment-header {
    background-color: #BB8C00;
    padding: 30px 0;
    margin-top: 150px;
    margin-bottom: 150px;
}
.ment-header h1 {
    color: white;
    font-family: Arimo;
    font-size: 54px;
    font-weight: 400;
    line-height: 62.09px;
    letter-spacing: -0.02em;
    text-align: center;
}
.title {
    font-family: Arimo;
    font-size: 54px;
    font-weight: 400;
    line-height: 62.09px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #981328;
    margin-bottom: 35px;
}
p {
    font-family: Arimo;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
    color: black;
    margin-bottom: 15px;
}
li {
    font-family: Arimo;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
    color: black;
}
a {
    color: black;
}
span {
    font-weight: 700;
}
.link-red {
    text-decoration: none;
    color: #981328;
}
.no-margin {
    margin: 0 !important;
}
h3 {
    font-family: Arimo;
    font-size: 36px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
}
.block-inside {
    margin-bottom: 30px;
}
.block {
  margin-bottom: 70px;
}
.section {
    max-width: 1170px;
    margin: auto;
}
.menu-collapse {
    position: absolute;
    width: 392px;
    max-width: 1170px;
    right: 0;
}
.menu-wrapper {
    background-color: white;
    width: 100%;
}
.menu-wrapper a{
    text-decoration: none;
    color: black;
}
.menu-wrapper a.last {

}
.menu-wrapper ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.menu-wrapper li {
    font-family: Arimo;
    font-size: 26px;
    font-weight: 400;
    line-height: 29.9px;
    text-align: left;
    padding-bottom: 46px;
    padding-left: 46px;
    color: white;
    background-color: #BB8C00;
    font-family: Arimo;
    list-style: none;
    margin-top: -1px;
}
.menu-wrapper li:hover {
    text-decoration: underline;
}
.first li {
    padding-top: 46px;
}
.menu-section {
    padding: 36px 0;
}
.menu-section.scrolled {
    background-color: white;
    z-index: 9;
}
.navbar {
    padding: 0 !important;
}

.navbar-toggler-icon {
    background-image: url("media/yellow-menu.svg") !important;
}
.navbar-toggler-icon.menu-burger-show {
    background-image: url("media/cross-menu.svg") !important;
}
.navbar-toggler {
    border: none !important;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.footer {
    background-color: #70706F;
    padding: 50px 0;
}
.logo-img {
    width: 150%;
    transition: width 0.3s ease-in-out;
}
.logo-img.scrolled-img {
    width: 100%;
    transition: width 0.3s ease-in-out;
}
.footer p, .footer a {
    text-align: center;
    color: white;
}
.footer p {
    font-family: Arimo;
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: center;
}
.footer {
    padding:15px 0;
}
@media (max-width: 1200px) {
    .section {
        max-width: 100%;
        width: 80%;
    }
    .menu-wrapper {
        width: 100%;
    }
    .menu-collapse {
        width: 50%;
    }
}
@media (max-width: 769px) {
    .menu-collapse{
        width: 100%;
    }
    h2 {
        font-family: Arimo;
        font-size: 24px !important;
        font-weight: 400;
        line-height: 27.6px !important;
        letter-spacing: -0.02em;
    }
    h3 {
        font-family: Arimo;
        font-size: 20px !important;
        font-weight: 400;
        line-height: 23.6px !important;
        letter-spacing: -0.02em;
    }
    p {
        font-family: Arimo;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.02em;
    }
    li {
        font-family: Arimo;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }
}