.item-box-first{
    margin-top: 2rem;
}
.item-box{
    border: 1px solid #e8e5e5;
    display: flex;
    padding: 2% 3%;
    margin-bottom: 1rem;
    border-radius: 5px;
}
.item-box--media{
    width: 20%;
    margin-right: 10%;
}
.item-box--media img{
    width: 100%
}
.item-box--content{
    width: 80%;
}
.item-box--content h2{
    margin: 0;
    margin-bottom: 1rem;
}
.item-box--content button{
    color: white;
    background-color: #ff4135;
    padding: 1% 5%;
    margin-top: 2rem;
}
.item-box--content a{
    color: white;
    background-color: #ff4135;
    padding: 1% 5%;
    margin-top: 2rem;
}
.item-box--button{
    margin-top: 2rem;
}
.content-container h3{
    margin-top: 1rem;
    margin-bottom: .5rem;
}
.content-container h4{
    margin-top: 1rem;
    margin-bottom: .5rem;
}
.blog-page-section{
    padding: 50px 0px;
}

@media screen and (max-width: 720px){
    .item-box{
        flex-direction: column;
    }
    .item-box--content{
        width: 100%;
    }
    .item-box--media{
        width: 100%;
        padding: 1% 5%;
    }
    .item-box--button a{
        font-size: 20px;
    }
    .item-box--button{
        padding-bottom: 2rem;
    }
    .content-container{
        padding: 0 6%;
    }
    .item-box--content h2{
        margin: 0;
        margin-bottom: .5rem;
        margin-top: 1rem;
    }
}

@media screen and (min-width: 720px) and (max-width: 1200px){
.blog-page-section {
    padding: 50px 40px;
}
}
