

/* Start:/local/templates/yogahouse/components/bitrix/news/instructors/bitrix/news.list/.default/style.css?16119388081574*/
.instructor_list {
  display: flex;
  flex-direction: column;
  width: 100%; }
.instructor_item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding: 20px 5px;
  border-bottom: #1f841f 1px solid; }
.instructor_photo {
  display: flex;
  max-width: 300px;
  max-height: 300px;
  min-width: 300px;
  padding: 15px;
  flex-grow: 1; }
  .instructor_photo img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), -23px 0 20px -23px rgba(0, 0, 0, 0.8), 23px 0 20px -23px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
    .instructor_photo img:hover {
      animation: anim 1s linear; }
@keyframes anim {
  0% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(3deg); }
  80% {
    transform: rotate(-3deg); }
  100% {
    transform: rotate(0deg); } }
.instructor_describe {
  display: flex;
  width: 70%;
  flex-grow: 1;
  flex-direction: column;
  padding: 15px; }
  .instructor_describe h3 {
    font-family: "Montserrat Bold";
    font-size: 3.2rem;
    font-weight: 700;
    font-style: normal;
    color: #5b3b83;
    line-height: 3.2rem;
    transition: 1s; }
    .instructor_describe h3:hover {
      transform: scale(1.05);
      transition: 1s; }
    .instructor_describe h3 a {
      text-decoration: none;
      color: #5b3b83; }
  .instructor_describe p {
    font-size: 1.7rem;
    line-height: 2.2rem;
    text-align: justify; }

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/yogahouse/components/bitrix/news/instructors/bitrix/news.list/.default/style.css?16119388081574 */
