.assistWithWay {
    width: 90%;
    margin: 0 5%;
    top: 70%;
    left: 0;
    display: flex;
    justify-content: space-between;
}

.assistWithWayLeft,
.assistWithWayRight {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.assistWithWayLeftTitle,
.assistWithWayRightTitle {
    padding: 0 15px;
    font-size: 20px;
    background: url('../img/wayBg.png');
    background-size: 100% 100%;
    font-weight: bold;
    color: #5D7447;
    text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff;
}

.assistWithWayLeftInsts,
.assistWithWayRightInsts {
    width: 100%;
    height: 60px;
    margin-top: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #5D7447;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url('../img/instructions.png');
    background-size: 100% 100%;
}

.assistWithWayLeftSubscript,
.assistWithWayRightSubscript {
    width: 12%;
    margin-top: -8px;
}

.assistWithWayLeftImg,
.assistWithWayRightImg {
    width: 70%;
    margin-top: 6px;
}

.participateImg,
.participatePubImg {
    width: 45%;
    margin-top: 4%;
}

@media screen and (min-width:450px) {

    .participateImg,
    .participatePubImg {
        width: 35%;
        margin-top: 2%;
    }
}