* {
    margin: 0;
    padding: 0;
}

.cp {
    max-width: 1000px;
    margin: 0 auto;
}

img {
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.info {
    margin-bottom: 20px;
}

.logo {
    display: inline-block !important;
    width: 100%;
    margin: 0;
}

video {
    width: 100%;
    margin-bottom: 60px;
}

p,
p span {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 30px;
}

.txt_big {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 800;
}

.txt_org {
    color: rgb(255, 184, 54);
    text-decoration: underline;
}

.txt_sm {
    font-size: 1rem;
    line-height: 1.5;
}

@media (max-width:500px) {
    * {
        font-size: 12px;
    }

    .cp {
        padding: 10px;
    }

    img,
    video {
        margin-bottom: 20px;
    }

    p {
        margin-bottom: 10px;
    }
}

.footer {
    padding: 7% 0;
    background-color: #FFE0B7;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5%;
}

.footerLogo {
    width: 45%;
    margin-bottom: 5%;
}
.footerLogo img{
    margin: 0;
}
.navList {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    width: 27.5%;
}

.navItem {
    width: 33.333%;
}

.navLink img {
    object-fit: cover;
    margin: 0;
}
@media (max-width:768px) {
    .footerLogo {
        width: 80%;
        margin-bottom: 10%;
    }
    .navList {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 35px;
        width: 45%;
    }
    .navLink img {
        scale: 1.6;
    }
}