* {
    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;
}

@media (max-width:500px) {
    * {
        font-size: 12px;
    }
    .cp {
        padding: 10px;
    }
    img,
    video {
        margin-bottom: 20px;
    }
    p {
        margin-bottom: 10px;
    }
}