.arContainer{
    font-family: "Tajawal", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5%;
}
.logoTitle{
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo{
    width: 90%;
    display: flex;
    justify-content: center;
    margin: 10% 0%;
}
.title{
    font-size: larger;
    text-align: center;
}
.desContainer{
    padding: 0 5%;
}
.desc{
    text-align: justify;
    line-height: 2;
    
}
.arLink{
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: 600;
    background-color: #00A4D8;
    padding: 15px 35px ;
    border-radius: 3px;
}
.buttons{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.buttons h3 {
    margin-top: 10%;
}
/* tablet */
@media only screen and (min-width: 600px) {
    .logo{
        width: 50%;
    }
    .desContainer{
        padding: 0 7%;
    }
    .buttons h3 {
        margin-top: 5%;
    }
  }
  /* tablet */
@media only screen and (min-width: 1200px) {
    .logo{
        width: 40%;
        margin: 5% 0%;
    }
    .title{
        font-size: x-large;
    }
    .desContainer{
        padding: 0 7%;
    }
  }