.subpage-text-section-paragraph ol{
    margin-left: 25px;
    list-style: decimal;
    font-size: 1.25rem;
    line-height: 2.25rem;
}
.subpage-text-section-paragraph ul{
    margin-left: 25px;
    list-style: disc;
    font-size: 1.25rem;
    line-height: 2.25rem;
}
.subpage-text-section-paragraph ol ul{
    margin-left: 25px;
    list-style: disc;
    font-size: 1.25rem;
    line-height: 2.25rem;
}
.single-news-desc ol{
    margin-left: 25px;
    list-style: decimal;
}



.bg-gradientDMDStart{
    background-color: #5195FA !important;
}
  
.bg-gradientDMDEnd{
    background-color: #4B69E2 !important;
}
.bg-gradientDMDStart .subpage-hero-h3{
    width: 120%;
}
.nav-link{
    padding-left: 27px!important;
    padding-right: 27px!important;
}
.border-dmd-light{
    border-color: #508BF5 !important;
}

@media (min-width: 640px) {
    .swiper-wrapper {
        transform: translatex(-32px);
    }
}
 
@media (min-width: 1280px) {
    .swiper-wrapper {
        transform: translatex(-190px);
    }
}
 
@media (min-width: 1580px) {
    .swiper-wrapper {
        transform: translatex(-180px);
    }
}
 
@media (min-width: 1720px) {
    .swiper-wrapper {
        transform: translatex(-140px);
    }
}
 
@media (min-width: 1820px) {
    .swiper-wrapper {
        transform: translatex(-140px);
    }
}

a.comics2-btn{
    display: flex;
    border-radius: 9999px;
    min-width: 300px;
    margin: 0 auto;
    width: 300px;
    --tw-bg-opacity: 1;
    background-color: #2D94DD;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-family: Bebas Neue;
    font-size: 28px;
    color: #fff;
    --tw-text-opacity: 1;
    justify-content: center;
    align-items: center;
}
a.comics2-btn img{
    margin-right: 20px;
}
.two-rows{
    flex-wrap: wrap;
}
.two-rows div{
    flex: 19%;
    display: flex;
    justify-content: center;
}
.two-rows img{
    height: 110px;
    width: auto;
}
ol.none-marker li::after{
    display: none!important;
}

.grid-important-css{
    display: inline-grid !important;
    grid-template-columns: repeat(4, 30% [col-start]);
}
@media (max-width: 768px){
    .grid-important-css{
        display: inline-grid !important;
        grid-template-columns: repeat(2, 50% [col-start]);
    }
}

.subpage-download-item-description p {
    font-size: 20px;
    color: #1a1b24;
}