.get_started_row.first {
    /* height: 410px; */
    align-items: end;
}

.get_started_row {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.get_started_item {
    background: #ECEDE7;
    padding: 40px 20px;
    border-radius: 10px;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
}

.get_started_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 90%;
    margin: auto;
}

.get_started_item.second {height: 245px;width: 20%;}

.get_started_row.first > div {
    /* flex: 1 0; */
}

.get_started_item.first {
}

.get_started_item p {
    font-size: 20px;
    font-weight: 700;
    color: #0F2531;
}

.ic {
    margin-bottom: 25px;
}

.get_started.container {
    margin-bottom: 115px;
}

.get_started_item.first {
    /* height: 100px; */
    width: 40%;
}

.get_started_item.third {
    width: 40%;
}

.get_started_row.second {
    align-items: flex-start;
    justify-content: flex-end;
}

.get_started_item.fifth {
    height: 240px;
    width: 40%;
}

.get_started_item.fourth {
    width: 50%;
}

.get_started_item.hidden {
    width: 10%;
    opacity: 0;
}