
.supply-fullwidth {
    width: 100%;
    background-color: #f9fafb;
    padding: 40px 0;
    margin: 0;
}
.supply-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
.supply-title {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}
.supply-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 16px;
}
.supply-text strong {
    color: #0047AB;
    font-weight: 600;
}
.supply-text:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .supply-fullwidth {
        padding: 30px 0;
    }
    .supply-title {
        font-size: 28px;
    }
    .supply-text {
        font-size: 15px;
    }
}
