
.bee-heading-row{
  display:flex;
  align-items:flex-start;
  gap:16px;
  margin-bottom:14px;
}
.bee-heading-row h2{margin:0!important}
.pink-ribbon-icon{
  position:relative;
  display:inline-block;
  width:38px;
  height:58px;
  flex:0 0 38px;
  margin-top:4px;
}
.pink-ribbon-icon::before{
  content:"";
  position:absolute;
  left:8px;
  top:0;
  width:18px;
  height:34px;
  border:7px solid #d84a86;
  border-bottom-width:6px;
  border-radius:50% 50% 46% 46%;
  transform:rotate(-15deg);
  box-sizing:border-box;
}
.pink-ribbon-icon::after{
  content:"";
  position:absolute;
  left:13px;
  top:28px;
  width:9px;
  height:28px;
  background:#d84a86;
  transform:skew(-18deg) rotate(16deg);
  box-shadow:12px -2px 0 #d84a86;
  border-radius:1px;
}
.bee-survivor-line{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:12px;
  padding:12px 18px;
  min-height:52px;
  border-radius:11px;
  background:#1e2b63;
  color:#fff!important;
  text-decoration:none!important;
  font-family:Arial,sans-serif;
  font-size:14px;
  line-height:1.15;
  box-shadow:0 7px 18px rgba(24,36,91,.18);
}
.bee-survivor-line strong{
  font-size:13px;
  letter-spacing:.35px;
}
.bee-survivor-phone{
  font-size:22px;
  line-height:1;
}
@media(max-width:700px){
  .bee-heading-row{justify-content:center}
  .pink-ribbon-icon{width:32px;height:50px;flex-basis:32px}
  .bee-survivor-line{
    width:min(100%,330px);
    justify-content:center;
    margin-left:auto;
    margin-right:auto;
  }
}
