 .background {
     background-color: #FBE8BD;
 }

 /*banner*/
 .festivalsbannerimage {
     background-image: url(../image/festivalsbanner.jpg);
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     align-items: center;
 }

 .festivalscircle {
     background-image: url(../image/festivalscircle.png);
     background-repeat: no-repeat;
     background-size: cover;
     aspect-ratio: 1/1;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .festivalstext {
     margin: auto;
     width: 50%;
 }

 /*content*/
 .content {
     display: flex;
     justify-content: space-between;
     width: 80%;
     margin: auto;
     flex-wrap: wrap;
     margin: 160px auto;
     gap: 20px;
 }

 .cny {
     display: flex;
     flex-direction: column;
     align-items: center;
 }

 .cny img {
     margin-bottom: 20px;
 }

 .midautumn {
     display: flex;
     flex-direction: column;
     align-items: center;
 }

 .midautumn img {
     margin-bottom: 20px;
 }

 @media screen and (max-width: 1250px) {
     .content {
         max-width: 90%;
         justify-content: center;
     }
 }

 @media screen and (max-width: 1080px) {}


 /*mobile*/
 @media screen and (max-width: 600px) {
     .content {
         width: 90%;
         justify-content: center;
     }
 }