.get-started-section-ModuleContainer {
    position: relative;
    padding: 50px 0!important;
    container-type: inline-size;
}
.get-started-section-ModuleWrapper {
    position: inherit;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px!important;
    gap: 40px;
    border-style: solid;
}

.get-started-section-ItemImage {
    display: block!important;
    border-radius: 20px;
    min-height: 292px;
    aspect-ratio: 4 / 3;
    width: 100%;
    max-width: 437px;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.get-started-section-ContentBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.get-started-section-ModuleTitle {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-bottom: 8px!important;
    font-weight: 700;
    line-height: 1.2;
}

.get-started-section-ModuleSubtitle {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 28px!important;
}

@container (max-width: 767px) {
    .get-started-section-ModuleTitle {
        font-size: 32px!important;
    }

}
@container (max-width: 991px) {
    .get-started-section-ModuleWrapper {
        flex-direction: column!important;
    }
}

.customer-feedback-section-ModuleContainer {
    position: relative;
    padding: 50px 0!important;
}

.customer-feedback-section-ModuleWrapper {
    position: inherit;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px!important;
    border-style: solid;
}

.customer-feedback-section-ModuleTitle {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-bottom: 32px!important;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .customer-feedback-section-ModuleTitle {
        font-size: 32px!important;
        margin-bottom: 24px!important;
    }

}

.customer-feedback-section-ItemsWrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    gap: 40px;
}

.customer-feedback-section-Item {
    display: flex;
    flex-direction: column;
    width: 500%;
    max-width: 500px;
    padding: 44px 24px!important;
    border-style: solid;
}

.customer-feedback-section-ItemImage {
    display: block!important;
    margin: 0 auto 32px!important;
    height: 170px;
    width: 100%;
    max-width: 450px;
    background-size: contain!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.customer-feedback-section-ItemTitle {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-bottom: 12px!important;
    font-weight: 500;
    line-height: 1.2;
}

.customer-feedback-section-ItemDescription {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    font-weight: 400;
    line-height: 1.2;
}