.red-icon-with-text-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 0 80px;
}

.icon-with-text-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--red-icon);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
}

.icon-circle-with-text {
    font-family: "inter";
    font-size: var(--font-size-14);
    font-weight: 900;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-with-text-title {
    font-size: var(--font-size-18);
    font-weight: 400;
    color: var(--green-text);
    margin-bottom: 10px;
}

.icon-with-text-paragraph {
    color: var(--grey-700);
    font-size: var(--font-size-18);
    font-weight: 400;
}

.icon-with-text-paragraph p {
    margin: 0;
}