.small_label {
    margin-top: 42px;
    margin-bottom: 4px;
    display: block;
}

.small_label + h2,
.small_label + h3,
.small_label + h4 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.small_label span {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #A2A9B3;
}

.small_label_with_circle_decor {
    margin-top: 59px;
}

.small_label_with_circle_decor + h2,
.small_label_with_circle_decor + h3,
.small_label_with_circle_decor + h4 {
    padding-top: 0 !important;
    margin-top: 22px !important;
}

.small_label_with_circle_decor {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.small_label_with_circle_decor svg {
    position: absolute;
    width: 28px;
    height: 29px;
    display: block;
}

.small_label_with_circle_decor span {
    display: block;
    position: relative;
    z-index: 2;
    color: #112031;
    font-family: 'Aeonik';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1.68px;
    text-transform: capitalize;
    padding-left: 9px;
}