.description-item {
  padding-top: 15px;
}

.description-item ul {
    padding-left: 25px;
    line-height: 1.6;
    color: #ccc;
    margin-bottom: 15px;
}

.section_item {
  border-bottom: 1px solid #4caf50;
  padding-bottom: 15px;
}

.section_item p {
  padding-bottom: 15px;
}

.section_item_br {
  padding-top: 25px;
}

.item_b{
    display: inline-block;
    font-weight: bold;
    padding-bottom: 12px;
    color: #4caf50;
}

.description-item b{
    color: #4caf50;
}

.left_right .item{
    display: flex;
    gap: 25px;

}
.left_right .item >p {
    width: 50%;
    padding: 15px;
    border-radius: 6px;
    border: 2px solid #4caf4f7e;
}

.description_steps{
    padding-left: 25px;
}
.description_steps li{
    padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .left_right .item{
        display: block;
    }
    .left_right .item >p {
        width: 100%;
    }
}