@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);

*, *:before, *:after {
    box-sizing: border-box;
}

@media (max-width: 700px){
    .master {
        padding: 5% 5%;
        background: #fff;
        border-top: 5px solid #108AA9;
        /* texto */
        color: #666;
        line-height: 140%;
        font-family: 'Lato', Helvetica, sans-serif;
        font-weight: 300;
        font-size: 18px;
        letter-spacing: 2px;
    }
}

@media (min-width: 701px){
    .master {
        padding: 5% 5%;
        background: #fff;
        margin: 0px 15% 0;
        border-top: 5px solid #108AA9;
        /* texto */
        color: #666;
        line-height: 140%;
        font-family: 'Lato', Helvetica, sans-serif;
        font-weight: 300;
        font-size: 18px;
        letter-spacing: 2px;
    }
}


.columns p {
    word-break: break-word;
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
    text-align: justify;
}


.image-container {
    display: block;
    margin: 2% 0% 2%;
    padding: 0 0 0;
    align: "center";
}

.image-container img {
    max-width: 100%;
}