.newsSection{
    margin-top: 50px;
}
.news-section2 {
  padding: 80px 0;
  background-image: url('../../assets/2x/foot@2x.png');
  background-repeat: no-repeat;
  background-position: bottom center; 
  background-size: 100% auto; 
}
.icontext{
    color: #ccc;
    padding:30px 0 0 20px;
    text-decoration: underline;
    cursor: pointer;
}
.secondaryTitle{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    img{
        width: 16px;
        object-fit: contain;
    }
    h4{
        color: #30b284;
        font-weight: 600;
        margin: 0;
    }
}
.content{
    margin-bottom: 10px;
}
.bottomContent{
    margin-bottom: 30px;
}
.right{
    text-align: right;
}