*{
    margin: 0;
    padding: 0;
}
body{
    background-image:
            url("mx20230830_bg.jpg"),
            url("mx20230830_bg-2.jpg"),
            url("mx20230830_bg-3.jpg"),
            url("mx20230830_bg-4.jpg"),
            url("mx20230830_bg-5.jpg"),
            url("mx20230830_bg-5.jpg");
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,repeat-y;
    background-position:
            50% 0,
             50% 2005px,
             50% calc(2005px + 4981px),
             50% calc(2005px + 4981px + 5469px),
            50% calc(2005px + 4981px + 5469px + 6321px),
            50% bottom;
    background-size:
            1920px auto,
            1920px auto,
            1920px auto,
            1920px auto,
            1920px auto,
            1920px auto;
    /*height: calc(2005px + 4981px + 5469px + 6321px + 4856px);*/
    /*min-width: 1920px;*/
    /*overflow: auto;*/
    padding-bottom: 344px;
}
.section-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 33px;
}
.section-container .section-title{
    font-size: 68px;
    font-weight: bolder;
    /*line-height: 121px;*/
    letter-spacing: 3px;
    color: #ffffff;
    width: 1099px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-container .section-item-wrap{
    font-size: 34px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.section-container .section-item-wrap .section-item{
    width: 1017px;
    border-radius: 80px;
    border: solid 2px #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
}
.section-container .section-item-wrap .section-link{
    display: block;
    text-align: center;
    width: 1164px;
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
}
