.join-team__card {
    background: linear-gradient(293.62deg, rgba(8, 9, 10, 0.15) 1.39%, #1E1F20 99.05%);
    border-radius: 20px;
    padding: 57px;
    max-width: 1000px;
    margin: auto;
}
.join-team__title {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
}
.join-team__desc {
    margin-bottom: 16px;
}
.join-team__actions {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.join-team__button--dark,.join-team__button--dark:hover {
    background: #28282C;
      color: var(--color-text-primary);
    border: 1px solid #3E3E44;
}
.join-team__button--dark, .join-team__button--dark:hover div{
          text-shadow: 0 var(--font-shadow) 0 #ffffff;
}
@media screen and (max-width: 767px) {
.join-team__card p br{
  display: none;
}

}
@media screen and (max-width: 575px) {
.join-team__card {
    padding: 40px 25px;
}
.join-team__desc br{
    display: none;
}
.join-team__actions {
    margin-top: 30px;
    flex-wrap: wrap;
}
.join-team__actions a{
    width: 100%;
}
}