.footer-wrapper {
    width: 100%;
    height: 50vh;
    z-index: 2;
    background-color: #212121;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mb-footer-wrapper {
    width: 100%;
    z-index: 2;
    background-color: #212121;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer-company {
    color: #fff;
    font: normal normal bold 1rem Yu Gothic;
}

.footer-menu-title {
    width: 100%;
    text-align: left;
    color: #fff;
    font: normal normal bold 2rem Yu Gothic;
    text-decoration: none;
    margin-bottom: 2rem;
}

.footer-menu {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.footer-menu a {
    color: #fff;
    font: normal normal bold 1.5rem Yu Gothic;
    text-decoration: none;
}

.footer-left {
    padding: 3rem 0;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-left-content {
    width: 70%;
}

.footer-left div {
    color: #fff;
    font: normal normal bold 2rem Yu Gothic;
    text-decoration: none;
}

.footer-right-images {
    width: 30%;
    height: 80%;
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: center;
}

.mb-footer-images {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
}

.mb-footer-image-wrapper {
    width: 80%;
    height: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
}

.mb-footer-image-wrapper img{
    max-width: 100%;
    object-fit: contain;
}

.footer-img-wrapper img {
    max-height: 100%;
    object-fit: contain;
}

.footer-img-wrapper {
    width: 100%;
    height: 50%;
    overflow: hidden;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 2rem;
}


.footer-right {
    height: 100%;
    width: 40%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.footer-right a {
    color: #fff;
    font: normal normal bold 1rem Yu Gothic;
    text-decoration: none;
}
.footer-right-content {
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    margin-left: 1rem;
}
.mb-footer-contents {
    width: 80%;
}

.mb-footer-contents a {
    text-decoration: none;
    color: white;
}