.share-price-module .blue-content-section{background: var(--cobalt-gradient);border-radius: 20px;padding: 24px 24px 16px;min-height:236px;}
.share-price-module .blue-content-section .cta{margin-top: 24px;}
.share-price-module .row > div{display:flex;}

@media all and (max-width: 991.98px){
.share-price-module .blue-content-section{border-radius: 16px;}
.share-price-module .blue-content-section:first-child{margin-bottom:24px}
.share-price-module .row > div{justify-content: center;}
}
@media all and (max-width: 767.98px){
.share-price-module .blue-content-section:first-child{margin-bottom:24px}
}