.gender-search {
    font-family: 'Univers LT Std';
    padding: 0 30px 30px;
    background-color: #FCF8F5;
}

.gender-search__body {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.gender-search__title {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;

    color: #212121;
    margin-bottom: 10px;
}

.gender-search__items {
    display: flex;
    gap: 20px;
}

.gender-search__item {
    position: relative;
}

.gender-search__item-link {
    display: block;
    position: relative;
}

.gender-search__item-image {
    width: 305px;
    height: 158px;
}

.gender-search__item-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.gender-search__item-content {
    position: absolute;
    bottom: 0;
    left: 0;

    padding: 10px;
}

.gender-search__item-text {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    color: #FFFFFF;
}