.page-component-edu.yeda-teorethy-container {
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    margin-bottom: 25px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    height: auto;
    align-items: flex-start;
    min-height: 340px;
}

.yeda-teorethy-container .container-content {
    flex: 1;
    padding: 24px 32px 40px 38px;
    width: 100%;
}

/*START BASIC NEEDS*/
.yeda-teorethy-container .show-in-mobile {
    display: initial;
}
/*END BASIC NEEDS*/

.yeda-teorethy-container .container-content {
    flex: 1;
    padding: 24px;
}

.yeda-teorethy-container .article-content {
    color: #000;
}

.yeda-teorethy-container .article-content .article-img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    max-width: none;
}

.yeda-teorethy-container .article-content h4 {
    color: inherit;
    font-size: 28px;
    font-weight: normal !important;
    margin: 16px 0;
}

.yeda-teorethy-container .article-content .article-paragraph {
    font-size: 17px;
}

/**/

.yeda-teorethy-container .edu-image-bullet-list-container {
    width: 100%;
}

.yeda-teorethy-container .edu-image-bullet-list-container .image-bullet-list {
    display: flex;
    flex-direction: column;
    color: #000;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.yeda-teorethy-container .edu-image-bullet-list-container .image-bullet-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.yeda-teorethy-container .edu-image-bullet-list-container .image-bullet-list .skills-title {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 30px;
}

.yeda-teorethy-container .edu-image-bullet-list-container .image-bullet-list .skills-item {
    margin-bottom: 30px;
}

.yeda-teorethy-container .edu-image-bullet-list-container .image-bullet-list .skills-item .skills-href {
    align-items: center;
    display: flex;
    font-size: 20px;
    color: inherit;
}

.yeda-teorethy-container .edu-image-bullet-list-container .image-bullet-list .skills-item .skills-bullet-img {
    width: 56px;
    height: auto;
    margin: 0 0 0 16px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.yeda-teorethy-container .edu-image-bullet-list-container .image-bullet-list .skills-item .skills-bullet-img:after {
    content: '';
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.yeda-teorethy-container
    .edu-image-bullet-list-container
    .image-bullet-list
    .skills-item:hover
    .skills-bullet-img::after {
    opacity: 1;
}

/*START BASIC NEEDS*/
.hide-in-mobile {
    display: none;
}

/*END BASIC NEEDS*/

/*START MEDIA QUERY*/
  @media (min-width: 992px) {
    .yeda-teorethy-container .edu-image-bullet-list-container .image-bullet-list .skills-item:hover .skills-bullet-img {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
  }
    .hide-in-desktop {
      display: none;
    }

    .show-in-desktop {
      display: block;
    }

    .yeda-teorethy-container .show-in-mobile {
      display: none;
    }

    .yeda-teorethy-container .article-content .article-img {
      margin: 0 40px 40px 0;
      max-width: 452px;
    }

    .yeda-teorethy-container .article-content h4 {
      margin: 0 0 20px 0;
    }

    .edu-media-grid-container .flexible-grid .flexible-grid-item {
      flex: 0 1 31.333%;
    }

    .yeda-teorethy-container .edu-image-bullet-list-container .image-bullet-list {
      max-height: 808px;
      flex-wrap: wrap;
      justify-content: flex-start;
    }
  }
  /*END MEDIA QUERY*/
