.about-davana-section {
    position: relative;
    padding: 60px 0 0;
    background: #ffffff;
    overflow: hidden;
}

.about-davana-section .about-davana-content {
    padding: 10px 0 50px;
}

.about-davana-section .about-title {
    font-size: 31px;
    line-height: 1.2;
    font-weight: 400;
    color: #1f2933;
    margin-bottom: 14px;
}

.about-davana-section .about-title strong {
    font-weight: 700;
}

.about-davana-section .about-line {
    width: 50px;
    height: 4px;
    background: var(--accent);
    border-radius: 30px;
    margin-bottom: 18px;
}

.about-davana-section .about-description {
    max-width: 650px;
    font-size: 15px;
    line-height: 1.8;
    color: #5f6b76;
    margin-bottom: 45px;
}

.about-davana-section .about-features {
    margin-top: 10px;
}

.about-davana-section .feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 48px;
}

.about-davana-section .feature-icon {
    width: 48px;
    min-width: 48px;
    font-size: 35px;
    line-height: 1;
    color: var(--accent);
    margin-right: 18px;
    text-align: center;
}

.about-davana-section .feature-text h5 {
    font-size: 21px;
    font-weight: 700;
    color: #1f2933;
    margin-bottom: 8px;
}

.about-davana-section .feature-text p {
    font-size: 15px;
    line-height: 1.8;
    color: #5f6b76;
    margin-bottom: 0;
}

.about-davana-section .about-image {
    text-align: right;
}

.about-davana-section .about-image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

/* Responsive */
@media (max-width: 991px) {
    .about-davana-section {
        padding: 50px 0 30px;
    }

    .about-davana-section .about-image {
        text-align: center;
        margin-top: 20px;
    }

    .about-davana-section .about-image img {
        max-width: 420px;
    }
}

@media (max-width: 767px) {
    .about-davana-section .about-title {
        font-size: 26px;
    }

    .about-davana-section .about-description {
        margin-bottom: 35px;
    }

    .about-davana-section .feature-item {
        margin-bottom: 30px;
    }

    .about-davana-section .feature-text h5 {
        font-size: 19px;
    }

    .about-davana-section .feature-icon {
        font-size: 31px;
    }
}
