/*
Theme Name:     Twenty Twenty-Five Child
Theme URI:      https://example.com/
Description:    A child theme of Twenty Twenty-Five.
Author:         Alex
Author URI:     https://rambletype.com/
Template:       twentytwentyfive
Version:        1.0
*/

.circle-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0;
  color:rgba(0,0,0,.45) !important;
  background-color: #bec0bf !important;
  border-radius:50%;
  font-size:30px;
  transform: translate(0, -75%);

}

.hp-icon-yellow {
  /*display:inline;*/
  color:  rgb(250, 213, 5);

}

.circle-icon { 
    width:80px;
    height:80px;
   
}