.organize-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:12px;
    width: 311px;
    height: auto;
}

.organize-content p{
    font-size: 15px;
    color: #242424;
    text-align: start;
    line-height: 1.6;
}

.organize-list{
    width: 100%;
    height: auto;
    background-color: #E8F6FE;
    padding-bottom: 20px;
}

.organize-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 311px;
    height: auto;
}

.organize-list img{
    width: 100%;
    height: auto;
}

.organize-text-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 16px;
    width: 100%;
    height: auto;
    background-color: #fff; 
    border-radius: 8px;
    color: #242424;
}

.organize-text-list li{
    padding: 12px;
}

.organize-text-list h3{
    margin-bottom: 8px;
}
.organize-text-list p{
    font-size: 15px;
    line-height: 1.6;
}