.section, 
.figures-content {
    border-top: none !important;
    border-bottom: none !important;
}

.figures-header {
    padding-top: 80px; 
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0 !important; 
}

.figures-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
}

.figures-content {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 60px;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.grid-2-col {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.figures-text-col p {
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 15px; 
    margin-top: 0;
}

.figures-middle-img {
    width: 100%;
    height: auto;

    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px; 
    margin-bottom: 20px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.highlight-text {
    font-style: italic;
    color: #ffffff;
    border-left: 2px solid white;
    padding-left: 15px;
}

.figures-bottom-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    text-align: left; 
    margin-top: 20px; 
    margin-bottom: 20px; 
    line-height: 1.2;
    padding-left: 0;
}

.excerpt-img {
    width: 100%;
    height: auto;

    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px; 
    margin-bottom: 20px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.analysis-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff;
    margin-top: 30px !important; 
    padding: 0;
    display: block;
}

.footer__left-group {
    padding-left: 10px;
    text-align: left;
}
.footer__desc {
    margin-left: 0;
    padding-left: 0;
}

.footer {
    background-color: #000000;
    color: #ffffff;
}