.confirmation-text {
    padding: 0;

    &:nth-child(2) {
        margin-bottom: 12px;
    }
}

.heading-icon {
    background-image: url("../icons/exclamation-triangle.svg");
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 36px;
    height: 33px;
    margin-inline-end: 8px;
}