.header-container {
    padding-top: 15vh;
    height: 25vh;
}

.header-background {
    background-image: linear-gradient(76deg, black, #235579);
    height: 100%;
    width: 100%;
}

.header-title {
    margin-left: 20%;
    font-size: 2rem;
}

.footer-background {
    background-image: linear-gradient(76deg, black, #235579);
    height: 100%;
    width: 100%;
}

.footer-text {
    margin-left: 20%;
    margin-right: 20%;
    font-size: 18px;
}

.local-container {
    height: 20%;
}

.local-image-wrapper {
    width: 140px;
    height: 140px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;

}

.local-image {
    width: 100%;
}

p {
    font-size: 16px;
}

.header-section {
    background-color: #005A7E;
    height: 80vh;
}

.header-content {
    margin-left: 20%;
    margin-right: 25%;
    padding-top: 8vh;
    height: 100%;
    display: flex;
}

.image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-container {
    flex: 2;
}

.text-container h1 {
    font-size: 26px;
}

.white-line {
    height: 6px;
    width: 100%;
    background-color: white;
}

.section {
    padding-left: 20%;
    padding-right: 25%;
    height: 100%;
}

.grey-section {
    background-color: #E0E0E0;
}


@media (max-width: 768px) {
    .text-container h1 {
        font-size: 1.4rem;
    }

    .section-image img {
        max-width: 100%;
    }

    .container {
        padding: 1rem;

    }

    .section {
        padding: 2rem 1rem;
    }

    .partner-logo {

        padding-bottom: 2rem;
    }
}

@media (min-width: 769px) {
    .container {
        padding: 1rem;
    }
}
.partner-logo {

    object-fit: contain;
    width: 45%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.section-image, .section-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.text-justify{
    text-align: justify;
}
