.phone-cta-0ba96bf2 {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
.phone-cta-0ba96bf2__icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-radius: 50%;
    flex-shrink: 0;
    line-height: 1;
    aspect-ratio: 1.25 / 1; /* creates an oval shape */
}
.phone-cta-0ba96bf2__content {
    display: flex;
    flex-direction: column;
}
.phone-cta-0ba96bf2__subtitle {
    margin: 0 0 4px 0;
    line-height: 1.2;
    font-size: 14px;
}
.phone-cta-0ba96bf2__link {
    text-decoration: none;
    font-weight: bold;
    line-height: 1.1;
    display: inline-block;
    font-size: 28px;
    transition: color 0.3s ease;
}
