/* Custom CSS */

.phone-underline {
  font-size: clamp(1rem, 0.7704rem + 0.9796vw, 1.75rem);
  color: #111747;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #111747;
  padding-block: clamp(0.1rem, -0.0224rem + 0.5224vw, 0.5rem);
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  transition: all 0.3s ease;
}
.phone-underline:hover {
  color: #009fb7;
  border-bottom-color: #009fb7;
}

.phone-underline svg {
  width: clamp(1.5rem, 1.3469rem + 0.6531vw, 2rem);
  height: clamp(1.5rem, 1.3469rem + 0.6531vw, 2rem);
  transition: color 0.3s ease;
  color: inherit;
}

.header__inner {
  margin-right: 18%;
}

@media (max-width: 1200px) {
   .header__inner {
      margin-right: auto;
   }
}
