.opportunity-section {
  background-size: cover;
}
.opportunity-section .sec-header{
  max-width: 758px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}
.head-disc, .head-disc p{
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0;
}
.opportunity-grid-col {
  max-width: 1077px;
  margin-left: auto;
  margin-right: auto;
}
.opportunity-grid{
  margin-top: 64px;
}
.opportunity-card-box{
  padding:41px 35px 32px 35px;
  border-radius: 8px;
  /* background-color: rgba(245, 246, 248, 0.12); */
  border: 1px solid rgba(229, 231, 235, 0.2);
  backdrop-filter: blur(44.599998474121094px);
  height: auto !important;
  background-image: url(../../assets/images/diversity-card-bg-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.opportunity-card-box .icon{
  display: flex;
  width: 42px;
  margin-bottom: 110px;
  margin-left: auto;
}
[dir=rtl] .opportunity-card-box .icon {
  margin-left: 0;
  margin-right: auto;
}
.opportunity-box-body h5 {
  margin-bottom: 16px;
  color: #fff;
}
.opportunity-box-body, .opportunity-box-body p{
  color: rgba(255, 255, 255, 0.71);
}
.opportunity-box-body p:last-child{
  margin-bottom: 0;
}
.opportunity-slider .slider-cta .button-next,
.opportunity-slider .slider-cta .button-prev{
  width: 48px;
  border: 1px solid #fff;
  border-radius: 100%;
  height: 48px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.opportunity-slider .slider-cta .button-next:hover,  
.opportunity-slider .slider-cta .button-prev:hover{
  background-color: #fff;
}
.opportunity-slider .slider-cta .button-next:hover svg path, 
.opportunity-slider .slider-cta .button-prev:hover svg path {
  fill: #160B88;
  stroke: #160B88;
}


@media (max-width: 991px) {
  .opportunity-card-box {
    padding: 31px 24px 40px 32px;
  }
  .opportunity-card-box .icon {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .opportunity-section .sec-header {
    text-align: left !important;
  }
  .opportunity-section .sec-header .h3-mob{
    line-height: 32px;
  }
  [dir=rtl] .opportunity-section .sec-header {
    text-align: inherit !important;
  }
  .opportunity-section .sec-header .head-disc, 
  .opportunity-section .sec-header .head-disc p {
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 0;
  }
  .opportunity-grid {
    margin-top: 32px;
  }
  .opportunity-section .opportunity-card-box {
    padding: 24px 24px 40px 32px;
  }
  .opportunity-section .opportunity-card-box .opportunity-box-body h5 {
    font-size: 24px;
    line-height: 32px;
  }
  .opportunity-slider .slider-cta{
    margin-top: 24px;
  }
  .opportunity-card-box .icon {
    margin-bottom: 32px;
  }
  .opportunity-section .opportunity-card-box .opportunity-box-body .b3{
    line-height: 20px;
  }
}