 #wrapper {

    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0px auto 100px;
}

.section {
    width: 100%;
    height: auto;
    margin-top: 50px;
    background-color: #E6E6E6;

}
.section-text {
   clear: both; float: none;
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.section-box-a {
    width: 100%;
    height: auto;
    background-color: #E6E6E6;
    padding-bottom: 20px;


}
.a {
    width: 100%;
    height: auto;
    border-color: #00FF00;
    padding-bottom: 20px;
}
.section-part {
    width: 45%;
    min-width: 400px;
    height: auto;
    margin-left: 3%;
    padding: 2px;
    float: left;

}

.clear {
    clear: both;
}

.article-box {
    width: 100%;
    height: auto;
    margin-top: 10px;
    background-color: #d4d4d4;
    display: flex;
    box-shadow: 5px -5px 20px grey;
}
.aside {
    width: 25%;
    height: auto;
    margin-top: 10px;
    float: left;

}
.aside img {
    width: 100%;
    height: auto;
}
.b-1 {
    width: 75%;
    height: auto;
    margin-top: 10px;
    float: left;
}
.b-1 h3 {
    font-family: 'Roboto', sans-serif;
    font-family: 'Overlock', cursive;
    font-size: 26px;
    font-weight: bold;
    color: #37023B;
    display: inline;
}



 @media only screen and (max-width: 960px) {

.article {
    width: 90%;

}
.section-part {
    width: 80%;
    margin-left: 6%;
}
}
 @media only screen and (max-width: 600px)  {

.article {
    min-width: 200px;
}
.article img {
    width: 80%;
    height: auto;
}
.section-part {
    width: 90%;
    min-width: 200px;
    margin-left: 6%;
}
.b-1 h3 {
    font-size: 18px;
}

