﻿.page-content {
    padding: 24px 20px;
}

.project-section {
    display: block;
}

.project-image {
    float: right;
    width: 30%;
    max-width: 400px;
    margin: 0 0 24px 30px;
    border-radius: 24px;
    overflow: hidden;
}

    .project-image img {
        width: 100%;
        height: auto;
        aspect-ratio: 1749 / 2481;
        display: block;
        border-radius: 24px;
    }

.project-text {
    text-align: justify;
    color: #444;
    font-size: 13px;
}

    .project-text p {
        margin: 0 0 18px;
        font-size: 13px;
        line-height: 2.35;
        text-align: justify;
    }

    .project-text .text-title {
        display: inline-flex;
        align-items: center;
        margin: 24px 0 14px;
        padding: 0;
        background: transparent;
        border: 0;
        color: #0743b5;
        font-size: 14px;
        font-weight: 700;
        line-height: 2;
    }

        .project-text .text-title::before {
            content: "";
            width: 4px;
            height: 18px;
            background: #0743b5;
            border-radius: 4px;
            margin-left: 10px;
        }

        .project-text .text-title:first-child {
            margin-top: 0;
        }

.project-list,
.project-number-list {
    margin: 16px 0 22px;
    padding-right: 22px;
}

    .project-list li,
    .project-number-list li {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 2.2;
        text-align: justify;
    }

        .project-list li::marker,
        .project-number-list li::marker {
            color: #0743b5;
            font-weight: 700;
        }

        .project-number-list li strong {
            display: inline-block;
            font-size: 14px;
            font-weight: 700;
            color: #222;
            margin-bottom: 4px;
        }

        .project-number-list li p {
            margin: 6px 0 0;
            font-size: 13px;
            line-height: 2.2;
        }

.project-section::after {
    content: "";
    display: block;
    clear: both;
}

@media (min-width: 769px) {
    .project-text {
        min-height: 600px;
    }
}

@media (max-width: 768px) {

    .page-content {
        padding: 20px 16px;
    }

    .project-image {
        float: none;
        width: 80%;
        max-width: none;
        margin: 0 auto 24px;
        display: block;
    }

    .project-text {
        text-align: justify;
        font-size: 13px;
    }

        .project-text p {
            font-size: 13px;
            line-height: 2.2;
            margin-bottom: 16px;
        }

        .project-text .text-title {
            margin: 20px 0 12px;
            font-size: 14px;
            line-height: 2;
        }

    .project-list,
    .project-number-list {
        margin: 14px 0 20px;
        padding-right: 18px;
    }

        .project-list li,
        .project-number-list li {
            font-size: 13px;
            line-height: 2.1;
        }

            .project-number-list li strong {
                font-size: 14px;
            }

            .project-number-list li p {
                font-size: 13px;
                line-height: 2.1;
            }
}

