a.wai-cta-style_underline {
    box-shadow: 0 calc(2px + 0px) 0 -1px black;
}

a.wai-cta-style_background {
    padding: 12px 20px;
    background: black;
    color: white;
    display: inline-block;
}

.wai-cta-style_icon1 {
    display: inline-block;
    padding: 15px;
    border-radius:10px;
    padding-right: 64px;
    position: relative;
    margin: 0 auto;
}

.wai-cta-style_icon1 p {
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.wai-cta-style_icon1 p > span {
    font-size: 13px !important;
    display: block;
    line-height: 1;
}

.wai-cta-style_icon1 div {
    border-radius: 6px;
    width: 35px;
    position: absolute;
    top: 13px;
    right: 14px;
    height: 35px;
}

.wai-cta-style_icon1 div {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40%;
}

.wai-cta-style_icon2 {
    padding: 18px 35px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.wai-cta-style_icon2 {
    display: grid;
    grid-template-columns: auto 20px;
}

.wai-cta-style_icon2 > p {
    margin-bottom: 0px !important;
}

.wai-cta-style_icon2 > span {
    position: relative;
}

.wai-cta-style_icon2 > span > img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}