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

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;
}

.contact-button {
    width: 11rem;
    height: 2.5rem;
    background-color: var(--primary-color);
    color: white;
    border-radius: 2rem;
}

.select-wrapper select {
    width: 100%;
    overflow: hidden;
    appearance: none;
    background-image: url('../Assets/Icons/Vector2.svg');
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: 1rem;
    padding: .5rem;
}

body.arabic-version .select-wrapper select {
    background-position-x: 5%;
    text-align: right;
}

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

.about-fouth-section {
    background-color: rgba(0, 38, 62, .08);
    padding-top: 2rem !important;
    padding-bottom: 0rem !important;
    margin-bottom: 3rem;
}

.title {
    min-height: 3.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


body.arabic-version .select-wrapper select {
    background-position: 10%;
    text-align: right;
}

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

.financial-leasing-inner-container p {
    line-height: 1.8 !important;
}

.financial-leasing-inner-container picture {
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

/* .financial-leasing-inner-container {
    overflow: hidden;
} */