.welcome-section {
    float: left;
    background-color: #f2f5f3;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    margin-bottom: 30px;
    /* margin-left: 25px; */
    width: 100%;
    height: 100%;
}

.welcome-title {
    font-size: 38px;
    font-weight: 800;
    color: #222222;
    margin: 0 0 20px 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.welcome-title span {
    color: #2fb14d;
}

.welcome-text {
    font-size: 15px;
    line-height: 1.8;
    color: #444444;
    text-align: justify;
    margin-bottom: 30px;
}

