.ethics-hotlink-actions {
    margin-top: 25px;
    display: flex;
    gap: 15px;
}

.ethics-hotline-questions {
    margin-top: 97px;
    margin-bottom: 57px;
}

.ethics-hotline-download {
    margin-top: 30px;
}

@media (max-width: 919px) {
    .ethics-hotline-questions {
        margin-bottom: 0;
    }

    .ethics-hotline-questions + section {
        margin-top: 64px;
    }
}

@media (max-width: 743px) {
    .ethics-hotline-questions {
        margin-top: 55px;
    }

    .ethics-hotline-questions + section {
        margin-top: 55px;
    }

    .ethics-hotline-download {
        margin-top: 24px;
    }

    .info-page h1 + h2 + section {
        margin-top: 100px;
    }

    .ethics-hotlink-actions {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        place-items: start;
        gap: 24px;
    }
}