@media only screen and (max-width: 768px){

    .content_img{
        width: 100%;
        height: 6.64rem;
    }
    .blurb_content_bottom_text{
        width: 100%;
        margin-top: 1.1rem;
        font-weight: 400;
        font-size: 0.4rem;
        color: #666666;
        line-height: 0.6rem;
        text-align: justify;
    }
}
@media only screen and (min-width: 800px){
    .blurb{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    .blurb_content_bottom_text{
        margin-top: 33px;
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        line-height: 35px;
        text-indent: 2em;
        text-align: justify;
    }

}
.blurb_content_bottom_text img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
