@charset "UTF-8";

/*** template 1 ***/
img {width: 100%;}

/*** template 2 ***/


/*** template 3 ***/
.ck_desc_3 img {
    max-width: 100%;
}


@media screen and (max-width: 767px){
  .ck_desc_3 .ck_description .image {
    max-width: 50%;
  }
  .ck_desc_3 .content {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
  .ck_desc_3 .content .list_item--text {
    max-width: calc(100% - 20px) !important;
  }
}

