.workplace-card {
    border: 1px solid var(--black-color);
}

.workplace-card img {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.workplace-card-body {
    padding: 20px 0;
    border-top: 1px solid var(--black-color);
}

.workplace-card-info {
    padding: 20px;
}

@media (max-width: 576px) {
    .swiper-slide img {
        aspect-ratio: 16/8;
    }
}

@media (max-width: 767px) {
    .swiper-slide img {
        aspect-ratio: 16/6;
    }
}

@media (min-width: 767px) {
    .swiper-slide img {
        aspect-ratio: 16/8;
    }
}

.workplace-description-html a, .workplace-annulation-title h4 {
    font-family: "Neulis-Sans", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
    text-decoration: none;
    border-bottom: 1px dotted var(--black-color-30-percent);
    color: var(--black-color-30-percent);
    transition: border-bottom 0.3s ease;
    width: fit-content;
}

.workplace-description-html a:hover {
    border-bottom: 1px dotted transparent;
}