/* -- Circle icons -- */

.ci {

    border-radius: 50%;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}


.ci-40 {

    width: 40px;
    height: 40px;
}

.ci-64 {

    width: 64px;
    height: 64px;
}

.ci-50 {

    width: 50px;
    height: 50px;
}
/* -- Content Section -- */

.content-section {

    margin: 80px 0px;

}


/* -- My padding -- */

.pt-70 {

    padding-top: 70px;

}

/* -- Color font -- */


.font-primary {

    color: var(--secondary);

}

.my-divider {

    border-bottom: 1px solid var(--border);

}