.section-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.section-title svg {
    width: 24px;
    height: 24px;
    padding-right: 8px;

    fill: var(--baltic-700);
}
