
@font-face {
    font-family: 'myfont';
    src: url('../fonts/HacenTunisia.ttf');
    font-weight: normal;
    font-style: normal;
    
  }
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2vw;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    border-top: 0.1vw solid #000;
    padding: 2.5vw;
    background-color: #ffff;
    color:#000;
}

.container>*:first-child{
    border: none;
}

.content img {
  width: 100%;
  height: auto;
    border: 0.1vw solid #204289;
    box-shadow: 0 0 0.6vw rgba(0,0,0,0.5);
    margin-bottom:1vw ;
}


.description {
    width: 100%;
    padding: 1%;
    flex: 1;
}

.description h2 {
    text-align: center;
    font-size: 1.5vw;
    color: #204289;
    font-weight: bold;
    margin-bottom: 0.5vw;
}

.description p {
    text-align: justify;
    text-align: center;
    line-height: 1.5;
    font-size: 1vw;
   font-family:'myfont';
}

.duration {
    font-style: italic;
    color: #ed213a;
    font-weight: bold;
   font-family:'myfont';
   
}

.description button{
    width: 30%;
    margin:2vw 35% 0 35% ;
    height: 3.5vw;
    background-color: #ffff;
    border: 0.12vw solid #ed213a;
    border-radius: 0.5vw;
    color: #ed213a;
    font-size: 1vw;
    font-family: 'myfont';
}





@media screen and (max-width:768px) {
  
    .content {

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content:center;
        width: 100%;
        border-top: 0.1vw solid #000;
        padding: 3vw;
    }
    
    .content img {
        margin-top: 2vw;
      width: 90vw;
      height: auto;
        box-shadow: 0 0 0.9vw rgba(0,0,0,0.5);
    }
    
    
    .description {
      padding: 2vw;
        flex: 1;
    }
    
    .description h2 {
        font-size: 4vw;
    }
    
    .description p {
        line-height: 1.5;
        font-size: 3vw;
    }

    
    
    .description button{
        width: 60%;
        margin:2vw 20% 0 20% ;
        height: 5.5vw;
        background-color: #ffff;
        border: 0.12vw solid #ed213a;
        border-radius: 0.5vw;
        color: #ed213a;
        font-size: 3vw;
    }

    }
    @media screen and (max-width:480px) {


    }



/*
    @media screen and (max-width:768px) {
    


    }
    @media screen and (max-width:480px) {


    }
    */

