@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;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 0.1vw solid #000;
    padding: 2.5vw;
    background-color: #ffff;
    color:#000;
}

.container>*:first-child{
    border: none;
}

.content img {
  width: 40vw;
  height: auto;
    border: 0.1vw solid #204289;
    box-shadow: 0 0 0.6vw rgba(0,0,0,0.5);
}


.description {
  padding-right: 2.5%;
    flex: 1;
}

.description h2 {
    text-align: center;
    font-size: 1.5vw;
    color: #204289;
    font-weight: bold;
}

.description p {
    text-align: justify;
    line-height: 1.5;
    font-size: 1vw;
  font-family:'myfont';
}

.duration {
    font-style: italic;
    color: #ed213a;
    font-weight: bold;
  font-family:'myfont';
}


.description button{
  color: #204289;
  font-size: 1.2vw;
  border: 0;
  background-color: transparent;
  font-family: 'myfont';
  border: 0.2vw solid #204289;
  width: 15%;

}


@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{
  color: #204289;
  font-size: 3vw;
  border: 0;
  background-color: transparent;
  font-family: 'myfont';
  border: 0.1vw solid #204289;
  width: 18%;

}
    

    }
    @media screen and (max-width:480px) {


    }

             
 



