.dark-green-circle-1{
    position: relative;
    white-space: nowrap;
}

.dark-green-circle-1:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top:0px;
    left:0;
    background: url('../img/dark-green-circle-1.svg') no-repeat center center / contain;
    white-space: nowrap;
}


.dark-green-underline-and-arrow{
    position: relative;
    white-space: nowrap;
}
.dark-green-underline-and-arrow:after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    right: -40px;
    background: url('../img/dark-green-underline-and-arrow.svg') no-repeat center bottom / contain;
}


.light-green-circle-1{
    position: relative;
    white-space: nowrap;
}
.light-green-circle-1:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: url('../img/light-green-circle-1.svg') no-repeat center center / contain;
}


.light-green-circle-2{
    position: relative;
    white-space: nowrap;
}
.light-green-circle-2:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: url('../img/light-green-circle-2.svg') no-repeat center center / contain;
}


.light-green-underline-1{
    position: relative;
    white-space: nowrap;
}
.light-green-underline-1:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top:10px;
    left:0;
    background: url('../img/light-green-underline-1.svg') no-repeat center bottom / contain;
}


@media(max-width:767px){
    .light-green-underline-1:after{
        top:5px;
    }
}

.light-green-underline-2{
    position: relative;
    white-space: nowrap;
}
.light-green-underline-2:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: url('../img/light-green-underline-2.svg') no-repeat center bottom / contain;
}
.light-green-underline-3{
    position: relative;
    white-space: nowrap;
}
.light-green-underline-3:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: url('../img/light-green-underline-3.svg') no-repeat center bottom / contain;
}

.light-green-underline-4{
    position: relative;
    white-space: nowrap;
}
.light-green-underline-4:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: url('../img/light-green-underline-4.svg') no-repeat center bottom / contain;
    white-space: nowrap;
}
.light-green-underline-5{
    position: relative;
    white-space: nowrap;
}
.light-green-underline-5:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top:26px;
    left:0;
    background: url('../img/light-green-underline-5.svg') no-repeat center bottom / contain;
    white-space: nowrap;
}
