.blogs {
    width: 100%;
    height: auto;
}
.blogs-content {
    width: 95%;
    height: auto;
    margin: 100px 0;
}
.blogs-content h2 {
    font-size: 30px;
    color: #222;
}
.blogs-content p {
    font-size: 18px;
    color: #222;
}
.blogs-content a {
    color: #222;
    font-weight: normal;
    color: #777;
}
.blogs-content h5 {
    font-weight: normal;
    color: #777;
}
.pictures-row  {
    width: 100%;
    height: 400px;
    margin: 75px 0;
    display: flex;
    justify-content: space-between;
}
.picture{
    width: 48%;
    height: 100%;
}

.picture img, .picture iframe{
    height: 100%;
}

.margin-top {
    margin-top: 25px;
}

.picture img {
    max-width: 100%;
}


@media only screen and (max-width: 1000px) {
    .pictures-row {
        flex-direction: column;
        height: 100%;
        margin: 5px 0;
    }
    .picture {
        width: 100%;
        height: 48%;
        display: flex;
        justify-content: center;
        margin-bottom: 5px;
    }

    .half img{
        width: 50%;
    }
}