.about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.about-section p,
.about-third-section p {

    line-height: 1.8 !important;
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-button:hover {
    background-color: white;
    color: rgba(0, 38, 62);
    border: 1px solid rgba(0, 38, 62);
}


.full-width-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}



.about-third-section {
    background-color: rgb(0 38 62 / 8%);
}

.shared-section {
    background-color: rgba(0, 38, 62, .1);
    height: 9rem;
    width: 100%;
    color: rgba(0, 38, 62);
    ;
}


.about-third-section .row {
    margin: 2rem;
    padding: 2rem;
}

.aboutItem {
    background-color: white;
}

.icon-wrapper {
    margin: 1.5rem;
}

.iconImage {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: rgba(245, 138, 30, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-fouth-section {
    padding-block: 1rem;
}

.about-fouth-section h3 {
    padding-bottom: 2rem;
}

.about-button {
    padding: .5rem 3.25rem;
    background-color: var(--primary-color);
    color: white;
    border-radius: 2rem;
}


.wrapper {
    border-radius: .3rem;
    padding: 1rem 1rem !important;
}

.about-fouth-section .card .title {
    min-height: 2.2rem;
}

.about-fouth-section .card p {
    color: var(--font-color);
}

body.arabic-version .title {
    min-height: 3.5rem;
}


@media (max-width: 576px) {
    .about-third-section .row {
        margin: 0 !important;
        padding: 1rem !important;
    }
}

.about-fouth-section .card .about-button {
    margin-block: 1rem;
    padding: .7rem 2rem;
}