.section-title {
    color: var(--testi-grigi);
    margin-bottom: .3rem;
}

.sub-section-title {
    color: var(--testi-grigi);
    font-size: 1rem;
    padding: 0.1rem 0.3rem 0 0.3rem;
    margin-bottom: 0;
    text-align: justify;
}

.history-chart-buttons .selected {
    border-width: 2px;
    font-weight: 700;
}

.bottom-news {
    position: fixed;
    background-color: var(--verde-scuro-10);
    border-radius: 15px 15px 0 0;
    bottom: 4.2rem;
    z-index: 1;
    width: 100vw;
    height: 15rem;
}

.bottom-news .carousel {
    height: 100%;
}

.bottom-news .carousel .carousel-inner {
    height: 100%;
}

.bottom-news .carousel .carousel-item {
    height: 100%;
    width: 100%;
    padding: 1rem 1.5rem 1rem 1.5rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.carousel-image {
    height: 100%;
    width: 100%;
}

.securities-lists .securities-title {
    background-color: var(--verde-scuro-10);
    color: var(--verde-scuro);
    padding: 0.8rem 0;
    margin: 0 -1rem;
}

#caption-graphic {
    font-size: xx-small;
    text-align: justify;
    margin-bottom: 0;
    padding: 0.5rem 1rem 0 1rem;
}

.securities-padding {
    padding-top: 0.9rem;
}