.blockquote-custom {
  position: relative;
  font-size: 1.1rem;
}

.course {
  border-radius: 0px;
  /* box-shadow: 3px 3px 2px 4px  #444333; */
  box-shadow: 2px 4px 6px 2px rgba(22, 8, 43, 0.1);
}

.blockquote-custom-icon {
  min-width: 95%;
  box-shadow: 2px 4px 6px 2px rgba(22, 8, 43, 0.1);
  border-radius:  0 0 4px 0 ;
  height: 80px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  position: absolute;
  top: -35px;
  left: 7px;
  padding-right: 35px;
}

.blockquote-custom-icon i {
  font-size: 38px;
}

blockquote p {
  min-height: 80px;
  max-height: 80px;
}

section {
  border-radius: 0px;
}

.text__regis_course {
  display: inline-block;
  position: relative;
  color: #333;
}

.text__regis_course::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #333;
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.text__regis_course:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
  color: #333;
}

.form__search{
    border-radius: 0px;
    
}

.serach_box{
    min-width: 240px;
    max-width: 240px;
}