
.courses-section {
    padding: 20px 0;
    text-align: center;
    direction: rtl;
    font-family: "Inconsolata", "Reem Kufi", monospace, sans-serif;
    font-optical-sizing: auto;
    background-image: url(https://www5.0zz0.com/2024/02/21/12/561448263.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    background-position-x: 64px;
}

.course {
    /* background-color: #fff; */
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    /* transition: transform 0.3s ease-in-out; */
    width: 100%;
    display: block;
}

.course h3 {
    margin-top: 0;
    color: #333;
    font-size: 20px; 
    font-weight: bold;
}

.course p {
    color: #666;
    font-size: 16px; 
}

.course-link {
    display: inline-block;
    margin-top: 10px;
    padding: 20px 75px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease-in-out;
    font-weight: bold;
    font-family: auto;
}
a#taha {
    padding: 20px 87px;
}
.course-link:hover {
    background-color: #0056b3;
    color: white;
    text-decoration: none;
}

h3.sizes {
    font-size: 18px; 
    font-weight: bold;
}

.new-section {
    /* background-color: #f8f9fa; */
    padding: 50px 0;
    text-align: center; 
}

.container {
    max-width: 800px;
    margin: 0 auto; 
}

.section-content {
    padding: 20px;
}

h2 {
    font-size: 36px;
    color: #333;
    background: #ff00004a;
    padding: 10px;
    border-radius: 50px;
}

p {
    font-size: 18px; 
    color: #666;
}


@media (max-width: 767px) {
    .container {
        padding: 0 20px; 
    }
}

@media (max-width: 767px) {
    .course {
        width: 100%; 
        margin-right: 0; 
    }
    .courses-section {
    background-position-x: 12px;
    
}
h2 {
    font-size: 25px;
    color: #333;
    background: #ff00004a;
    padding: 10px;
    border-radius: 50px;
}
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 970px;
}
}