
.rounded_icon_with_content_main .icon_box_container{
  margin-bottom : 30px;
}
.rounded_icon_with_content_main .icon_box{
  width: 120px;
  height: 120px;
  padding : 30px;
  margin-right : 16px; 
  border-radius: 50%; 
  background-color : var(--secondary_color);
  display: -webkit-box;
}
.rounded_icon_with_content_main .icon_box svg{
  fill: var(--tertiary_color);
}
.rounded_icon_with_content_main .icon-image,
.rounded_icon_with_content_main .svg-icon {
  height: 60px;
  width: 60px;
}
.rounded_icon_with_content_main .icon_box .toggle .svg-icon{
  display : none;
}
.rounded_icon_with_content_main .icon_box .icon-image{
  display : none;
}
.rounded_icon_with_content_main .icon_box .toggle .icon-image{
  display : block;
}
.rounded_icon_with_content_main .content {
  margin-right : 40px;
}


@media(max-width : 1024px){
  .rounded_icon_with_content_main .icon_box_container{
    display : block;
  }
  .rounded_icon_with_content_main .content {
    margin-top: 20px;
  }
}

@media(max-width : 767px){
  .rounded_icon_with_content_main .icon_box_container{
    display : flex;
  }
  .rounded_icon_with_content_main .svg-icon img {
    height: 40px !important;
  }
  .rounded_icon_with_content_main .icon_box{
    width: 80px;
    height: 80px;
    padding: 20px;
  }
  .rounded_icon_with_content_main .content {
    margin-top: 0;
  }