.language-index {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 91vh;
    flex-direction: column;
    gap: 65px;
}

.language-index-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.language-index-buttons-a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 80px;
    border-radius: 50px;
    background-color: #1d2945;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.language-index-buttons-a:hover {
    background-color: #2e3f6e;
}

.p-header {
    font-size: 19px !important;
}

.team-background {
    background: #f3f3f3;
}

.team-img {
    border-radius: 20px;
}

.logo-index-languages {
    width: 34%;
    position: absolute;
    top: 7%;
    left: 7%;
}

.services-icon {
    width: 18%;
}

.services-icon-payroll {
    width: 18%;
}

.a-button-contact {
    background: none !important;
    padding: 0 !important;
}
