/* Styles for service_block in contacts */
.service-selection .form-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-selection .form-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 506px;
}
.service-selection .form-section h2 {
    margin: 0 0 24px;
}
.service-selection .form-section > p {
    color: var(--text_sec);
    margin: 0 0 64px;
}
.service-selection .input-container input {
    width: 100%;
}
.service-selection .primary-button {
    max-width: 100%;
    width: 100%;
    border: none;
    max-height: 58px;
    height: 58px;
}
.service-selection .wpcf7-list-item {
    color: var(--text_sec);
    margin: 0;
}
.service-selection .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 10px;
}
.service-selection .wpcf7-list-item span {
    text-align: left;
}
.service-selection .wpcf7-list-item a {
    color: var(--text_link);
    text-decoration: none;
}
.service-selection .text-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.service-selection .text-section h2 {
    margin: 0 0 24px;
}
.service-selection .text-section p {
    max-width: 680px;
    margin: 0 0 60px;
}

.service-selection .job-search-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 506px;
    width: 100%;
}
.service-selection .job-search-button img {
    width: 24px;
    height: 24px;
}
.service-selection .social-links {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.service-selection .social-links a {
    color: var(--text_ter);
    text-decoration: none;
}
.service-selection .text-section a {
    margin: 0 0 36px;
}

@media (max-width: 1024px) {
    .service-selection__grid {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 440px) {
    .service-selection__item {
        height: 278px;
        padding: 20px 28px;
    }
    .service-selection__item img {
        max-width: 205px;
        max-height: 170px;
    }
    .service-selection__item h3 {
        font-family: 'Circe';
        font-weight: 700;
        font-size: 22px;
        line-height: 24px;
        letter-spacing: -0.4px;
        text-align: center;
        
    }
    .service-selection__header {
        margin: 0 0 40px;
    }
}
  
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
}

