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