.edu-quotes-container {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  background-color: #f0f8fb;
  padding: 25px 28px;
  position: relative;
  min-height: 202px;
}

  .edu-quotes-container .container-content {
    display: flex;
    flex-direction: column;
  }

  .edu-quotes-container .edu-quotes-image {
    align-self: center;
    width: 100%;
    max-width: 132px;
    height: 100%;
    max-height: 132px;
    /*yisca change marging -top to 10*/
    margin: 10px 0 0 20px;
  }

  .edu-quotes-container .edu-quotes-paragraph {
    color: var(--title-color);
    font-size: 22px;
  }
    .edu-quotes-container .edu-quotes-paragraph p {
      margin: 0;
    }

  .edu-quotes-container .edu-quotes-details {
    color: var(--title-color);
    font-size: 16px;
  }
    .edu-quotes-container .edu-quotes-details p{
        margin:0;
    }

    .edu-quotes-container .edu-quotes-link {
      color: var(--link-color);
      position: static;
      font-size: 16px;
    }

    .edu-quotes-container .edu-quotes-link .edu-quotes-link-img {
      width: 6px;
      height: 10px;
      margin-right: 7px;
    }

.dmot-haboger-container {
  box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  background-color: white;
  height: auto;
  min-height: 375px;
}

  .dmot-haboger-container .container-content {
    padding: 0 15px;
    width: 100%;
  }

  .dmot-haboger-container .edu-info-paragraph {
    font-size: 17px;
    margin: 22px 0 26px 0;
  }

  /**/

  .dmot-haboger-container .edu-info-boxes-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

    .dmot-haboger-container .edu-info-boxes-grid .edu-info-boxes-item {
      flex: 1 0 100%;
      min-height: 326px;
      background-color: #f0f8fb;
      text-align: center;
      padding: 18px 20px;
      margin: 18px 0 0 2.936%;
      border-radius: 4px;
    }

    .dmot-haboger-container .edu-info-boxes-grid > :nth-child(3n + 0) {
      margin-left: 0;
    }

    .dmot-haboger-container .edu-info-boxes-grid .edu-info-boxes-item .edu-info-boxes-item-img {
      width: 100%;
      max-width: 73px;
      height: auto;
    }

    .dmot-haboger-container .edu-info-boxes-grid .edu-info-boxes-item .edu-info-boxes-item-title {
      font-size: 22px;
    }

    .dmot-haboger-container .edu-info-boxes-grid .edu-info-boxes-item .edu-info-boxes-item-paragraph {
      font-size: 17px;
      text-align: center;
    }

    .dmot-haboger-container .edu-info-boxes-grid .edu-info-boxes-item .edu-info-boxes-item-link {
      color: var(--link-color);
    }

    .dmot-haboger-container .edu-info-boxes-grid .edu-info-boxes-item .edu-info-boxes-item-link-img {
      width: 6px;
      height: 10px;
      margin-right: 7px;
    }

/*START BASIC NEEDS*/
.show-in-mobile {
  display: block;
}

/*END BASIC NEEDS*/

/*START MEDIA QUERY*/
@media (min-width: 992px) {
  .hide-in-desktop {
    display: none;
  }

  .edu-quotes-container .container-content {
    flex-direction: row;
  }

  .edu-quotes-container .edu-quotes-image {
    align-self: flex-start;
  }

  .edu-quotes-container .edu-quotes-link {
    position: absolute;
    left: 28px;
    bottom: 17px;
  }

  .dmot-haboger-container .edu-info-paragraph {
    margin: 27px 0 15px 0; /*yisca change*/
  }

  .dmot-haboger-container .edu-info-boxes-grid .edu-info-boxes-item {
    /* flex: 0 1 255px; */
    flex: 0 1 31.3%; /*equal to 255px*/
  }
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
  .dmot-haboger-container .edu-info-boxes-grid .edu-info-boxes-item {
    flex: 0 1 220px;
    margin-left: 16px;
  }
}

/*yisca */
/*ltr section*/
.ltr .dmot-haboger-container .edu-info-boxes-grid .edu-info-boxes-item .edu-info-boxes-item-link-img {
  transform: scaleX(-1);
  margin-left: 7px;
}
/*end ltr section*/
.edu-quotes-container p.edu-quotes-paragraph {
  margin-top: 0px;
}

.dmot-haboger-container .edu-info-boxes-grid .edu-info-boxes-item .edu-info-boxes-item-img {
  width: auto;
  max-width: none;
  max-height: 56px;
}
/*yisca*/

/*END MEDIA QUERY*/


