.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    position: relative;
}

.pictogram_ladacontent {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 100%;
    display: block;
    padding-bottom: 200px;
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    position: relative;
    padding-top: 0px;
    background-position: 50% 100%;
    background-repeat: no-repeat no-repeat;
}

.pictogram_block1 {
    float: none;
    height: auto;
    clear: none;
    width: 1199.99999856px;
    display: block;
    position: static;
    top: 0px;
    left: 0px;
    margin-left: auto;
    z-index: 101;
    margin-top: 60px;
    margin-right: auto;
}

.pictogram_text {
    float: left;
    font-size: 21px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1.3em;
    margin: 40px 0px 0px 0%;
    clear: none;
    min-height: 0px;
    font-family: PragmaticaC;
    color: rgb(91, 103, 112);
    padding: 0px;
}

.pictogram_box {
    float: left;
    height: auto;
    margin: 40px 0px 0px;
    clear: none;
    width: 33%;
    padding-right: 30px;
    display: block;
    padding-left: 30px;
}

.pictogram_box_for_cross {
  width: 33%;
}

.pictogram_box_two_option {
    width: 49%;
}

.pictogram_textspan {
    float: none;
    font-size: 1em;
    line-height: 1em;
    font-weight: 600;
}

.pictogram_image {
    float: left;
    width: 80px;
    max-width: 100%;
    height: auto;
    margin: 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

@media only screen and (max-width: 1279px) {
    .pictogram_ladacontent {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
        display: block;
    }

    .pictogram_block1 {
        width: 980px;
        margin-top: 40px;
        clear: none;
    }

    .pictogram_box {
        padding-right: 20px;
        padding-left: 20px;
    }

}

@media only screen and (max-width: 1023px) {
    .pictogram_ladacontent {
        margin-top: 0px;
        margin-left: 0px;
        clear: none;
    }

    .pictogram_block1 {
        width: 900px;
    }

    .pictogram_box {
        width: 50%;
    }

    .pictogram_text {
        margin-top: 20px;
    }

}

@media only screen and (max-width: 959px) {
    .pictogram_block1 {
        width: 720px;
    }

    .pictogram_text {
        padding-left: 0px;
        width: 100%;
    }

}

@media only screen and (max-width: 767px) {
    .pictogram_block1 {
        width: 660px;
    }

    .pictogram_text {
        padding-left: 0px;
    }

}

@media only screen and (max-width: 719px) {
    .pictogram_ladacontent {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    .pictogram_block1 {
        width: 580px;
    }

    .pictogram_text {
        font-size: 18px;
    }

}

@media only screen and (max-width: 639px) {
    .pictogram_ladacontent {
        margin-top: 0px;
    }

    .pictogram_block1 {
        width: 540px;
    }
}

@media only screen and (max-width: 599px) {
    .pictogram_ladacontent {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    .pictogram_block1 {
        width: 420px;
    }

    .pictogram_text {
        text-align: left;
    }

    .pictogram_box {
        width: 100%;
    }

}

@media only screen and (max-width: 479px) {
    .pictogram_block1 {
        width: 300px;
    }
}

@media only screen and (max-width: 369px) {
    .pictogram_ladacontent {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
        padding-top: 40px;
    }
}

@media only screen and (max-width: 320px) {
    .pictogram_block1 {
        width: 280px;
    }
}

