/* Centered Content Styles for Yandi Website */

.text-center-all {
    text-align: center;
}

.text-center-all p {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.text-center-all .section-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.text-center-all .about-content-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.text-center-all .feature-box {
    text-align: center;
    flex-direction: column;
}

.text-center-all .feature-icon {
    margin-right: 0;
    margin-bottom: 20px;
}

.text-center-all .feature-content {
    text-align: center;
}

/* About Page Specific Styles */
.techwix-about-section {
    position: relative;
    padding: 80px 0;
}

.techwix-about-section .about-icon {
    margin-bottom: 20px;
}

.techwix-about-section .about-icon img {
    width: 60px;
    height: 60px;
}
