.experience-module{margin:0 0 100px}.experience-video{display:block;position:relative}.experience-video .exp-vdo-btn{width:60px;display:block;position:absolute;left:0;right:0;margin:0 auto;top:50%;transform:translateY(-50%)}.iframe-video-block{position:relative;padding-top:56.2%}.iframe-video-block *,.iframe-video-block embed,.iframe-video-block iframe,.iframe-video-block img,.iframe-video-block video{width:100%!important;height:100%!important;position:absolute;left:0;top:0;object-fit:cover}.logo-img2 img{width:100%;box-shadow:0 6px 0 #f2f2f2;border:1px solid #e6e6e6;border-radius:1.25rem;padding:20px}@media only screen and (max-width:991px){.experience-module{margin:0 0 50px}}@media only screen and (max-width:767px){.experience-video{margin:20px 0 0}.experience-video img{width:100%;display:block}.experience-module br{display:none}.experience-video .exp-vdo-btn{width:40px}.iframe-video-block{margin-top:20px}.logo-img2{margin:20px 0}.experience-module .row.pt-4{padding-top:0!important}}
.data-science-tools-list {
    display: flex;
    margin-bottom: 10px;
}
.data-science-tools-list .rounded-icon {
    min-width: 60px;
    height: 60px;
    width: 60px;
    background: #fcf1f5;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 25px;
  font
}
.data-science-tools-list .rounded-icon img {
  max-height: 29px !important;    
  max-width: 29px !important;
}

.img-wrapper {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  min-height: 300px; /* Adjust as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.img-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}
.p_bg {background: #eee;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 20px !important;}

.watch-img.img-wrapper img {
    max-height: 400px;
    width: auto;
}

@media (max-width: 767.98px) {
  .img-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 1500px) {
  .img-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }
}
.video-wrapper-custom {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  min-height: 300px;
 /* display: flex;
  align-items: center;
  justify-content: center; */
  height: 100%; 
}
.custom-video-wrapper {
    height: 100%;
}
.custom-video-wrapper iframe {
    top: 0 !important;
    height: 400px !important;
}

@media (max-width:767px) {

.custom-video-wrapper iframe {
    top: 0 !important;
    height: auto !important;
    width: 100% !important;
}
.video-wrapper-custom {
    min-height: 1px !important;
    padding-bottom: 30px;
}
}