@media(max-width:767px){.elementor-10126 .elementor-element.elementor-element-b64e8c8{padding:0px 10px 0px 10px;}}/* Start custom CSS for shortcode, class: .elementor-element-f65a2b1 */.kursused-videos-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.kursused-video-item {
  align-items: center !important;
  background: #e4effe;
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  overflow: hidden;
}

.kursused-video-image {
flex: 0 0 50%;
max-width: 50%;
}

.kursused-video-image img {
  width: 100%;
  height: auto;
  display: block;
}

.kursused-video-content {
  flex: 1;
  max-width: 50%;

font-family: 'Raleway' !important;
font-size: 19px !important;
font-weight: 500 !important;
line-height: 31px !important;

}

.kursused-video-content {
  flex: 1;
}

.kursused-video-title a{

  font-size: 30px;
text-transform: none !important;
letter-spacing: normal;
font-weight: 500;
color: rgb(18, 7, 39) !important;
}

.kursused-video-title a:hover{
color: rgb(18, 7, 39) !important;
}
.kursused-video-price {
font-size: 25px;
color: rgb(18, 7, 39);
}

.kursused-video-desc {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-right: 20px;
color: rgb(18, 7, 39);
}

.kursused-video-cart {
  margin-top: 0px;
  float:left;
}
@media (max-width: 1024px) {
  .kursused-video-item {
    flex-direction: column;
    gap:0px
  }

  .kursused-video-image,
  .kursused-video-content {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .kursused-video-image {
    height: 250px; /* reguleeri vastavalt soovile */
    overflow: hidden;
    width:100%;
  }

 

  .kursused-video-content {
    padding: 20px;
    text-align:center;
  }
  
  .kursused-video-cart{
     float: none;
  }
   .kursused-video-image img {
    width: 100%;
    height: auto !importan;
    object-fit: cover;
  }
  
}
 .kursused-video-image img {
    height: 100% !importan;
  }
  
  @media only screen and (max-width: 680px){
 .content .container_inner{
		width: 100% !important;
	}
}/* End custom CSS */