.text62:first-child {
    padding-left: 1%;
}

.text7 {
    width: 100%;
}

.text7:last-of-type {
    border: none;
}

.CMbox5 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    min-width: 0px;
    display: block;
    /*background-image:url("img/corner_left.png");*/
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    /*background-color: rgb(219, 219, 219);*/
    background-position: 100% 50%;
    background-repeat: no-repeat no-repeat;
}

.CMimage1 {
    float: right;
    width: 50%;
    max-width: none;
    height: auto;
    margin: 5px 0px;
    clear: none;
    color: rgb(0, 0, 0);
    position: relative;
    top: 0px;
    left: 0px;
    padding-right: 20px;
    padding-left: 10px;
}

.CMtext1 {
    float: left;
    font-size: 14px;
    width: 50%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 10px 0px 5px 0%;
    clear: none;
    min-height: 14px;
    position: relative;
    top: 0px;
    left: 0px;
    font-family: "LetoSans Thin", arial;
    padding: 0px 10px 0px 20px;
}

@media only screen and (min-width: 901px) {
    #text62, .text62 {
        width: 10%;
    }
}

@media only screen and (max-width: 1250px) {
    .CMimage1 {
        clear: none;
        width: 50%;
    }

    .CMtext1 {
        text-align: left;
    }
}

@media only screen and (min-width: 521px) {
    #box {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 520px) {
    .CMtext1 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 460px) {
    .CMbox5 {
        display: block;
    }

    .CMimage1 {
        width: 70%;
        padding-left: 10px;
        margin: 0px;
        float: left;
        clear: none;
    }

    .CMtext1 {
        width: 100%;
        margin-top: 5px;
        text-align: center;
    }
}

@media only screen and (max-width: 320px) {
    .CMbox5 {
        display: block;
    }

    .CMimage1 {
        width: 100%;
        margin-top: 0px;
    }

    .CMtext1 {
        width: 100%;
        margin: 0px;
        padding-left: 10px;
    }
}

