/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.features-mosaic-container {
    gap: 16px;
    padding: 96px 0;
}

.features-mosaic-container>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
}

.features-mosaic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    max-width: 1440px;
}

.features-mosaic-title {
    font-size: 32px;
    line-height: 42px;
    font-family: "Urbanist-SemiBold";
    color: #2A2243;
    text-align: center;
    margin-bottom: 48px;
}

.features-mosaic-item-title {
    z-index: 990;
    position: relative;
    font-size: 24px;
    font-family: "Urbanist-SemiBold";
    color: #2A2243;
    text-align: left;
    width: 100%;
    margin-bottom: 16px;
}

.features-mosaic-item-description {
    z-index: 990;
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Urbanist-Regular";
    color: #2A2243;
    width: 100%;
    margin-bottom: 16px;
}

.features-mosaic-item {
    position: relative;
    width: 400px;
    height: 400px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px;
    padding-bottom: 0;
    background-color: #DEE9FD;
    border-radius: 28px;
}

.features-mosaic-item-image {
    width: 90%;
    height: auto;
    z-index: 990;
    position: relative;
    border-radius: 36px;
}

.features-mosaic-container .cta-component  {
    margin: 48px auto 0 auto;
}

@media (max-width: 768px) {
    .features-mosaic-title {
        font-size: 24px;
        line-height: 1.4;
    }

    .features-mosaic-item-title {
        font-size: 20px;
    }   
.features-mosaic-container {
    padding: 48px 0;
}
}

@media (max-width: 550px) {
    .features-mosaic-item {
        width: 100%;
    }
}