.pdm-hero-banner-with-image-bg{
    position: relative;
    width: 100%;
    padding: 50px 120px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (min-width: 768px) {
    .pdm-hero-banner-with-image-bg{
        padding: 50px 120px;
    }

    .pdm-hero-banner-with-image-bg__content{
        max-width: 50%;
    } 
}

@media screen and (max-width: 768px) {
    .pdm-hero-banner-with-image-bg{
        padding: 1rem;
    }

    .pdm-hero-banner-with-image-bg__content{
        max-width: 100%;
    } 
}

.pdm-hero-banner-with-image-bg__content p{
    color: #6D6E6E;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}
