{# We are using "Mobile First" approach, we are starting with mobile layout and going down to desktop #}
.partner-tarining-banner * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.partner-tarining-banner {
  font-family: "NeoSans", sans-serif;
  width: 100%;
  padding: 3rem 0;
  background: linear-gradient(214deg, #FFF 6.63%, rgba(218, 255, 64, 0.55) 25.36%, rgba(218, 255, 64, 0.65) 38.21%, #FFF 53.97%);
}

.ptb-bck-lnk {
  display: block;
  color: #6F8D88;
  text-decoration: none;
  margin: 0 0 1.5rem 0;
}

.ptb-cnt {
  width: calc(100% - 48px);
  max-width: calc(100% - 48px);
  margin: 0 auto;
}

.ptb-txt-vid-cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.ptb-h1 {
  color: #361C6F;
  font-size: calc(1.375rem + 1.5vw);
  letter-spacing: -1.2px;
  margin: 0 0 1rem 0;
}

.ptb-rt-desc {
  color: #123845;
}

.ptb-vid-cnt {
  margin: 0 0 1rem 0;
}

.ptb-vp-cnt {
  margin: 1.75rem 0 0 0;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ptb-vp {
  min-width: 320px;
  max-width: 320px;
  padding: 0.575rem;
  border-left: 2px solid #6F8D88;
}

.ptb-vp:not(:last-child) {
  margin: 0 0 0.575rem 0;
}

.ptb-vp-nm {
  margin: 0 0 0.575rem 0;
  font-weight: bold;
}

.ptb-vp-nm,
.ptb-vp-desc {
  display: block;
}

@media screen and (min-width: 960px) {
  .ptb-txt-vid-cnt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .ptb-txt-cnt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 3rem 0 0;
  }
  
  .ptb-vid-cnt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (min-width: 1366px) {
  .partner-tarining-banner {
    padding: 8rem 0;
  }
  
  .ptb-cnt {
    width: 1318px;
    max-width: 1318px;
  }
  
  .ptb-txt-cnt {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
  }
  
  .ptb-h1 {
    font-size: 3.625rem;
  }
  
  .ptb-vp-cnt {
    margin: 4rem 0 0 0;
  }
}