@media screen and (min-width: 1260px){
    .three-columns-slider .crownpokies_slide {
        flex-basis: calc((100% - 40px) / 3);
    }
}

@media screen and (min-width: 768px) and (max-width: 1259.98px){
    .three-columns-slider .crownpokies_slide {
        flex-basis: calc((100% - 20px) / 2);
    }
}

@media screen and (min-width: 768px){
    .crownpokies_items .swiper-wrapper{
        flex-direction: column;
        gap: 20px;
    }

    .crownpokies_block_pagination{
        display: none !important;
    }

    .crownpokies_slide img{
        width: 80px;
        height: 80px;
    }

    .three-columns-slider .crownpokies_items .swiper-wrapper{
        flex-direction: row;
        flex-wrap: wrap;
    }

    .three-columns-slider .crownpokies_slide_inside{
        min-height: 200px;
        box-sizing: border-box;
    }

    .crownpokies_sec-title h2 {
        margin-bottom: 20px;
        font-weight: 600;
        line-height: 130%;
    }

     .crownpokies_sec-title h2 strong,
     .crownpokies_sec-title h2{
        font-size: 38px;
    }

    body .crownpokies_block .crownpokies_block_text {
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 768px){
    .crownpokies_slide_content_title{
        text-align: center;
    }
    .crownpokies_slide_inside{
        padding: 20px 18px;
        border-radius: 20px;
        flex-direction: column;
        align-items: center;
    }

    .crownpokies_slide img{
        width: 60px;
        height: 60px;
    }

    .three-columns-slider .crownpokies_slide_content_title {
        font-size: 20px;
    }

    .three-columns-slider .crownpokies_slide_content_text {
        line-height: 140%;
    }

    .crownpokies_sec-title h2 {
        margin-bottom: 14px;
        font-weight: 600;
        line-height: 130%;
    }

    .crownpokies_sec-title h2 strong,
    .crownpokies_sec-title h2{
        font-size: 26px;
    }

    body .crownpokies_block .crownpokies_block_text {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px){
    body .crownpokies_slide_inside{
        padding: 20px;
    }
}

@media screen and (min-width: 1200px){

}

@media screen and (max-width: 768px){
    .crownpokies_block .h2{
        margin-bottom: 14px;
    }
}

p.crownpokies_slide_content_text {
	margin-bottom: 0;
}
.crownpokies_slide_inside{
    padding: 42px 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    background: linear-gradient(180deg, #0b3139 0%, #147cc0 100%);
    border-radius: 0 0 20px 20px;
}
.crownpokies_slide_content_title{
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 12px;
}
.crownpokies_block .h2{
    text-align: center;
    margin-bottom: 20px;
}
.crownpokies_block_text{
    max-width: 1060px;
    margin: auto;
}
.crownpokies_block_pagination{
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.crownpokies_slide picture{
   flex-shrink: 0;
}

.three-columns-slider .crownpokies_block_text {
    text-align: center;
}

.three-columns-slider .crownpokies_slide_inside{
    padding: 21px 16px;
    box-sizing: border-box;
}

.crownpokies_sec-title h2 strong{
    font-weight: 700;
    color: #FFAD12;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.crownpokies_sec-text {
    margin-bottom: 40px;
}