.marketTrends {
  padding: 0px 0;
}
.marketTrends .card{
    min-height: 300px;
    min-width: 350px;
    width: min-content;
    height: 100%;
    background: #A1CD3A;
}

.img-rounded-box{
    height: 100px;
    width: 100px;
    box-shadow: inset 0px 2px 3px 0px #0000005e;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -46px;
    background: #A1CD3A;
}

.img-rounded-box .top-center{
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}