.journal{
    padding-bottom: 130px;
    padding-top: 100px;
    .section_header{
        h3{
            font-size: 35px;
            font-weight: 700;
            color: $primaryColor;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 20px 0;
            line-height: 45px;
        }
        p{
            font-size: 16px;
                font-weight: 400;
                color: $text;
                line-height:32px;
        }
    }
    .journal_wrapper{
        padding-top: 75px;
        .journal_other_item{
            .journal_img_item{
                img{
                    width: 100%;
                    height: 290px;
                }
            }
                .journal_text{
                    padding-top: 20px;
                    h4{
                        font-size: 26px;
                        font-weight: 600;
                        color: $black;
                    }
                    h5{
                        font-size: 16px;
                        font-weight: 400;
                        color: $black;
                    }
                    p{
                        font-size: 16px;
                        font-weight: 400;
                        color: $text;
                        line-height:32px;
                        padding-top: 20px;
                    }
                }
        }
    }
}