.publishing-offer{

}

.publishing-offer-separator {
    position: relative;
    display: flex;
}

.publishing-offer-separator > div{

   box-sizing: border-box;
   padding: 15px;
}

.publishing-offer-separator > div > img{
    width: 100%;
    max-width: 300px;
    display: inline;
}

.publishing-offer-left-container{
    flex-grow: 1;
}

.publishing-offer-right-container{
    min-width: 40%;
}

.publishing-content-header,
.publishing-offer-ul{
    max-width: 500px;
}

.publishing-offer-ul > li{
    margin-bottom: 30px;
}


@media screen and (max-width:768px){
    .publishing-offer-separator{
        flex-direction: column;
    }

    .publishing-offer-ul{
        max-width: 100%;
    }

    .publishing-offer-right-container{
        text-align: center;
    }
}
