.emtw-matching {
    margin-top: 30px;
}

.emtw-matching-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.emtw-matching-list {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.emtw-matching-item {
    text-align: center;
    text-decoration: none;
    color: #111;
    flex: 1 1 100px;
    max-width: max-content;
}

.emtw-matching-thumb {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e3e8ee;
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
}

.emtw-matching-thumb img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.emtw-matching-name {
    font-size: 16px;
    margin-top: 4px;
}

.emtw-matching-item-wrap {
    text-align: center;
}

.emtw-matching-name a {
    color: #a87c79;
    text-transform: uppercase;
}

.emtw-matching-name a:hover {
    text-decoration: underline;
}

.emtw-matching-thumb img {
    transition: 0.5s;
}