.text_green {
    color: #01A488;
}

.title_green {
    border-bottom: 5px solid #D0E5F2;
    width: fit-content;
}

.title_green_full {
    border-bottom: 5px solid #D0E5F2;


}

.list-dot {
    list-style: disc;
}

.work_bg {
    background-color: #D0E5F2;
    border-radius: 20px;
}

.border_left {
    border-left: 2px dashed #fff;
    padding-left: 60px;
    margin-left: 20px;
    position: relative;
    left: -60px;
}

.border_right {
    border-right: 2px dashed #fff;

}

.border_title {
    border-bottom: 5px solid #fff;
    width: fit-content;

}

.img-round {
    border-radius: 20px;
    box-shadow: 5px 5px 15px #000a;
}