.txtimg {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.txtimg__image {
    border-radius: 10px;
    overflow: hidden;
}

.textimg__content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.textimg__content > p {
    margin: 0;
    padding: 0;
    color: var(--color-primary--5);
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 25.2px */
}
.textimg__content > p{
    margin: 0;
    padding: 0;
    color: var(--color-primary--5);
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 25.2px */
}
.textimg__content > ul > li{
    color: var(--color-primary--5);
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 25.2px */
}
.textimg__title {
    color: var(--color-primary--5);
    font-family: var(--font-lexend);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 42px */
}




