.section_items_repeater {
    padding: 80px 0px;
}

.section_items_repeater h2 {
    font-size: 38px;
    line-height: 46px;
    color: #31216B;
    font-weight: 800;
    text-align: center;
    margin: 0px auto 50px;
    -webkit-font-smoothing: auto;
    max-width: 900px;
}

.repeater_items_column {
    display: flex;
    padding: 20px;
    box-shadow: 2px 2px 6px 4px rgba(109, 109, 128, 0.1);
    border-radius: 12px;
    margin-bottom: 20px;
    align-items: center;
}

.repeater_items_column_left {
    width: 240px;
    line-height: 0;
}

.repeater_items_image {
    line-height: 0;
    background-color: #31216B;
    padding: 17px;
    border-radius: 10px;
    display: flex;
}

.repeater_items_image img {
    width: 100%;
}

.repeater_items_column_right {
    flex: 1;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

.repeater_items_column_right h3 {
    font-size: 24px;
    line-height: 32px;
    color: #31216B;
    font-weight: 800;
    margin-bottom: 15px;
}

.repeater_items_column_right span p {
    font-size: 16px;
    line-height: 26px;
    color: #50585F;
    font-weight: 400;
    margin-bottom: 20px;
}

.repeater_items_column_right a {
    font-size: 16px;
    line-height: 20px;
    color: #1EBBF0;
    font-weight: 800;
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.repeater_items_column_right a:hover {
    color: #31216B;
}

.repeater_items_column_right a i {
    padding-left: 10px;
}

.text_below_items {
    font-size: 16px;
    line-height: 26px;
    color: #31216B;
    text-align: center;
    padding-top: 20px;
}

.text_below_items span {
    color: #1EBBF0;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
}

.text_below_items span:hover {
    color: #31216B;
}

@media screen and (max-width: 980px) {
    .section_items_repeater {
        padding: 60px 0px;
    }
}

@media screen and (max-width: 700px) {
    .section_items_repeater h2 {
        margin-bottom: 30px;
    }
    .repeater_items_column {
        flex-direction: column;
    }
    .repeater_items_column_left {
        width: 100%;
    }
    .repeater_items_image img {
        width: 100%;
        margin: 0 auto;
        max-width: 250px;
    }
    .repeater_items_column_right {
        padding: 20px 0px 0px;
    }
}

@media screen and (max-width: 480px) {
    .section_items_repeater h2 {
        font-size: 30px;
        line-height: 44px;
    }
    .section_items_repeater {
        padding: 50px 0px;
    }
}