.market-update-top {
    position: relative;
    background-color: #4c607b;
}

.market-update-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: -56px;
    left: 0;
    padding: 15px;
    background-color: #4c607b;
}

.market-title {
    margin: 0 5px;
}

.market-title h4 {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
}

.market-amount {
    margin: 0 5px;
}

.market-amount h2 {
    font-size: 24px;
    color: #ffffff;
    margin: 0;
}

.market-amount h5 {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
}

.market-amount img {
    width: 16px;
    height: auto;
    margin: 0;
}

.market-amount ul {
    margin: 0;
}

.market-amount ul li {
    padding: 0;
    margin: 0px 3px;
}

.market-sub {
    margin: 0 5px;
}

.market-sub p {
    font-size: 14px;
    color: #ffffff;
    margin: 6px 0 0;
}

.market-update {
    background: #eeeef0 !important;
}

.market-update .img-company {
    height: 100px !important;
}

.market-update .img-company img {
    width: 150px;
    min-height: 100px;
    margin: 0 auto;
    object-fit: contain;
}

.logo-content-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (max-width : 1024px) {
    .market-update-card {
        top: -43px;
        padding: 10px;
    }

    .market-title h4 {
        font-size: 12px;
    }

    .market-amount h2 {
        font-size: 16px;
    }

    .market-amount h5 {
        font-size: 12px;
    }

    .market-sub p {
        font-size: 12px;
    }
}

@media only screen and (max-width : 991.5px) {
    .market-update-card {
        position: relative;
        top: 0;
        width: 100%;
    }

    .slider-slide-carousel .carousel-caption {
        bottom: 0 !important;
    }
}

@media only screen and (max-width : 640px) {
    .market-update-card {
        position: relative;
        top: 0;
        width: 100%;
    }

    .slider-slide-carousel .carousel-caption {
        bottom: 0 !important;
    }
}