
 div#text-content {
          margin-top: 30px;
        }

.section-full {
    padding-top: 70px;
    padding-bottom: 40px;
    background-color: #fff;
}

.overlay-white-middle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    z-index: 1;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-head {
    margin-bottom: 30px;
}

.section-head h2 {
    color: #333;
}

.dez-separator-outer {
    text-align: center;
}

.dez-separator {
    width: 50px;
    height: 2px;
    background-color: #333;
    display: inline-block;
}

.row {
    margin: 0 -15px;
}
.col-lg-6,
.col-md-6,
.col-sm-12 {
    padding: 0 15px;
}

img {
    max-width: 100%;
    height: auto;
}

.icon-content {
    padding: 20px;
    border-radius: 5px;
}
.dez-tilte {
    color: #333;
}

.service-text {
    margin-bottom: 15px;
    font-size: 18px;
}

#text-content {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .col-md-6,
    .col-lg-6 {
        margin-bottom: 30px;
    }
}