.joinus {
    display: flex;
    flex-direction: column;
    margin: 20px auto 30px;
    align-items: center;
}

.joinus table tr {
    display: flex;
    align-items: flex-start;
}

.joinus table tr td {
    display: flex;
    align-items: flex-start;
}

.req-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    list-style-type: none;
}

.req-list li {
    font-size: 14pt;
    padding: 3px 0;
    font-weight: bold;
}

.guide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    width: 100%;
}

.guide-step {
    background-color: rgba(4, 5, 5, 0.82);
    border: 1px solid rgba(125, 33, 40, 0.45);
    border-radius: 16px;
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.35);
    margin: 5px 0;
    width: 100%;
    padding: 2px;
}

.guide-step p {
    padding-bottom: 5px;
}

.guide-step a {
    color: #d80012;
    font-weight: bold;

}

.guide-step h2 {
    margin-bottom: 10px;
}

.join {
    text-align: center;
}

.join-proccess {
    font-size: 14pt;
}

.join-proccess p {
    padding: 10px 0;
}

.join-proccess a {
    color: #ce1525;
    font-weight: 700;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .joinus {
        margin: 40px auto 30px;
    }

    .joinus h2 {
        font-size: 20pt;
    }

    .join {
        margin-left: 30px;
    }

    .join-proccess {
        padding-right: 30px
    }
}

@media screen and (min-width:1200px) {
    .joinus {
        justify-content: space-between;
        margin: 0px auto 30px;
    }

    .guide-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-width: 1px;
        width: 60%;
        margin: 10px 20px;
    }

    .guide-step h2 {
        margin-top: 15px;
        font-size: 28pt;
        padding: 10px 0;
    }

    .guide-step p {
        padding-bottom: 5px;
        font-size: 16pt;
        width: 80%;
        text-align: center;
    }

    .guide .form {
        display: flex;
        margin: 10px 20px;
        width: 60%;
    }
}
