.getStarted {
    justify-content: center;
    align-items: center;
    text-align: center;
}

h3 {
    color: #006ebe;
    font-size: 2.3vw;
    margin-bottom: 100px;
}

.Icons {
    gap: 2vw;
    display: flex;
    justify-content: center;
}

.circle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 10px;
    background: #0093ff;
    border: 3px solid #0093ff;
    color: white;
    text-align: center;
    font: 20px Poppins, sans-serif;
    font-weight: 600;
    line-height: 22px;
}

.dash {
    width: 10%;
    transform: rotate(-0.07deg);
}

.solid {
    width: 10%;
    transform: rotate(0.07deg);
}

.dash line {
    stroke: #0093ff;
    stroke-dasharray: 0.5 3.2;
    stroke-linecap: round;
}

.solid line {
    stroke: #0093ff;
    /* stroke-dasharray: 1 3.2; */
    stroke-linecap: round;
}