
.modules-section h2 {
    /* max-width: 632px;
    margin-left: auto;
    margin-right: auto; */
}

.module-img  {
    text-align: center;
    margin-bottom: 48px;
}
.module-img img {
    width: 100%;
}

.row-module {
    margin-top: -16px;
    margin-bottom: -16px;
}
.row-module > * {
    margin-top: 16px;
    margin-bottom: 16px;
}
.module-icon {
    width: 76px;
    height: 76px;
    border-radius: 16px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #CDCFD7;
    box-shadow: 0 2px 3px 0 rgba(31, 47, 81, 0.17);
    position: relative;
}
.module-icon:before {
    content: '';
    position: absolute;
    pointer-events: none;
    border: 1px solid #DFE1E5;
    border-radius: 12px;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
}
.module-icon img {
    width: 32px;
    height: 32px;
}
.row-module h5,
.row-module .h5 {
    margin-bottom: 16px;
}
.row-module .text-m {
    padding-right: 16px;
}





.section-module {
    padding-bottom: 64px;
}
.section-module .row--sm > *,
.section-module .row-sm > * {
    /*margin-bottom: 8px;*/
    margin-bottom: 0;
}
.module-preview {
    border: 1px solid #DFE1E5;
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}
.module-preview--img {
    min-height: 520px;
    height: 100%;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}
.module-preview--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.module-preview .module-icon {
    width: 72px;
    height: 72px;
}

.module-preview .text-m {
    margin-bottom: 24px;
}
.module-preview .text-m ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.module-preview .text-m ul li {
    list-style: none;
    margin: 0 0 16px 0;
    padding: 0 0 0 22px;
    position: relative;
}
.module-preview .text-m ul li:last-child {
    margin-bottom: 0;
}
.module-preview .text-m ul li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #1450FF;
}

.module-preview h3,
.module-preview .h3 {
    margin-bottom: 24px;
}
.module-preview .text-m {
    margin-bottom: 24px;
}

.module-preview__platform h3,
.module-preview__platform .h3 {
    padding-top: 64px;
}

@media (max-width: 1199px) {
    .module-preview--img {
        min-height: auto;
        height: 420px;
    }
    .section-module {
        padding-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .module-img {
        margin-top: -8px;
        margin-bottom: 62px;
    }
    .row-module > * {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .module-icon {
        width: 60px;
        height: 60px;
    }
    .module-icon img {
        width: 24px;
        height: 24px;
    }
    .row-module .text-m {
        padding-right: 0;
        margin-top: auto;
    }

    .module-preview {
        padding: 32px 24px;
        border-radius: 16px;
    }
    .module-preview .module-icon {
        width: 56px;
        height: 56px;
        margin-right: 24px;
        margin-bottom: 24px;
    }
    .module-preview h3,
    .module-preview .h3 {
        margin-bottom: 24px;
        flex: 1;
    }
    .module-preview .btn {
        width: 100%;
    }

    .section-module {
        padding-bottom: 0;
    }
    .module-preview--img {
        height: 314px;
        border-radius: 16px;
    }
}

.module-history-bg {
    position: absolute;
    pointer-events: none;
    top: 0px;
    width: 778px;
    left: 50%;
    transform: translate(-50%);
}

@media (max-width: 767px) {
    .module-history-bg {
        width: calc(100% - 24px - 24px);
        top: 20px;
    }
}
