.description-section {
    position: relative;
}

.des-content {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.7;
    max-width: 1100px;
    text-align: justify;
}

@media (max-width: 768px) {
    .des-content {
        font-size: 1.1rem;
        padding: 0 1rem;
        text-align: justify;
    }
}

@media (max-width: 640px) {
    .des-content {
        text-align: left;
    }
}