/* TEXT ONLY */
.text-only-element__logo {
    max-width: 112px;
    width: 100%;
}
.text-only-element__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-only-element {
    background: #e6f2ff;
}
.text-only-element.text-only-element--centered {
    text-align: center;
}
.text-only-element__container {
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.text-only-element.text-only-element--centered .text-only-element__container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-only-element__title {
    font-size: 24px;
    line-height: 32px;
    color: #202939;
}
.text-only-element__description {
    font-size: 16px;
    line-height: 1.5;
    color: #364152;
}
