
/*Content Block */
/* Base styles for the content block carousel */
.content-block-carousel {
    /* display: flex; */
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    /* gap: 10px;
    height:80%; */
    /* padding-bottom: 20px; */
}
.content-block-carousel img {
    flex: 0 0 auto;
    width: 100%;
    object-fit: cover;
    scroll-snap-align: start;
    height: 100%;
    /* height: 50vh; */
    /* height: 60vh; */
    /* padding-top: 20px;
    padding-left: 70px; */
}
.btn {
    background-color: #0078D6;
    color: #ffff;
    width: 206.2px;
    height: 46px;
    padding: 10px;
    border-radius: 30px;
    gap: 10px;
    font-family: CorpoSTextReg;
    /* margin-left: 3rem; */
}
.btn:hover {
    background: #014880!important;
    color: #fff!important;
    background-color: #014880!important;
    border-color: #014880!important;
}
.slick-dots {
    position: absolute;
    bottom: 1px;
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

@media (max-width: 1200px) {
    .content-block-carousel img {
        height: 80vh !important;
    } 
}
@media (max-width: 991px) {
    .cbox-txt .button-blue {
        text-align: center !important;
        margin-bottom: 2rem;
    }
    
}
/* Media query for small screens (up to 768px wide) */
@media screen and (max-width: 768px) {
    .content-block-carousel {
        gap: 5px;
    }
    .col {
        flex: 1 0 0%;
    }
    /* .content-block-carousel img {
        width: 280px;
        padding-left:0;
    } */
    .btn{
        width:280px;
        margin-left: 0;
       /* margin-top: -50%;*/
    }
    .row{
        display: flex;
        flex-direction:row-reverse;
    }
    /* .desktop{
        display: none;
    } */
    .desktop-GP {
        display: none;
    }
    .content-block-carousel img {
        height: 100% !important;
    } 
}
/* Media query for medium screens (769px to 1024px wide) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    /* .content-block-carousel img {
        width: 50%;
    } */
}

/* Media query for large screens (greater than 1024px wide) */
@media screen and (min-width: 1025px) {
    .content-block-carousel {
        gap: 20px;
    }
}       