section#a4w_homeblock2 > .row {
    position: relative;
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

#a4w_homeblock2 {
    overflow: visible !important;
}

#a4w_homeblock2 .p-text {
    position: relative;
    overflow: visible;
}

.a4w-hb2-top-image {
    width: 108px;
    height: 108px;
    margin: 0;
    position: relative;
    top: -10px;
    left: auto;
    z-index: 2;
}

.a4w-hb2-top-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/*
section#a4w_homeblock2 p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 185%;
    color: #1E1E1E;
    margin-bottom: 25px;
}*/

section#a4w_homeblock2 h3 {
    font-weight: 700;
    font-size: var(--font-size-xxl);
    line-height: 100%;
    color: var(--primary-color);
    margin-top: 72px;
    margin-bottom: 15px;
}
section#a4w_homeblock2 .products-section-title{
    font-weight: 700;
    font-size: var(--font-size-h2);
    line-height: 100%;
    margin-bottom: 30px;
}

#a4w_homeblock2{
    width: 100% !important;
    background: #FFF5FB;
}
#a4w_homeblock2 > .row{
    width: 100% !important;
    background: transparent;
    overflow: visible !important;
}
#a4w_homeblock2 .img-contenthomeblock2 {
    position: relative;
    top: 0;
    float: right;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 800px;
    max-width: 100%;
    height: auto;
}

#a4w_homeblock2 .display-center {
    position: relative;
    overflow: visible !important;
}

@media screen and (min-width: 1450px) {
    #a4w_homeblock2 .auto-none {
        display: none;
    }
    #a4w_homeblock2, #a4w_homeblock2 > .row{
        width: var(--container-width) !important;
    }
    #a4w_homeblock2 .img-contenthomeblock2 {
        top: 0;
        float: unset;
        border-radius: 0px 0px 0px 0px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        width: 800px;
        max-width: 100%;
        height: auto;
    }
}
@media (min-width: 1460px) and (max-width: 1920px) {
    #a4w_homeblock2 .auto-none {
        display: block;
    }
    #a4w_homeblock2, #a4w_homeblock2 > .row{
        width: 100% !important;
        height: 650px;
        margin: 200px 0px;
    }
    #a4w_homeblock2 .img-contenthomeblock2 {
        top: 0;
        float: right;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        width: 800px;
        max-width: 100%;
        height: auto;
    }
}
@media screen and (max-width:1030px) {
    #a4w_homeblock2, #a4w_homeblock2 > .row{
        background: #FFF5FB;
    }
    #a4w_homeblock2 .img-contenthomeblock2 {
        float: none;
    }
}

@media screen and (max-width:780px) {
    #a4w_homeblock2 .auto-none {
        display: none;
    }
    #a4w_homeblock2 .p-text div, #a4w_homeblock2 .p-text h2, #a4w_homeblock2 .p-text h3 {
        padding: 0px 15px;
    }
    #a4w_homeblock2, #a4w_homeblock2 > .row{
        width: 100% !important;
    }
    #a4w_homeblock2 .display-center {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    #a4w_homeblock2 .img-contenthomeblock2 {
        top: 0;
        float: unset;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    section#a4w_homeblock2 img.img-contenthomeblock2 {
        position: static;
        top: auto;
        margin-bottom: 20px;
        max-width: 100%;
    }
    section#a4w_homeblock2 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    section#a4w_homeblock2 > .row {
        padding: 0 !important;
        flex-direction: column-reverse;
        padding-bottom: 20px !important;
        margin-left: 0px;
        margin-right: 0px;
    }

    #a4w_homeblock2 .p-text {
        text-align: center;
    }

    .a4w-hb2-top-image {
        position: static;
        margin: 0 auto 12px;
    }
    section#a4w_homeblock2 > .row > .col-md-5 {
        margin:15px;
    }
    section#a4w_homeblock2,
    section#a4w_homeblock2 {
        margin-left: auto;
        margin-right: auto;
    }
}
