
.bestSolution-text-section {
    text-align: left;
    padding-right: 88px;
}

.bestSolution-header {
    font-size: 40px;
    font-style: normal;
    line-height: 60px;
    color: #000;
    margin: 0;
}

.bestSolution-text-section p {
    max-width: 592px;
    color: #000;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    padding-top: 32px;
    padding-bottom: 48px;
    margin: 0;
}

.bestSolutionBtn {
    display: inline-flex;
    padding: 10px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 63px;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}


.bestSolution-graphic {
    position: relative;
    width: 100%;
    max-width: 494px;
    height: auto;
    margin: 0 auto;
}

.bestSolution-blob-background {
    position: absolute;
    z-index: 0;
    width: 120%;
    height: 443px;
    left: -20%;
    top: 10%;
}

.bestSolution-blob-background svg {
    width: 100%;
    height: auto;
    fill: var(--e-global-color-secondary);
}

.bestSolution-image-frame {
    z-index: 1;
    position: relative;
}

.bestSolution-image {
    position: absolute;
    width: 80%;
    max-width: 380px;
    height: auto;
    object-fit: cover;
    top: -50px;
    left: -50px;
    z-index: 1;
    border-radius: 20px;
    filter: drop-shadow(0px 1px 10px rgba(0, 0, 0, 0.25));
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .bestSolution-text-section {
        text-align: center;
        padding-bottom: 20px;
        padding-right: 0%;
    }
    
    .bestSolution-graphic {
        width: 80%;
        height: auto;
    }

    .bestSolution-image {
        width: 60%;
        top: 20px;
        left: 60px;
    }
    .bestSolution-image-frame {
        left: 10px;
    }
    
    .bestSolution-blob-background {
        left: -30px;
    }

    .bestSolution-blob-background svg {
        width: 100%;
        height: auto;
    }

    .bestSolution-text-section,
    .bestSolution-graphic {
        margin-bottom: 20px;
    }
}
