.rw-equipos {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    gap: 89px 34px;
    justify-content: center;
}

.rw-equipos li {
    text-align: center;
    max-width: 284px;
    display: flex;
    flex-direction: column;
}

.rw-equipos li img {}

.rw-equipos li .rw-equipos-image-wrapper {
    aspect-ratio: 284 / 379;
    margin: 0 0 22px 0;
}

.rw-equipos li .rw-equipos-image-wrapper img {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.rw-equipos li .rw-equipos-image-wrapper img:hover {
    opacity: .8;
}

.rw-equipos li .rw-equipos-title {
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}

.rw-equipos li .rw-equipos-title a {
    color: #000;
}

.rw-equipos li .rw-equipos-content {
    font-weight: 200;
    font-weight: 16px;
    margin: 0;
}

.rw-equipos li .rw-equipos-link {
    font-weight: 200;
    font-weight: 16px;
    margin: 8px 0 0 0;
}

.rw-equipos .rw-equipos-link a {
    color: #A5A5A4;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.rw-equipos .rw-equipos-link a:after {
    content: "";
    height: 24px;
    width: 24px;
    background-image: url(../images/arrow.svg);
    background-size: contain;
}

.team__detail {
    width: 90%;
    max-width: 1319px;
    display: flex;
    margin: 80px auto;
    gap: 40px;
}

@media (max-width: 768px) {
    .team__detail {
        flex-direction: column;
        margin: 40px auto;
    }
}

.team__detail .rw-equipos-image-wrapper {
	max-width: 400px;
	min-width: 335px;
}

.team__detail .rw-equipos-image-wrapper img {
    width: 100%;
    height: auto;
}

.team__detail--title {
    font-size: var(--e-global-typography-a4541c7-font-size);
    font-weight: var(--e-global-typography-a4541c7-font-weight);
    line-height: var(--e-global-typography-a4541c7-line-height);
    letter-spacing: var(--e-global-typography-a4541c7-letter-spacing);
    word-spacing: var(--e-global-typography-a4541c7-word-spacing);
    margin: 0 0 50px 0;
}
.team__detail--subtitle {
    color: var(--e-global-color-uicore_dark);
    font-size: var(--e-global-typography-006f32d-font-size);
    font-weight: var(--e-global-typography-006f32d-font-weight);
    text-transform: var(--e-global-typography-006f32d-text-transform);
    line-height: var(--e-global-typography-006f32d-line-height);
    letter-spacing: var(--e-global-typography-006f32d-letter-spacing);
    word-spacing: var(--e-global-typography-006f32d-word-spacing);
    margin: 0;
}