
.title{
    font-weight: 600;
    margin-top: 30px;
    font-size: 22px;
    margin-bottom: 15px;
    height: max-content;
}

.card .title{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5px;
    font-size: 23px !important;
}

.card{
    width: 100%;
    height: 100px;
    background-color: white;
    border-radius: 10px;
    box-shadow: var(--shadow);
    margin-top: 10px;
    display: grid;
    grid-template-columns: 15% 30% 55%;
    margin-bottom: 20px;
}

.human{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
    width: 35px;
    margin-right: auto;
}

.arrow{
    margin-left: auto;
    width: 25px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px !important;
}

.other{
    border-radius: 10px;
    box-shadow: var(--shadow);
    background-color: white;
    width: 100%;
    height: max-content;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: max-content max-content;
}

.other_title{
    margin-top: 40px;
    font-size: 22px;
    height: max-content;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    text-align: center;
}

.other_subtitle{
    margin-bottom: 40px;
    margin-top: 0px;
    text-align: center;
    opacity: 0.5;
    font-weight: 400;
    font-size: 19px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}