.about-block{
  display: block;
}
.about-contain{
  display: inline-block;
  padding: 15px;
  box-sizing: border-box;
  vertical-align: top;
}
.about-contain:first-child{
  width: 100%;
}
.about-contain:last-child{
  float: right;
}
.about-contain ul{
  padding: 0;
}
.about-contain ul li{
  list-style-type: none;
  margin-bottom: 10px;
}
.about-contain h2{
  margin-top: 0px;
}
.about-contain ul li i, .about-contain strong{
  color: var(--color-primary);
}


/* HOME PAGE ONLY */
.container-text_1 span{
  display: block;
}
.container-text_1 a{
  display: inline-block;
}
.container-text_1 a:hover{
  color: white;
}
.container-text_1-title{
  text-align: left;
}

.less-size-title{
  margin-top: 0;
}
/* *** */

/***** Media Query *****/

/* Mobile */
@media (max-width: 574px) {
  .about-contain{
    width: 100% !important;
  }
  .container-text_1, .container-text_1-title{
    padding-left: 15px !important;
  }
  .less-size-title{
    font-size: 30px !important;
  }
}

/* Tablette */
@media (max-width: 991px) {
  .about-contain{
    width: 49%;
  }
  /* HOME PAGE ONLY */
  .container-text_1, .container-text_1-title{
    padding-left: 25px;
  }
  .container-text_1{
    text-align: left;
  }
  .container-text_1 span{
    font-size: 1.3em;
    margin-top: 15px;
  }
  .container-text_1 a{
    font-size: 0.8em !important;
    margin-top: 5px;
  }
  .less-size-title{
    font-size: 35px;
  }
  /* *** */
}

/* Laptop */
@media (min-width: 992px) {
  .about-contain{
    width: 49%;
  }

  /* HOME PAGE ONLY */
  .container-text_1 span{
    font-size: 1.5em;
  }
  .container-text_1 a{
    font-size: 1em !important;
    margin-top: 15px;
  }
  .less-size-title{
    font-size: 40px;
  }
  /* *** */
}

/* TV */
@media (min-width: 1441px) {
}
