body{
    margin: 60px 60px;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: "ExpoArabic" !important;
}

@font-face {
    font-family: "ExpoArabic";
    src: url("/fonts/expo-arabic-light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
  
@font-face {
    font-family: "ExpoArabic";
    src: url("/fonts/expo-arabic-book.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "ExpoArabic";
    src: url("/fonts/expo-arabic-medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ExpoArabic";
    src: url("/fonts/expo-arabic-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
  

img{
    height: 100px;
    margin-bottom: 60px;
}

/* For large screens (desktops) */
@media (min-width: 1200px) {
    body {
        margin: 60px 20%; /* Adjust the margin for larger screens */
    }
}

/* For medium screens (tablets) */
@media (max-width: 1199px) and (min-width: 768px) {
    body {
        margin: 60px 10%; /* Reduce margin for tablet screens */
    }
}

/* For small screens (phones) */
@media (max-width: 767px) {
    body {
        margin: 60px 30px; /* Smaller margin for mobile devices */
    }
}



.container {
    display: flex;
    flex-direction: column;
    justify-content: left;
    gap: 4px;
  }

.heading {
    display: flex;
    align-items: center;
    flex-direction: column;
}

p{
    font-size: 16px;
    line-height: 24px;
}

h3 {
    color: #f02d64;
}

ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}

ol li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}
