.content-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.content {
    display: flex;
    width: 95%;
    justify-content: center;
    padding: 60px 20px;
    background-color: #fff;
    color: #000;
    gap: 10%;
    flex-wrap: wrap;
}

.line-content-image {
    width: 45%;
    height: 700px;
    background-image: linear-gradient(115deg, #2D318B 0%, #0090D2 100%);
    margin-bottom: 30px;
    position: relative;
}

.content-image {
    height: 700px;
    width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    background-repeat: none;
    position: absolute;
    left: -60px;
    top: -60px;
}

.line-content {
    width: 35%;
    height: 4px;
    background-image: linear-gradient(115deg, #2D318B 0%, #0090D2 100%);
    margin-bottom: 30px;
}

.text-content {
    width: 40%;
    max-width: 50%;
}

.content-heading {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}

.header-line {
    width: 15%;
    height: 3px;
    background-image: linear-gradient(115deg, #2D318B 0%, #0090D2 100%);
    margin-bottom: 30px;
}

.content-paragraph {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 28.9px;
    color: rgb(0, 0, 0);
}

/* Responsive styles */
@media screen and (max-width: 1024px) {
    .content {
        width: 90%;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        padding: 40px 20px;
    }

    .line-content {
        width: 60%;
    }

    .line-content-image {
        width: 100%;
        height: 600px;
        padding-top: 30px;
    }

    .content-image {
        width: 100%;
        height: 600px;
        left: 0;
        top: 0;
    }

    .text-content {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .content-heading {
        font-size: 30px;
    }

    .header-line {
        width: 25%;
        margin: 20px auto;
    }

    .content-paragraph {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 768px) {
    .content-section {
        padding: 32px 16px;
    }

    .content {
        width: 95%;
        gap: 40px;
        padding: 35px 18px;
    }

    .line-content {
        width: 70%;
        height: 3px;
    }

    .line-content-image {
        height: 500px;
    }

    .content-image {
        height: 500px;
    }

    .content-heading {
        font-size: 22px;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .header-line {
        width: 30%;
        height: 2.5px;
        margin: 18px auto;
    }

    .content-paragraph {
        font-size: 15px;
        line-height: 24px;
    }
}

@media screen and (max-width: 600px) {
    .content-section {
        padding: 28px 14px;
    }

    .content {
        padding: 30px 15px;
        gap: 32px;
    }

    .line-content {
        width: 80%;
        height: 3px;
    }

    .line-content-image {
        height: 420px;
    }

    .content-image {
        height: 420px;
    }

    .content-heading {
        font-size: 20px;
        line-height: 1.25;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .header-line {
        width: 35%;
        height: 2.5px;
        margin: 16px auto;
    }

    .content-paragraph {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 576px) {
    .content-section {
        padding: 24px 12px;
    }

    .content {
        width: 100%;
        padding: 28px 14px;
        gap: 28px;
    }

    .line-content {
        width: 85%;
        height: 2.5px;
    }

    .line-content-image {
        height: 380px;
        margin-bottom: 20px;
    }

    .content-image {
        height: 380px;
    }

    .content-heading {
        font-size: 18px;
        line-height: 1.2;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .header-line {
        width: 40%;
        height: 2px;
        margin: 14px auto 22px;
    }

    .content-paragraph {
        font-size: 14px;
        line-height: 21px;
    }

    .content-paragraph p {
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 375px) {
    .content-section {
        padding: 20px 10px;
    }

    .content {
        padding: 24px 12px;
        gap: 24px;
    }

    .line-content {
        width: 90%;
        height: 2px;
    }

    .line-content-image {
        height: 320px;
        margin-bottom: 18px;
    }

    .content-image {
        height: 320px;
    }

    .content-heading {
        font-size: 16px;
        line-height: 1.2;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .header-line {
        width: 45%;
        height: 2px;
        margin: 12px auto 20px;
    }

    .content-paragraph {
        font-size: 13px;
        line-height: 20px;
    }

    .content-paragraph p {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 320px) {
    .content-section {
        padding: 18px 8px;
    }

    .content {
        padding: 20px 10px;
        gap: 20px;
    }

    .line-content {
        width: 95%;
        height: 2px;
    }

    .line-content-image {
        height: 280px;
        margin-bottom: 16px;
    }

    .content-image {
        height: 280px;
    }

    .content-heading {
        font-size: 14px;
        line-height: 1.15;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .header-line {
        width: 50%;
        height: 2px;
        margin: 10px auto 18px;
    }

    .content-paragraph {
        font-size: 12px;
        line-height: 18px;
    }

    .content-paragraph p {
        margin-bottom: 10px;
    }

    .content-paragraph a {
        word-break: break-word;
    }
}