.section-header-ual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 30px;
    margin-top: 30px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.title-header-ual {
    font-family: 'SegoeUIBold';
    font-size: 45px;
    font-weight: bold;
    color: #323232;
	margin-top: 0px;
	margin-bottom: 0px;
}

.button-header-ual {
    padding: 13px 30px 12px 51px;
    border: solid 2px #02beff;
    display: flex;
    column-gap: 77px;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.button-header-ual span {
    font-family: 'SegoeUIBold';
    font-size: 18px;
    font-weight: bold;
    color: #323232;
    text-align: left;
}
