.news-section{
position: relative;
}
.news-header{
display: flex;
justify-content: start;
}
.news-single{
width: 30%;
min-width: 300px;
}
.news-single > a > img{
height: 200px !important;
object-fit: cover;
transition: all 0.5s ease;
width: 100%;
}
.news-single img:hover{
transform: scale(1.03);
}
.news-container{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: start;
margin-top: 50px;
}
.news-section .text-section{
width: 60%;
}
.news-sticker{
display: flex;
align-content: center;
display: inline-block;
font-size: 1vw;
border-radius: 50%;
padding: 1vw;
box-sizing: border-box;
text-align: center;
transform: rotate(-10deg);
}
.bunting-news{
position: absolute;
width: 35%;
height: 100px;
right: 0;
top: -20px;
}
.news-single h3{
font-weight: 800;
font-size: 1.7rem;
margin-bottom: 20px;
}
@media only screen and (max-width: 1550px){
.news-container{
margin-top: 0;
}
}
@media only screen and (max-width: 1200px){
.news-single{
width: 32%;
min-width: auto;
}
.news-single h3{
font-size: 1.2em;
}
.news-single p, .single-story-content p{
font-size: 16px;
}
}