@import "style.css";


/* --------------------------------- Blog - new */

.section-blog-title {
    width: 100%;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    box-sizing: border-box;
    margin: 100px 0px 0px 0px;
}
.blog-img {
    width: 90%;
}
.sub-blog-text { 
    width: 70%;
    display: flex; flex-direction: column; align-items: flex-start;
}
.sub-blog-50 {
    width: 50%;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.sub-blog-50-text {
    width: 90%;
    display: flex; flex-direction: column; align-items: flex-start;

}
