.log-cycle {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;

    @media (min-width:768px) {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

.log-cycle__title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 700;

    @media (min-width:768px) {
        font-size: 32px;
    }
}

.log-cycle__pic {
    margin-bottom: 15px;

    &:last-child {
        margin-bottom: 0;
    }
}

.log-cycle__content {
    font-weight: 300;
    color: var(--brand-grey-light);

    p {
        margin-bottom: 15px;

        &:last-child {
            margin-bottom: 0;
        }
    }

    @media (min-width:768px) {
        font-size: 18px;
    }
}