

.gcd_lLesson a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;

  background: #fff;
  border-radius: 12px;
  border: 1px solid #18552a;
  
  color: var(--text-color);
  text-decoration: none;
  
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
    
  transition: 0.5s all;
}

.gcd_lLesson a:hover { 
    color: var(--text-color);
    text-decoration: none;   
    -webkit-transform: scale(1.015);
    -ms-transform: scale(1.015);
    transform: scale(1.015);
}

.gcd_bHeading {
  font-size: 22px;
  font-weight: 600;
  line-height: 94%;
  color: var(--color-black);
  text-align: left;
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
}

.gcd_Data {
  font-size: 1em;
  font-weight: 400;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 10px;
}


.gcd_Data:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23dc7209' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -6px;
}

.hide-before:before {
    content: none; /* Скрываем псевдоэлемент */
}

.hide-before:after {
    content: none; /* Скрываем псевдоэлемент */
}

.gcd_lLesson {
  margin-left: 0;
  margin-right: 0;
}
