/**
 * --------------------------------------------------------
 * Dadoo Section
 * --------------------------------------------------------
 */

.dadoo-section{

    margin-bottom:32px;

}

.dadoo-section:last-child{

    margin-bottom:0;

}

.dadoo-section__header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:14px;

}

.dadoo-section__title{

    font-size:14px;

    font-weight:700;

    letter-spacing:.04em;

    text-transform:uppercase;

    color:var(--color-text-light);

}

.dadoo-section__body{

    display:flex;

    flex-direction:column;

    gap:14px;

}