body {
    padding: 120px 0 350px 0;
    background-color: var(--color-primario-oscuro);
}

.condiciones {
    width: 80%;
    margin: auto;
}

.condicion {
    margin-bottom: 30px;
}

.titulo-condicion {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.circulo-ter {
    width: 50px;
    height: 50px;
    background-color: var(--color-secundario);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.condiciones span{
    color: var(--font-color);
    font-weight: bold;
    font-size: 30px;
}

.condiciones p {
    text-align: justify;
}

@media (max-width: 1070px) {
    body {
        padding-top: 200px;
    }
}