.mech-text-optional {
  color: #021153 !important;
  font-family: "Exo 2", sans-serif !important;
  font-size: 32px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: normal !important;
  margin-bottom: 30px !important;
}

.ott-col-heading h2 {
    font-size: 36px !important;
    margin-bottom: 30px !important;
    margin-left: 15px !important;
    text-align: center !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    color: #021153 !important;
}

.ott-col-heading {
    max-width: 1146px;
    margin: 0 auto;
}

.ott-col-heading p {
    font-size: 18px;
    line-height: 28px;
    margin: 35px 0px;
    color: #828389;
}

.heading h2 {
  color: #FFF;
  text-align: center;
  font-family: Exo\ 2, sans-serif !important;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 800 !important;
  line-height: normal;
}

.ott-col-heading {
    text-align: center;
}

.ott-col-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    /*align-items: flex-end;*/
    align-items: start;
    background-color: #FFFFFF;
    justify-content: start;
    padding: 30px 10px;
    border-radius: 26px;
}

.ott-col-left {
    align-self: center;
    flex: 0 0 40%;
    max-width: 40%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;  
}
.ott-col-left img {
  width: 394px;
    height: auto !important;
  object-fit: cover;
}

.ott-col-right {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;

}

.point-count {
    margin: 0px;
    float: left;
    width: 55px ;
    height: 53px ;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F3F3F3;
}

.point-count h3 {
    z-index: 1;
    color: #3E3E3E;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0px;
}

.point-text {
    text-align: left;
    float: left;
    width: calc(100% - 100px);
    height: 70px;
    display: flex;
    align-items: center;
    margin: 0px auto;
    margin-left: 20px;
}
.ott-col-right-inner {
    width: 100%;
    display: block;
    float: left;
    padding: 10px 0px;
}

.point-text p {
    font-family: "Exo 2", sans-serif !important;
    color: #828389 !important;
    font-size: 16px !important;
    margin: 0px 5px !important;
}

.point-text p a {
    color: #CE1126;
    font-size: 15px;
    font-weight: 700;
    position: relative;
}

.point-text p a:after {
    position: absolute;
    content: '';
    right: -20px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    top: 0px;
}



.ott-col-right-inner:last-child {
    padding-bottom: 0px;
}

.vidyard-player-container
  border-radius: 20px;
}

@media(max-width: 767px){
  .ott-col-section {
       border-radius: 14px !important; 
        padding: 30px 10px !important;
    border-radius: 15px !important;
  }
  
  .ott-col-right:before {
        height: 94% !important;
  }
  .vidyard-player-container
  {
    border-radius: 10px;
  }
  
  .ott-col-left, .ott-col-right {
      flex: 0 100%;
      max-width: 100%;
  }

  .ott-col-left {
      order: 2;
  }

  .point-count {
      width: 50px;
      height: 50px;
  }

  .ott-col-right:before {
      left: 38px !important;
      height: 86% !important;
  }

  .point-text {
      height: auto;
  }
  
  .ott-bullet-point .ott-col-right:before {
    height: 78%;
  }
  .tab-buttontwo {
    padding: 10px 10px 10px 10px !important;
    font-size: 14px !important;
  }

}