.item-four {
    width: 100%;
    height: 1.6146rem;
    display: flex;
    justify-content: center;
    margin-bottom: .2604rem;
}

.m-i-f-container {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.m-i-f-c-left,
.m-i-f-c-center,
.m-i-f-c-right {
    width: auto;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.m-i-f-c-l-container {
    width: 2.6406rem;
    height: .5208rem;
    position: relative;
    display: flex;
    justify-content: center;
}

.m-i-f-c-l-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.m-i-f-c-l-container h1 {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .125rem;
    position: absolute;
    z-index: 3;
    top: 0;
    color: white;
}

.m-i-f-c-right {
    width: 2.6406rem;
    height: 100%;
    position: relative;
}

.m-i-f-c-right img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-i-f-c-r-container {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    color: white;
    font-size: .1458rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.m-i-f-c-r-container h1 {
    font-size: .1979rem;
}

.m-i-f-c-r-container h2 {
    font-size: .0938rem;
    margin-top: .2083rem;
    color: white;
    text-decoration: underline;
    text-decoration-style: wavy;

    text-decoration-thickness: 2px;

    text-underline-offset: 3px;

}