.hiw--section {
    padding-bottom: 70px;
}

@media (max-width: 575px) {
    .hiw--section {
        padding-bottom: 40px;
    }
}

.hiw--wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 15px 18px;
    border-radius: 0px;
    border: 1px solid black;
}

/* radius - border */
.hiw--col:first-of-type .hiw--wrapper {
    border: none;
}

.hiw--col:nth-of-type(2) .hiw--wrapper {
    border-radius: 10px 0px 0px 10px;
}

.hiw--col:last-of-type .hiw--wrapper {
    border-radius: 0px 10px 10px 0px;
}

@media (max-width: 575px) {
    .hiw--col:nth-of-type(2) .hiw--wrapper {
        border-radius: 10px 10px 0px 0px;
    }

    .hiw--wrapper {
        border-top: 1px solid transparent;
    }

    .hiw--col:nth-of-type(2) .hiw--wrapper {
        border-top: 1px solid black;
    }

    .hiw--col:last-of-type .hiw--wrapper {
        border-radius: 0px 0px 10px 10px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .hiw--wrapper {
        border-radius: 0px !important;
    }
}

/* border */
@media (min-width: 1px) and (max-width: 575px) {
    .hiw--wrapper {
        padding: 12px 15px 15px;
    }
}

.how-it-work--title-wrapper {
    position: relative;
}

.how-it-work--title-wrapper hr {
    position: absolute;
    margin: auto;
    width: 55px;
    border-width: 3px;
    border-radius: 50%;
    bottom: 1px;
    border-color: var(--color-theme-secondary);
    opacity: 1;
    left: 0px;
    right: 0px;
}

.hiw--wrapper.secondary {
    /* background-color: #00793b; */
    background-color: white;
}

.hiw--wrapper.secondary * {
    color: var(--color-text-reverse);
}

.hiw--wrapper img {
    width: 32px;
    object-fit: contain;
}

.hiw--wrapper p {
    letter-spacing: 0.5px;
    text-align: center;
    margin-top: 4px;
    font-size: 13px;
    max-width: 300px;
    font-weight: 500;
}

/* trainers */

.trainers--section {
    padding: 50px 0px 70px;
    background-color: black;
}

.trainers--section .btn--outline-action {
    color: white !important;
}
.trainers--section .btn--outline-action:hover,
.trainers--section .btn--outline-action:focus {
    color: white !important;
}

.trainers--img-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

@media (min-width: 1px) and (max-width: 575px) {
    .trainers--img-wrapper img {
        width: 100%;
        height: 210px;
        object-fit: contain;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .trainers--img-wrapper img {
        height: 210px;
    }
}

.trainers--info-wrapper {
}

.trainers--desc {
    letter-spacing: 0.5px;
    font-size: 16px;
}

/* form */

.trainers--label {
    font-size: 13px;
    margin-bottom: 2px;
    margin-left: 2px;
    letter-spacing: 0.3px;
    font-weight: 500;
}

.trainers--label {
    font-size: 13px;
    margin-bottom: 2px;
    margin-left: 2px;
    letter-spacing: 0.3px;
    font-weight: 500;
}

.trainers--input {
    width: 100%;
    height: 42px;
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid var(--color-text-reverse);
    font-size: 13px;
    padding: 0px 15px;
}

.trainers--input:hover,
.trainers--input:focus,
.trainers--input:focus-visible {
    border-color: var(--color-text-reverse);
}

/* form arrow */

.trainers--form-arrow.right {
    position: absolute;
    right: -50px;
    width: 60px;
    top: -40px;
}

@media (min-width: 1px) and (max-width: 575px) {
    .trainers--form-arrow.right {
        position: absolute;
        right: 25px;
        width: 55px;
        top: -48px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .trainers--form-arrow.right {
        position: absolute;
        right: 25px;
        width: 55px;
        top: -58px;
    }
}

.trainers--radio {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.trainers--radio label {
    margin-left: 10px;
    font-weight: 500;
    font-size: 15px;
}

.trainers--radio input {
    width: 16px;
    height: 16px;
    margin: 0px;
}
