.publishing-content {
    position: relative;
}

.publishing-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    background-image: url("../images/limassol-molos.jpg");
    background-position: center;
    background-size: cover;
}

.publishing-h2 {
    position: relative;
    text-align: center;
}

.publishing-h3 {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    color: #067C06;
    margin-bottom: 20px;
}

.publishing-h4 {
    position: relative;
    text-align: center;
}

.publishing-parts {
    position: relative;
    display: flex;
    margin-top: 30px;
    justify-content: space-between;

}

.publishing-parts .publishing-part {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    color: #000;
    font-weight: bold;
    text-align: center;
    max-width: 300px;
}

.publishing-parts .publishing-part>i {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #1FAD1F;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    color:#fff;
    text-align: center;
    font-style: normal;
    font-size: 1.1em;
    line-height: 32px;
}



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

    .publishing-parts .publishing-part{
        margin-bottom: 30px;
        max-width: none;
    }
}
