.st-professional-service {
    background-color: #fff;
    padding: 150px 0;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 320px;
}

.st-professional-service__container {
    max-width: 1693px; /* Full width from Figma */
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.st-professional-service__wrapper {
    position: relative;
    width: 1063px;
    height: 613px;
}

.st-professional-service__union {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.st-professional-service__union--left {
    top: -91px;
    left: -314px;
    width: 865px;
    height: 474px;
}

.st-professional-service__union--right {
    bottom: -96px;
    right: -315px;
    width: 811px;
    height: 497px;
}

.st-professional-service__center-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 1063px;
    height: 613px;
    z-index: 1;
    pointer-events: none;
    object-fit: contain;
}

.st-professional-service__content-box {
    position: relative;
    width: 1063px;
    height: 613px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.st-professional-service__text {
    position: relative;
    z-index: 2;
    width: 667px; /* From Figma Group 1000002319 */
    font-family: 'Tektur', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.st-professional-service__text p {
    margin-bottom: 28px; /* line-height space between paragraphs */
}

.st-professional-service__text p:last-child {
    margin-bottom: 0;
}

/* Responsive Scaling */
