.gender-buttons{
display: flex;
justify-content: center;
gap: 20px;
margin-bottom: 30px;
}

.gender-buttons button{
padding: 10px 20px;
font-size: 26px !important;
cursor: pointer;
border: none;
background-color: #ffffff;
color: #000; 
text-transform: uppercase;
font-weight: 400;
transition: all 0.3s ease;
font-family: 'FuturaPTLight';
}

.talent-title{
font-family: 'FuturaMedium';
font-size: 32px;
text-transform: uppercase;
letter-spacing: 10px;
}
.portfolio-section{
    display: block;
    font-family: "Futura", Sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 12px;
    text-decoration: none;
    color: #000000;
}
.portfolio-subsection-title{
font-family: "Futura", Sans-serif;
font-size: 16px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 2px;
color: #000000;
}
.a-mb{
    margin-bottom: 20px;

}

