.agy-hdr-actions{
  display:flex;
  align-items:center;
  gap:140px;
}

.agy-hdr-phone{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}

.agy-hdr-phone-icn{
  width:40px;height:40px;
  display:grid;place-items:center;
  border-radius:999px;
  background:#f2f6ff;
}

.agy-hdr-phone-txt small{
  display:block;
  font-size:12px;
  opacity:.75;
  line-height:1.1;
}
.agy-hdr-phone-txt strong{
  display:block;
  font-size:16px;
  line-height:1.2;
}

.agy-hdr-cta{
  text-decoration:none;
  padding:12px 18px;
  border-radius:10px;
  background:#0b7cff;
  color:#fff;
  font-weight:700;
  white-space:nowrap;
}
