.section-body {
    margin-bottom: 40px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section-descr {
    width: 90%;
    text-align: justify;
}

.neemesi-card {
    width: 90%;
    margin: 20px;
    background-color: #1d1d1d;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #34373d;
}

.neemesi-card h5 {
    text-align: center;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.neemesi-button {
    width: 140px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    margin: 0 5px;
}

.neemesi-button:disabled, .neemesi-button-small:disabled {
    border: 1px solid #676767d9 !important;
    background: rgba(255, 255, 255, 0.05) !important;
    color: #676767d9 !important;
    cursor: not-allowed !important;
}

.neemesi-button-small {
    width: 120px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    margin: 0 5px;
}

.neemesi-button-icon {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #676767d9;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#back-button {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    background: #1d1d1d;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#back-button i {
    font-size: 24px;
    margin-right: 5px;
    color: #ffffff;
}