.box-wrapper-men {
    padding: 0;
    margin: 0;
    background-image: url("https://storage.googleapis.com/jjk_webstore_v2/pattern_accent.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background: var(--accent-color); */
    width: 100vw;
    min-height: 90vh;
    text-align: center;
    padding: 1em 0 2em 0;
}

.mens-sign {
    height: 4.5em;
    width: 4.5em;
}

.banner-img {
    height: 55vh;
}
.box-wrapper-child {
    position: relative;
}

.box-wrapper-child h1 {
    font-family: var(--header-font);
    font-weight: 100;
    color: #294C4E;
    font-size: 2.375em;
}


.box-wrapper-child a {
    /* background: none; */
    border: none;
    position: absolute;
    top: 88%;
    left: 60%;
    margin-top: 1em;
    border-radius: 50%;
    background: none;

    display: flex;
    align-items: center;
    justify-content: center;
}

.box-wrapper-child a img {
    width: 6.5em;
    height: 6.5em;
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) { 
    .box-wrapper-men {
        display: none;
    }
}