<style>
body { font-family: Arial, sans-serif; background: #005a63; color: white; }
.swiper-container { width: 100%; padding: 0 0 20px 0; overflow:hidden;}
.swiper-slide {
background: #0D3033;
border-radius: 72px;
padding: 50px 20px;
text-align: center;
}
.icon { font-size: 40px;color:#6394ce; }
.price-change {
padding: 5px 10px;
border-radius: 10px;
color: black;
display: flex;
align-items: center;
}
.learn-more:hover, .learn-more:active, .learn-more:visited {color:white;text-decoration: none !important;}
.green { background: green; color: white; }
.red { background: #ff5a5a; color: white; }
.symbol-image {
    width: 100%;
    height: 50px;
    object-fit: contain;
    margin: 10px 0;
    width: auto;
    display: flex;
    margin: auto;
}
.learn-more { color: white; text-decoration: none !important; }
.slider-price {
display: flex;
justify-content: space-evenly;
align-items: center;
align-content: center;
}
.price{margin-bottom:0;}
.swiper-pagination-bullet {
width: 12px;
height: 12px;
opacity: 1;
margin: 5px;
border-radius: 50%;
background:transparent;
}
.swiper-pagination {
position: absolute;
bottom: -55px;
top: unset;

}
.swiper-pagination-bullet-active { background: #ffc107 !important; }
.swiper-pagination-bullet { background: #ffc107 !important; }
</style>