#home-section-1 {
    margin-bottom: 3rem;
}

#services-content-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 3rem;
}

#services-content-section p {
    margin: 0;
    font-weight: 300;
    font-size: 1rem;
    text-align: center;
    display: flex;
}

#services-content-section h2,
.photo-gallery-section h2 {
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: #BE1E28;
    padding-top: 0 !important;
}
#services-content-section h2 .arabic, .photo-gallery-section h2 .arabic{
    display: flex;
}
.service-page-redirection {
    display: flex;
    background-color: #BE1E28;
    width: fit-content;
    text-align: center;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 500px;
    color: #fff;
    margin: 0 auto 3rem;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    font-weight: 500;
}

.service-page-redirection:hover {
    scale: 1.05;
    background-color: #000;
    transition: all 0.3s ease;
}

@media (max-width: 756px) {

    #services-content-section h2,
    .photo-gallery-section h2 {
        font-size: 1.5rem;
    }

    #services-content-section p {
        font-size: .9rem;
    }
}