.prexipay-project-section {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100vw;
    padding: 2rem auto;
}

.prexipay-project-section-title-bg-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100vw;
    height: 80%;
    z-index: -10;
    background-color: #28526c;
}

.prexipay-project-section-title-bg-image img {
    width: 600px;
    height: auto;
    object-fit: contain;

}

.prexipay-project-section-text-wrapper {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    width: 100vw;
    height: 70vh;
}

.prexipay-project-section-title-left {
    padding-top: 5rem;
}

.prexipay-project-section-title-right {
    padding-bottom: 5rem;
}

.prexipay-project-section-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    width: 100vw;
    margin: auto;

}

.prexipay-project-section-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
}

.prexipay-project-section-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.prexipay-project-section-info {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    width: 100%;
    height: 100%;
}

.prexipay-project-section-info-left {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 3/2;
}

.prexipay-project-section-info-left iframe {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.prexipay-project-section-info-right p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #28526c;
}

.prexipay-project-section-info-left-text p {
    font-size: 1rem;
    margin-top: 1rem;
    font-weight: 500;
    color: #28526c;
}

.prexipay-project-section-contents-for-more-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 1rem;
    width: 100%;
}

.prexipay-project-section-contents-for-more-information p {
    font-size: 1rem;
    line-height: 0.2rem;
    font-weight: 500;
    color: #28526c;
}

.prexipay-project-section-contents-for-more-information a {
    font-size: 1rem;
    line-height: 0.2rem;
    font-weight: 700;
    color: #28526c;
}