.webinar-post-wrapper {
  padding: 50px 0 60px;
}

.webinar-post-inner {
  display: flex;
  flex-wrap: wrap;
}

/* .webinar-post-inner > div {
width: 50%;
} */

.webinar-post-left {
  max-width: 462px;
  width: 100%;
}

.webinar-post-right {
  flex: 1;
}

.webinar-post-inner > div > div {
  padding: 0 15px;
}

.webinar-post-leftInner iframe {
  max-width: 100%;
  height: 283px;
  border: 0;
}

.wbinar-back-btnwrapper a {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  font-size: 20px;
}

.wbinar-back-btnwrapper a img {
  max-height: 24px;
  display: block;
  margin-right: 10px;
  transform: rotate(180deg);
}

.webinar-post-right {
  padding-top: 0px;
  padding-left: 0px;
  text-align: left;
}


.webinar-post-rightInner h1 {
  text-align: left;
  margin-top:0;
  font-size: 37px;
  line-height: 1.27;
}

.webinar-post-rightInner p {
  text-align: left;
  font-size: 17px;
  line-height: 1.65;
}

.webinar-post-right .webinar-btn {
  margin-top: 0px;
  background-color: #0055fb;
  color: #fff;
  background-image: url("https://pages.prodigitas.com/hubfs/Prodigitas_july2021/Icons/button-arrow.webp");
  background-repeat: no-repeat;
  background-position: right 4px top 5px;
  background-size: 20px;
  border-radius: 10px;
  padding: 0 12px;
  font-family: Circular Std Medium;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 3.37;
  text-align: center;
  transition: all .4s ease;
  display: inline-block;
  text-decoration: none;
  max-width: 243px;
  width: 100%;
}

.webinar-post-right .webinar-btn img {
  max-height: 20px;
  display: block;
  margin-left: 23px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.webinar-post-right .webinar-btn:hover img {
  margin-left: 33px;
}

.webinar-listBanner .webinar-imgLink {
  display: block;
  overflow: hidden;
  max-width: 462px;
  border-top-right-radius: 20px;
  background-color: #f9f5f2;
  position: relative;
}

.webinar-listBanner .webinar-imgLink .webinarList-mainImg {
  width: 100%;
  max-width: 462px;
  o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  min-height: 283px;
}

.webinar-listBanner .webinar-imgLink:hover .webinarList-mainImg {
  -webkit-transform: scale(1.05) translateZ(0)!important;
  transform: scale(1.05) translateZ(0)!important;
}

.webinar-listBanner .webinar-post-inner {
  margin: 0 -10px;
}

.content-wrapper .webinar-listBanner .webinar-post-left {
  padding: 0;
}

.webinar-listBanner .webinarList-arrowImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
}

.webinar-post-rightInner h5 {
  margin-top: 0;
  font-size: 26px;
  line-height: 1.19;
  text-transform: capitalize;
  font-weight: 700;
  font-family: Circular Std Black,sans-serif;
}

.webinar-post-rightInner h1 {
  font-family: Circular Std Black;
  margin-bottom: 30px;
  display: block;
  font-size: 37px;
  line-height: 1.27;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.webinar-post-right>div {
  padding-left:30px !important;
}

@media(max-width:1080px) {
  .webinar-post-left {
    max-width:45%;
  }
  .webinar-post-right {
    flex:none;
    max-width:55%;
  }
}


@media(max-width:991px) {
  .webinar-post-right .webinar-btn {
    font-size: 18px;
    min-height: 50px;
  }

  .webinar-post-right .webinar-btn img {
    max-height: 15px;
  }

  .webinar-post-right {
    padding-top: 0px;
    padding-left: 0;
    text-align: left;
  }
}


@media(max-width:767px) {
  .webinar-post-inner > div {
    width: 100%;
  }

  .webinar-post-inner > div > div {
    padding: 0;
  }

  .webinar-post-wrapper {
    padding: 30px 0;
  }

  .webinar-post-left {
    max-width:100%;
    margin-bottom:25px;
  }
  .webinar-post-right {
    flex:none;
    max-width:100%;
  }
  .webinar-post-right>div {
    padding-left:0 !important;
  }

  .webinar-listBanner .webinar-post-inner {
    margin: 0 0px;
  } 
}