

@font-face {
    font-family: 'Alshaya';
    src: url('Alshaya/AlshayaGroup-Regular');
    src: url('Alshaya/AlshayaGroup-Regular.otf'),
        url('AlshayaGroup-Regular.ttf'),
        url('AlshayaGroup-Regular.woff'),
        url('AlshayaGroup-Regular.woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Alshaya';
    src: url('Alshaya/AlshayaGroup-Bold');
    src: url('Alshaya/AlshayaGroup-Bold.otf'),
        url('AlshayaGroup-Bold.ttf'),
        url('AlshayaGroup-Bold.woff'),
        url('AlshayaGroup-Bold.woff2');
    font-weight: 300;
    font-style: bold;
}

body {
    background: #f9f9f9;
    color: #545454;
    font-family: "Alshaya", sans-serif;
    font-size: 16px;
    margin: 0 auto;
    max-width: 900px;
    padding: 20px;
}

h1, h2, h3, h4, h5, h6, p {
    color: #272727;
    font-weight: 100;
}

h2 {
    margin-top: 1.3em;
}
h1 {
    margin-top: 50px;
    text-align: center;
}
a {
    color: #272727;
    font-size: 14px;
}
a.activity {
    margin-top: 20px;
}


.box {
    background-color: white;
    border-radius: 10px;
    margin: 0px 0px;
    padding: 25px 25px 70px 25px;
    width: 100%;
    box-shadow: 10px 5px 5px #f3f3f3;
    align-self: stretch;
    margin-bottom: 20px;
    position:relative;
   
}
.box a.link {
    position: absolute;
    bottom: 30px;
}
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.button {
    background-color: #fff;
    color: #272727;
    padding: 15px;
    font-size: 13px;
    border: 1px solid #000;
    width: calc(100% - 30px);
    margin: 0px 0px 8px 0px;
    font-weight: 300;
    text-align: center;
    border-radius: 6px;
}
.button:hover {
    background-color: #f8f8f8;
}
.button-disable {
    background-color: #fff;
    color: #ddd;
    padding: 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    width: calc(100% - 30px);
    margin: 0px 0px 8px 0px;
    font-weight: 300;
    text-align: center;
    border-radius: 6px;
}
.wrap {
        text-decoration: none;
}
img {
    display: block;
    margin: 1.3em auto;
    max-width: 120px;
}
.box img {     
    border-radius: 4px;
    display: block;
    margin: 1.3em auto;
    max-width: 200px;
}

@media only screen and (min-width: 600px) and (max-width: 915px) {
  .box {
    width: calc(44% - 20px);
  }
}
@media only screen and (min-width: 916px) {
  .box {
    width: 27%;
  }
}