@media only screen and (max-width: 1440px) {
    .eightthings-project-section-text-wrapper {
        padding: 2.5rem 5rem;
    }

    .eightthings-project-section-title {
        font-size: 2rem;
    }

    .eightthings-project-section-contents-info-title {
        font-size: 1.5rem;
    }

    .eightthings-project-section-contents-info-text {
        font-size: 1rem;
    }

    .eightthings-project-section-contents-info-text-wrapper {
        max-width: 100%;
    }
    
    .eightthings-project-section-contents-info {
        gap: 2rem;
    }

    .eightthings-project-section-contents-images {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-between;
        align-items: center;
    }
    
    .eightthings-project-section-contents-images a {
        width: calc(100% / 1.5);
        justify-self: center;
    }
}

@media only screen and (max-width: 768px) {
    .eightthings-project-section-text-wrapper {
        padding: 1.5rem 2.5rem;
    }

    .eightthings-project-section-title {
        font-size: 1.5rem;
    }

    .eightthings-project-section-motto {
        font-size: 0.75rem;
    }

    .eightthings-project-section-contents-info {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    .eightthings-project-section-contents-info img {
        width: 128px;
        height: 128px;
    }

    .eightthings-project-section-contents-info-title {
        font-size: 1.5rem;
    }

    .eightthings-project-section-contents-info-text {
        font-size: 1rem;
    }

    .eightthings-project-section-contents-appstore {
        align-items: center;
    }
}