
   .body {
     overflow: visible;
     padding-right: 0%;
     padding-left: 0%;
     direction: rtl;
     font-family: Cairo, sans-serif;
   }
   
   .column {
     position: relative;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     overflow: visible;
     padding-right: 10px;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
     grid-auto-columns: 1fr;
     -ms-grid-columns: 1fr 1fr;
     grid-template-columns: 1fr 1fr;
     -ms-grid-rows: auto auto;
     grid-template-rows: auto auto;
     text-align: left;
     -o-object-fit: fill;
     object-fit: fill;
   }
   
   .column-2 {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     text-align: right;
   }
   
   .header {
     position: fixed;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: auto;
     z-index: 99;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding-right: 30px;
     padding-left: 30px;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     background-color: #fff;
     box-shadow: 0 1px 20px 2px rgba(0, 0, 0, 0.12);
     background-clip: border-box;
     -o-object-fit: fill;
     object-fit: fill;
   }
   
   .image {
     max-height: 82px;
     padding: 10px;
   }
   
   .mainbutton {
     margin-right: 6px;
     margin-left: 6px;
     border-radius: 6px;
     background-color: #f7f7f7;
     font-family: Cairo, sans-serif;
     color: #1690d0;
     font-weight: 400;
     background-clip: padding-box;
   }
   
   .mainbutton.white {
     margin-right: 0px;
     margin-left: 16px;
     padding-right: 20px;
     padding-left: 20px;
     font-size: 15px;
     line-height: 26px;
     font-weight: 600;
   }
   
   .mainbutton.white.coloredbutton {
     display: inline-block;
     margin-left: 0px;
     padding-right: 20px;
     padding-left: 20px;
     background-color: #570815;
     background-image: -webkit-gradient(linear, right top, left top, from(#570815), to(#f70815));
     background-image: linear-gradient(270deg, #570815, #f70815);
     color: #fff;
   }
   
   .textbutton {
     margin-right: 8px;
     margin-left: 8px;
     border-radius: 6px;
     background-color: #fff;
     font-family: Cairo, sans-serif;
     font-weight: 600;
     -webkit-background-clip: text;
     background-clip: text;
     -webkit-text-fill-color: transparent;
   }
   
   .textbutton.herobutton {
     margin-right: 0px;
     margin-left: 0px;
     padding-right: 20px;
     padding-left: 20px;
     border-style: solid;
     border-width: 2px;
     border-color: #fff;
     background-color: #fff;
     color: #fff;
     font-size: 15px;
     line-height: 26px;
     -webkit-background-clip: text;
     background-clip: text;
     -webkit-text-fill-color: transparent;
   }
   
   .section {
     height: 100vh;
     padding-right: 8%;
     padding-left: 8%;
     background-color: #19125c;
   }
   
   .div-block {
     position: static;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -o-object-fit: fill;
     object-fit: fill;
   }
   
   .hero {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 1140px;
     height: 80vh;
     min-height: 10%;
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-align-content: center;
     -ms-flex-line-pack: center;
     align-content: center;
     background-color: transparent;
   }
   
   .column-3 {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
   }
   
   .heading {
     margin-bottom: 34px;
     color: #242e71;
     font-weight: 600;
     text-align: center;
   }
   
   .heading.whitetext {
     color: #fff;
   }
   
   .heading.coursename {
     margin-top: 10px;
     margin-bottom: 4px;
     font-size: 22px;
     line-height: 22px;
     text-align: right;
   }
   
   .paragraph {
     padding-top: 6px;
     padding-bottom: 6px;
     direction: rtl;
     color: #e6e6e6;
     font-size: 16px;
     line-height: 30px;
   }
   
   .paragraph.blacktext {
     color: #4b4b4b;
   }
   
   .paragraph.blacktext.in-cta {
     font-size: 15px;
   }
   
   .div-block-2 {
     display: block;
     margin-top: 16px;
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -ms-flex-pack: end;
     justify-content: flex-end;
   }
   
   .column-4 {
     position: static;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: end;
     -webkit-align-items: flex-end;
     -ms-flex-align: end;
     align-items: flex-end;
   }
   
   .div-block-3 {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
   }
   
   .normal-section {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding: 80px 8%;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }
   
   .grid {
     grid-template-areas: "Area Area-2 ." "Area-3 Area-4 Area-5" "Area-6 Area-8 Area-7";
     -ms-grid-columns: 1fr 1fr 1fr;
     grid-template-columns: 1fr 1fr 1fr;
     -ms-grid-rows: auto auto auto;
     grid-template-rows: auto auto auto;
   }
   
   .classbox {
     max-width: 400px;
     margin: 16px 8px 36px;
     border-radius: 8px;
     background-color: #fcfcfc;
     box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.27);
     -webkit-transform: scale(0.99);
     -ms-transform: scale(0.99);
     transform: scale(0.99);
     -webkit-transition: all 200ms ease;
     transition: all 200ms ease;
   }
   
   .classbox:hover {
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
   }
   
   .imagebox {
     height: 260px;
     border-radius: 8px 8px 0px 0px;
     background-image: url("https://uploads-ssl.webflow.com/5f8c136bbc213a68f4c4a20a/5f8ce31d57a4e23e72fcd117_neonbrand-1-aA2Fadydc-unsplash.jpg");
     background-position: 50% 50%;
     background-size: cover;
     background-repeat: repeat;
     -o-object-fit: cover;
     object-fit: cover;
   }
   
   .contentbox {
     padding: 12px 16px;
   }
   
   .normal-column {
     width: 1140px;
     padding: 0px 0%;
   }
   
   .normal-column.dark {
     width: 1140px;
     padding: 80px 0%;
   }
   
   .column-5 {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
   }
   
   .text-block {
     margin-bottom: 20px;
     color: #fff;
     font-size: 20px;
     line-height: 40px;
   }
   
   .image-2 {
     border-radius: 100px;
   }
   
   .div-block-4 {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 300px;
     height: 300px;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }
   
   .saysbox {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-content: space-between;
     -ms-flex-line-pack: justify;
     align-content: space-between;
     -webkit-align-self: auto;
     -ms-flex-item-align: auto;
     align-self: auto;
     -webkit-box-ordinal-group: 1;
     -webkit-order: 0;
     -ms-flex-order: 0;
     order: 0;
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
   }
   
   .text-block-2 {
     color: #d4d4d4;
     line-height: 24px;
   }
   
   .div-block-5 {
     font-size: 16px;
   }
   
   .image-3 {
     display: block;
     width: 230px;
     height: 230px;
     max-height: 230px;
     max-width: 230%;
     min-height: 200px;
     min-width: 200px;
     margin: 27px;
   }
   
   .divimage {
     min-height: 230px;
     min-width: 230px;
     margin: 32px 22px;
     background-image: url("https://uploads-ssl.webflow.com/5f8c136bbc213a68f4c4a20a/5f8cf04d0d48df7fdb498f1a_Ellipse%201.png");
     background-position: 0px 0px;
     background-size: contain;
   }
   
   .divimage.hala {
     min-height: 200px;
     min-width: 200px;
     margin-right: 10px;
     background-image: url("https://uploads-ssl.webflow.com/5f8c136bbc213a68f4c4a20a/5f8cf04c4e5fce66fbb664db_Ellipse%201sd.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .divimage.ghada {
     min-height: 200px;
     min-width: 200px;
     margin-right: 12px;
     background-position: 50% 50%;
     background-repeat: no-repeat;
   }
   
   .paragraph-2 {
     margin-top: 0px;
     margin-bottom: 25px;
     padding-bottom: 0px;
     font-size: 18px;
     line-height: 40px;
     font-weight: 600;
   }
   
   .column-6 {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding-top: 60px;
     padding-bottom: 60px;
     padding-left: 16px;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     -webkit-box-align: end;
     -webkit-align-items: flex-end;
     -ms-flex-align: end;
     align-items: flex-end;
     -webkit-align-content: center;
     -ms-flex-line-pack: center;
     align-content: center;
   }
   
   .div-block-6 {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
     grid-auto-columns: 1fr;
     -ms-grid-columns: 1fr 1fr;
     grid-template-columns: 1fr 1fr;
     -ms-grid-rows: auto auto;
     grid-template-rows: auto auto;
   }
   
   .columns {
     padding: 21px 32px;
     background-color: #000;
   }
   
   .footer {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding: 23px 40px;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     background-color: #000;
   }
   
   .footer-text {
     color: silver;
     font-size: 16px;
     text-align: right;
   }
   
   .footer-text.en {
     text-align: left;
   }
   
   .text-link-color.onblack {
     color: #fff;
     font-style: normal;
     text-decoration: none;
   }
   
   .bold-text {
     font-weight: 600;
     text-decoration: none;
   }
   
   .link {
     text-decoration: none;
   }
   
   .image-4 {
     display: block;
     max-height: 60px;
     padding-top: 0px;
     padding-bottom: 0px;
     padding-left: 0px;
   }
   
   .div-block-7 {
     padding-left: 16px;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     -ms-grid-row-align: center;
     align-self: center;
     border-left: 1px solid #838383;
   }
   
   .div-block-8 {
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     -ms-grid-row-align: center;
     align-self: center;
   }
   
   .image-5 {
     border-radius: 8px;
   }
   
   .div-block-9 {
     padding-right: 14px;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     -ms-grid-row-align: center;
     align-self: center;
     color: #242e71;
     font-size: 22px;
     font-weight: 700;
     letter-spacing: 0px;
   }
   
   .column-7 {
     padding-right: 16px;
   }
   
   .herosection {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     background-color: #242e71;
   }
   
   .says-section {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     background-color: #242e71;
   }
   
   @media screen and (max-width: 991px) {
     .mainbutton.white.coloredbutton {
       -webkit-align-self: flex-start;
       -ms-flex-item-align: start;
       align-self: flex-start;
     }
     .hero {
       -webkit-box-pack: start;
       -webkit-justify-content: flex-start;
       -ms-flex-pack: start;
       justify-content: flex-start;
     }
     .column-3 {
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
     }
     .heading.whitetext {
       font-size: 32px;
     }
     .paragraph.whitetext {
       font-size: 15px;
     }
     .column-4 {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: start;
       -webkit-align-items: flex-start;
       -ms-flex-align: start;
       align-items: flex-start;
     }
     .normal-section {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       padding-right: 25px;
       padding-left: 25px;
     }
     .normal-column {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       align-self: center;
     }
     .text-block {
       font-size: 16px;
     }
     .text-block-2 {
       font-size: 15px;
     }
     .divimage.hala {
       display: block;
       min-height: 100px;
       min-width: 100px;
       margin-top: 0px;
       -webkit-box-align: start;
       -webkit-align-items: flex-start;
       -ms-flex-align: start;
       align-items: flex-start;
       -webkit-align-self: flex-start;
       -ms-flex-item-align: start;
       align-self: flex-start;
     }
     .divimage.ghada {
       min-height: 100px;
       min-width: 100px;
       margin-top: 0px;
       -webkit-align-self: flex-start;
       -ms-flex-item-align: start;
       align-self: flex-start;
     }
     .paragraph-2 {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     .column-6 {
       padding-top: 22px;
       padding-bottom: 22px;
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     .div-block-6 {
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
     }
     .column-7 {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       align-self: center;
       grid-auto-columns: 1fr;
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
       -ms-grid-rows: auto auto;
       grid-template-rows: auto auto;
     }
     .herosection {
       padding-right: 30px;
       padding-left: 30px;
     }
     .div-block-10 {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       grid-auto-columns: 1fr;
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
       -ms-grid-rows: auto auto;
       grid-template-rows: auto auto;
     }
   }
   
   @media screen and (max-width: 767px) {
     .column {
       padding-right: 0px;
       padding-left: 0px;
     }
     .column-2 {
       padding-right: 0px;
       padding-left: 0px;
     }
     .mainbutton.white.coloredbutton {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     .paragraph.whitetext {
       font-size: 16px;
       line-height: 35px;
     }
     .normal-section {
       width: 100vw;
       padding-right: 0px;
       padding-bottom: 34px;
       padding-left: 0px;
     }
     .classbox {
       max-width: none;
     }
     .normal-column {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       width: 100%;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-align: stretch;
       -webkit-align-items: stretch;
       -ms-flex-align: stretch;
       align-items: stretch;
       -webkit-align-self: auto;
       -ms-flex-item-align: auto;
       align-self: auto;
     }
     .saysbox {
       margin-bottom: 60px;
     }
     .paragraph-2 {
       font-size: 16px;
     }
     .column-6 {
       overflow: hidden;
       padding-left: 10px;
     }
     .div-block-6 {
       display: block;
       width: 100%;
       grid-auto-columns: 1fr;
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
       -ms-grid-rows: auto auto;
       grid-template-rows: auto auto;
     }
     .footer {
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
     }
     .footer-text {
       text-align: center;
     }
     .footer-text.en {
       text-align: center;
     }
     .image-4 {
       max-width: 105%;
     }
     .image-5 {
       display: block;
       width: 95vw;
       max-width: none;
     }
     .websitename {
       font-size: 20px;
     }
     .div-block-9 {
       padding-right: 8px;
     }
     .column-7 {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       padding-right: 0px;
       padding-left: 0px;
       -webkit-align-self: auto;
       -ms-flex-item-align: auto;
       align-self: auto;
       -webkit-box-flex: 0;
       -webkit-flex: 0 auto;
       -ms-flex: 0 auto;
       flex: 0 auto;
     }
     .div-block-10 {
       display: block;
       -webkit-box-orient: horizontal;
       -webkit-box-direction: normal;
       -webkit-flex-direction: row;
       -ms-flex-direction: row;
       flex-direction: row;
       -webkit-align-self: auto;
       -ms-flex-item-align: auto;
       -ms-grid-row-align: auto;
       align-self: auto;
     }
     .image-6 {
       display: none;
     }
     .column-8 {
       position: relative;
     }
     .column-9 {
       padding-bottom: 8px;
       -webkit-align-self: auto;
       -ms-flex-item-align: auto;
       -ms-grid-row-align: auto;
       align-self: auto;
     }
   }
   
   @media screen and (max-width: 479px) {
     .header {
       padding-right: 17px;
       padding-left: 17px;
     }
     .image {
       max-height: 70px;
       max-width: 80%;
     }
     .normal-section {
       padding-top: 60px;
     }
     .normal-column.dark {
       padding-top: 0px;
       padding-bottom: 0px;
     }
     .text-block {
       text-align: center;
     }
     .saysbox {
       margin-top: 40px;
       margin-bottom: 40px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
     }
     .text-block-2 {
       text-align: center;
     }
     .divimage.hala {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     .divimage.ghada {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     .paragraph-2 {
       line-height: 34px;
     }
     .image-4 {
       max-height: 60px;
       max-width: 110%;
     }
     .div-block-9 {
       display: none;
     }
   }
   
   #w-node-852fe9d043e5-e9d043e5 {
     -ms-grid-row: 1;
     -ms-grid-column: 1;
     grid-area: Area;
   }