section{
    padding: 0 0 50px;
}

#main_content{
    background-color: #eeeeee;
    color: #000000;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    padding: 0 0 40px;
}
.container{
    max-width: 1200px;
}
#footer{
    padding: 0;
}
.header-section h2{
    margin: 0 auto;
}
.header-section {
    background: url('/static/img/landing/morele/playstation/header-image.png') top center no-repeat;
    background-size: cover;
    padding: 40px 0 10px;
}

.header-section .image-container{
    margin: 30px 0 0;
}

h2{
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    margin: 40px auto 15px;
}

.header-section h2 span{
    font-size: 40px;
    line-height: 44px;
}

.hr-label{
    border-top: 1px solid #0169a1;
}


.premiere-section-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-evenly;
    padding: 50px 0;
}
.premiere-section-item{
    flex: 0 0 290px;
    border-radius: 10px;
    box-shadow: 0 0 8px 8px rgba(0,0,0,0.1);
    background-color: #fff;
    padding: 0 0 25px;
}
.premiere-section-item .premiere-section-title{
    background-color: #0169a1;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.premiere-section-item .premiere-section-info .date-label{
    font-size: 180px;
    line-height: 104px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 35px auto 25px;
}
.premiere-section-item .premiere-section-info .date-day{
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
}
.premiere-section-item .premiere-section-info .date-info{
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
}
.spec-table{
    margin: 14px 0;
}
.spec-table .spec-table-row{
    display: flex;
    flex-direction: row;
    padding: 15px;
    color: #000;
}
.spec-table .spec-table-title{
    flex: 0 0 120px;
    font-weight: 600;
}

.spec-table .spec-table-info{
    font-weight: 400;
}
.white-bg{
    background: #fff;
}
.grey-bg{
    background: #f4f7f8;
}

.games-section-item p{
    font-size: 30px;
    line-height: 30px;
    margin: 0 auto;
}

.games-section-item p.image-container{
    margin: 50px auto 5px;
}

.games-section .footer-text{
    margin: 40px auto 0;
}

.special-section{

}

.special-section .special-text{
    font-size: 24px;
    font-weight: 400;
    margin-top: 50px;
}

.special-section .special-text .regular-text{
    line-height: 24px;
}

.special-section .regular-smaller-text{
    font-size: 16px;
    line-height: 19px;
}

.special-section .absolute-between{
    position: relative;
    justify-content: space-between;
    height: 340px;
    margin-top: 30px;
}

.special-section .absolute-image{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.accessories-section .dots-container{
    margin-top: 40px;
}

.accessories-section .dots-container .regular-text{
    font-weight: 400;
    margin-top: 20px;
}

.accessories-section .dot-item{
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #0169a1;
    margin: 0 auto;
}

.accessories-section .image-container{
    margin: 40px auto 30px;
}

.accessories-section .regular-text-container .regular-text{
    font-weight: 400;
}

.accessories-section .regular-text-container .semibold-text{
    font-size: 24px;
    margin: 0 auto;
}

.accessories-section .accessories-container .image-container{
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.accessories-section .accessories-container .regular-text{
    font-size: 24px;
}

.accessories-section .accessories-container .regular-text span{
    line-height: 24px;
}

.accessories-section .accessories-container .regular-text span.regular-text{
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}

.design-section .image-container{
    margin: 50px auto 40px;
}

.more-section .ps5-sony-container{
    margin-top: 40px;
}

.more-section .ps5-sony-container .image-container{
    margin: 0 auto;
}
.more-section .ps5-sony-container .regular-text{
    font-size: 24px;
    line-height: 28px;
}

.more-section .table-container{
    margin: 40px auto;
}
.more-section .table-container .table-container-item{
    padding: 10px;
    text-align: center;
}

.semibold-text{
    font-weight: 600;
}

.bold-text{
    font-weight: 700;
}

@media (max-width: 1200px){
    .special-section .absolute-between{
        height: 28vw;
    }
}

@media (max-width: 1024px){
    .premiere-section-item{
        flex: 0 0 230px;
    }
    .special-section .absolute-between{
        height: 32vw;
    }
}

@media (max-width: 880px){
    .special-section .absolute-image{
        flex: 0 0 60%;
        max-width: 60%;
    }
    .special-section .absolute-between{
        height: 40vw;
    }
}

@media (max-width: 767px){
    .header-section .image-container img{
        max-width: 65%;
    }

    .premiere-section-container{
        flex-direction: column;
        align-items: center;
    }

    .premiere-section-item{
        max-width: 280px;
    }

    .premiere-section-item:first-of-type{
        margin-bottom: 30px;
    }

    .games-section .games-container{
        justify-content: center;
    }

    .special-section .absolute-between{
        height: unset;
        margin-top: 0;
        justify-content: center;
    }

    .special-section .ps5-mobile-2{
        flex: 0 0 60%;
        max-width: 60%;
    }

    .special-section .absolute-image{
        position: static;
    }

    .special-section .special-text{
        text-align: center !important;
    }

    .more-section .ps5-sony-container{
        justify-content: center;
    }

    .games-section-item p{
        font-size: 24px;
        line-height: 24px;
    }

    .games-section-item p.image-container{
        margin: 15px auto 5px;
    }

    .arrow-container{
        margin: 40px auto 0;
    }
}

@media (max-width: 462px){
    .accessories-section .accessories-container{
        justify-content: center;
    }
    .accessories-section .accessories-container .col-6{
        flex: 0 0 80%;
        max-width: 80%;
    }
    .accessories-section .accessories-container .image-container{
        height: unset;
    }
}