
.rss{
  display:block;
margin-left: 10px; 
position:relative;
}

.rssicon {
  position:absolute;
  background:#FA9B39;
  z-index:1;
}

.rss img{

 width:24px;
 height:24px;
margin-top:50%;

}

.circle{
  width:30px;
  height:30px;
  position:absolute;
  bottom:25px;
  left:25px;
  background:#fff;
  border-radius:15px;
  z-index:3;
}
.curves{
  width:105px;
  height:105px;
  overflow:hidden;
  position:absolute;
  bottom:25px;
  left:25px;
  z-index:2;
}
.curve{
  border-radius:50%;
  position:absolute;
}
.curve:nth-child(odd){
  background:#FA9B39;
}
.curve:nth-child(even){
  background:#fff;
}
.curve:nth-child(1){
  width:105px;
  height:105px;
  bottom:-53px;
  left:-53px;
  z-index:4
}
.curve:nth-child(2){
  width:140px;
  height:140px;
  bottom:-70px;
  left:-70px;
  z-index:3
}
.curve:nth-child(3){
  width:174px;
  height:174px;
  bottom:-87px;
  left:-87px;
  z-index:2
}
.curve:nth-child(4){
  width:206px;
  height:206px;
  bottom:-103px;
  left:-103px;
  z-index:1
}

.rssflex{
   display:flex;
}
