.pdm-hero-section__container {
    padding: 0 !important;
    background: linear-gradient(180deg, #F5FCFB 0%, #E4F3F1 100%);
}

.pdm-hero-section__wrapper {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

@media screen and (max-width:768px){
    .pdm-hero-section__wrapper {
        flex-direction: column-reverse;
    }

    .pdm-hero-section__text {
        margin-top: -15%;
        padding: 2rem !important;
    }
}

.pdm-hero-section__layout--image-left .pdm-hero-section__wrapper {
    flex-direction: row-reverse;
}

.pdm-hero-section__text {
    flex: 1;
    padding: 3rem;
}

.pdm-hero-section__image {
    flex: 1;
}

.pdm-hero-section__image img {
    max-width: 100%;
    border-radius: 12px;
}
