.blogTxt{
    width:350px;
    height:60px;
}
.promoSubhead {
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 20px;
    line-height: 1.5em;
    color:#fff;
}
.promoHeading {
    font-size: 3.5em;
    font-weight: 400;
    margin-block-start: 0;
    margin-block-end: 0;
    padding: 0.5em 0 0.5em 0;
}
.whiteText--title {
    border: 1px solid #e0e0e0;
    display: inline-block;
    padding: 0.1em 0.7em;
    border-radius: 1em;
    inline-size: fit-content;
}
#blogTitle{
    text-align:center;
}
.square{
    border:1px solid #fff;
    padding:5em;
}

.section-blog {
    margin: 0em 1em;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.blogInfo{
    width:18em;
}
.articleFlexBlog{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    gap:50px;
}
.articleImg1Blog{
    width:350px;
    height:221px;
}
.imgBlog{
    text-align:center;
}
.articleButtonBlog{
    color:#fff;
    text-decoration:none;
    display:block;
    border:1px solid #fff;
    padding:1em;
}
.articleButtonBlog:hover, .articleButtonBlog:focus{
    color:#000;
    background:#fff;
}

.pastArticleBlog{
    width:350px;
    padding:.5em;
    display:flex;
    flex-direction:column;
    position:relative;
}
.pastArticleBlog a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
}

.articleBtnWrapBlog{
    text-align:center;
    
}
@media screen and (max-width:1160px){
    .lines:before{
        width:300px;
    }
    .lines:after{
        width:300px;
    }
}

.articleButton{
    color:#fff;
    text-decoration:none;
    display:block;
    border:1px solid #fff;
    padding:1em;
}
.articleButton:hover, .articleButton:focus{
    color:#000;
    background:#fff;
}
@media screen and (max-width:900px){
    .lines:before{
        width:200px;
    }
    .lines:after{
        width:200px;
    }
}

@media screen and (max-width:650px){
    .lines:before{
        width:100px;
    }
    .lines:after{
        width:100px;
    }
}

@media screen and (max-width:528px){
    .section-b-content{
        margin:0 6em;
    }
}

@media screen and (max-width:520px){
    .promoHeading{
        font-size:2em;
    }
    .square{
        padding:2em;
    }
}

@media screen and (max-width:400px){
    .lines:before{
        display:none;
    }
    .lines:after{
        display:none;
    }
}

@media screen and (max-width:390px){

}

@media screen and (max-width:360px){
    .whiteText--title{
        font-size:27px;
    }
}