.summary-cta-wrap {
margin-top: 40px;
display: flex;
justify-content: center;
}
.summary-cta-wrap .us-btn {
display: inline-block;
white-space: normal;
text-align: center;
}
.summary-cta-wrap .us-btn span {
display: inline;
text-align: center;
} @media (max-width: 768px) {
.summary-cta-wrap {
width: 100%;
}
.summary-cta-wrap .us-btn {
display: block;
width: 100%;
}
}