.three-column-cards-module {
    background-repeat: no-repeat;
     .wrapper__text{
        text-align: center;
    }
    .grid{
        display: flex;
        gap: 0 20px;
        margin-top: 80px;
        @media (max-width: 767px){
            margin-top: 40px;
        }
    }
    .swiper-wrapper {
        height: unset;
         &:has(.item__icon.icon-number){
            padding-top: 60px;
         }
    }
    .swiper-pagination{
        @media(min-width: 768px){
            display: none;
        }
    }
    .container.desktop{
   @media(max-width: 767px){
    display: contents;
   }

    }
    .item{
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding:30px 25px;
        background-size: cover;
        background-position: center;
        border-radius:20px;
        text-align: center;
         @media(max-width: 767px){
            max-width: calc(100% - 80px);
         }
        
       .item__icon{
            margin-bottom: 26px;        
             @media(max-width: 767px){
                margin-bottom: 12px;      
             }
       }
       .item__icon.icon-number{
        width: 88px;
        height: 88px;
        border-radius:100%;
        background-color: #201751;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: -80px auto 26px;
        span{
            color: #A3F5ED;

font-size: 96px;
font-style: normal;
font-weight: 800;
line-height: 26px; 
transform: translate(10px, -18px);
        }
       }
        .item__title{
            h5{
                @media(max-width: 767px){
                    font-size: 16px;
                font-style: normal;
                font-weight: 800;
                line-height: 20px;
                }
            }
         
        }
        .item__content{
           font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 26px; 
            color: #201751;
            // margin: auto 0 0;
            @media(max-width: 767px){
                font-size: 14px;
                line-height: 26px; 
            }
            ol,
            ul{
                text-align: left;
            }
            > *:last-child{
                margin-bottom: 0;
            }
        }
    }
    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
            --swiper-theme-color: #201751;
    }
}