.about-project-wrapper {
    background: #F2F2F2;
    padding: 48px 0 70px;
    position: relative;
    margin-bottom: 600px;
}

.about-project-wrapper .background-image-container {
    min-height: 824px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 96px;
    max-width: 53%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-project-wrapper .background-image-container .custom-box {
    width: 96px;
    height: 96px;
    position: absolute;
}

.about-project-wrapper .about-project-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.about-project-wrapper .about-project-content h2 {
    font-weight: 100;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #0B3954;
    margin-bottom: 30px;
}

.about-project-wrapper .about-project-content h2 em {
    color: #D83529;
    font-weight: 400;
}

.about-project-wrapper .about-project-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #8D8D8D;
    margin-bottom: 30px;
}

.about-project-wrapper .about-project-content .button_style_1 {
    justify-content: flex-start;
}

.about-project-wrapper .background-image-container .dark_blue_box {
    background: #0B3954;
    left: -96px;
    bottom: 0;
}

.about-project-wrapper .background-image-container .white_box-big {
    width: 192px;
    height: 96px;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.about-project-wrapper .background-image-container .white_box-regular {
    width: 96px;
    height: 96px;
    top: 0;
    right: 0;
    background-color: #f2f2f2;
}

.about-project-wrapper .background-image-container .red_box-inside {
    width: 96px;
    height: 96px;
    background-color: #EE4438;
    top: 96px;
    right: 96px;
}

.about-project-wrapper .background-image-container .blue_box {
    background: #61A4CB;
    bottom: 96px;
    left: -288px;
}

.about-project-wrapper .background-image-container .red_box {
    background: #EE4438;
    bottom: -96px;
    left: -480px;
}

.about-project-wrapper .about-project-content .button_style_1 .title {
    background: #0B3954;
    font-size: 16px;
}

.about-project-wrapper .about-project-content .button_style_1 .icon {
    background-color: #0B3954;
}

.about-project-wrapper .about-project-content .button_style_1:hover .icon {
    background-color: #175376;
}

.about-project-wrapper .mobile-image {
    display: none;
}

@media only screen and (max-width: 1440px) {
    .about-project-wrapper .about-project-content h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .about-project-wrapper {
        margin-bottom: 60px;
        padding: 83px 0 140px;
    }

    .background-image-container {
        display: none;
    }

    .about-project-wrapper .mobile-image {
        display: flex;
        position: relative;
        padding: 0 20px;
    }

    .about-project-wrapper .mobile-image img {
        object-fit: cover;
        height: 100%;
    }

    .about-project-wrapper .about-project-content {
        min-height: unset;
        margin-bottom: 45px;
    }

    .about-project-wrapper .mobile-image .custom-box {
        width: 32px;
        height: 32px;
        position: absolute;
    }

    .about-project-wrapper .mobile-image .dark_blue_box {
        background: #0B3954;
        bottom: -32px;
        left: 84px;
    }

    .about-project-wrapper .mobile-image .blue_box {
        background: #61A4CB;
        bottom: -64px;
        left: 180px;
    }

    .about-project-wrapper .mobile-image .red_box {
        background: #EE4438;
        bottom: -96px;
        left: 52px;
    }

    .about-project-wrapper .mobile-image .white-bottom {
        width: 64px;
        height: 32px;
        left: 20px;
        bottom: 0;
        background: #fff;
    }

    .about-project-wrapper .mobile-image .white-top {
        background: #F2F2F2;
        top: 0;
        right: 20px;
    }

    .about-project-wrapper .mobile-image .red_box-top {
        top: 32px;
        right: 52px;
        background: #EE4438;
    }
}

@media only screen and (max-width: 767px) {
    .about-project-wrapper .about-project-content h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .about-project-wrapper .about-project-content p {
        font-size: 16px;
    }

    .about-project-wrapper .about-project-content .button_style_1 .title {
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .about-project-wrapper .about-project-content h2 {
        font-size: 24px;
    }

    .about-project-wrapper .about-project-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .about-project-wrapper {
        padding: 48px 0 94px;
    }
}

@media only screen and (max-width: 475px) {
    .about-project-wrapper {
        margin-bottom: 450px;
    }

    .about-project-wrapper .mobile-image {
        position: absolute;
        top: 86%;
        left: 50%;
        transform: translateX(-50%);
    }

    .about-project-wrapper .about-project-content {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 375px) {
    .about-project-wrapper {
        margin-bottom: 350px;
    }
}