.financial-statements-section {
    background-color: rgb(27 144 174 / 10%);
    padding: var(--section-padding);
}

.financial-statements-section h2 {
    color: var(--primary-color);
}

.financial-statements-section .pdf-item-content picture {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.financial-statements-section .pdf-item {
    background-color: var(--light-color);
    border-radius: var(--main-radius);
    padding: 2rem 1rem;
    height: 100%;
}

.financial-statements-section .pdf-item-content {
    color: var(--primary-color);
    gap: 10px;
}

.financial-statements-section .pdf-item-description {
    margin-bottom: 1rem;
}
.financial-statements-section .pdf-item-description span:first-child {
    display: none !important;
}
.financial-statements-section .pdf-item-description span:last-child {
    max-width: 155px;
}
.financial-statements-section .pdf-item-description h5 {
    height: 100%;
    color: var(--primary-color);
}

.financial-statements-header .form-select {
    width: 300px;
    background-color: inherit;
}

.fixed-contact-us-header h3 {
    color: var(--secondary-color);
}
