  .owl-nav button {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 2px solid #E60000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    place-items: center;
    position: relative;
    transition: all .8s ease-in-out;
  }

  .owl-nav button:hover {
    background-color: #fff;
  }

  .owl-nav button::before {
    content: "\e944";
    font-family: 'icomoon';
    font-size: 17px;
    position: absolute;
    color: #E60000;
    font-weight: 700;
    transition: all .8s ease-in-out;
  }

  .owl-nav button.owl-prev::before {
    rotate: 180deg;
  }

  .owl-nav {
    position: absolute;
    top: -75px;
    width: 124px;
    display: flex;
    justify-content: space-between;
    right: 0;
  }

  .owl-dots {
    display: none !important;
  }

  .stories-block {
    position: relative;
    border-radius: 10px;
  }

  .stories-block img,
  .story-box img {
    position: relative;
    border-radius: 10px;
  }

  .stories-title {
    background: rgba(0, 0, 0, 0.6);
    margin-top: -94px;
    padding: 10px 15px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
  }

  .story-box .stories-title {

    margin-top: -89px
  }

  .stories-title p {
    color: #fff;
    margin-bottom: 0;
  }

  .stories-title p:nth-child(1) {
    font-weight: 700;
  }

  .alumni-flags {
    display: flex;
  }

  .banner-intro {
    font-size: 28px;
  }

  .switch-grey {
    color: #333 !important;
  }

  .intro {
    font-size: 22px;
    color: #E60000;
  }

  .grey-bkr {
    padding: 50px 0;
    margin: 50px 0;
    background: #F4F4F4;
  }

  .reweb-block {
    display: flex;
    gap: 60px;
  }

  .reweb-box {
    width: 75%;
  }

  .reweb-box:nth-child(1) {
    width: 50%;
  }

  .alum-btn {
    background: #E60000;
    padding: 12px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    border-radius: 7px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
  }


  .webinars-btn {
    text-decoration: none;
    display: block;
    position: relative;
    padding-left: 60px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    transition: 0.3s all ease-in-out;
  }

  .webinars-btn strong {
    display: block;
    font-weight: 600;
    font-size: 22px;
    font-family: 'VodafoneLight', sans-serif;
    margin-bottom: 8px;
  }

  .webinars-btn span {
    font-size: 18px;
  }

  .webinars-btn:hover {
    color: #E60000;
  }

  .webinars-btn:before {
    content: "\e944";
    font-family: 'icomoon';
    position: absolute;
    right: 15px;
    color: #E60000;
    transition: 0.3s all ease-in-out;
    font-weight: 700;
  }



  .webinars-btn:after {
    content: url(../images/alumni/fi-rr-microphone.svg);
    position: absolute;
    left: 10px;
    top: 0;
    transition: 0.3s all ease-in-out;
    font-weight: 700;
  }

  .together-bkr {
    margin: 50px 0;
    position: relative;
    background: linear-gradient(to left, rgba(244, 244, 244, 1) 100%, rgba(255, 255, 255, 0) 0%);
  }

  .together-bkr2 {
    position: absolute;
    background: url(../images/alumni/lets-go.png);
    width: 42%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;

  }

  .together-block {
    background: rgba(244, 244, 244, 1);
    padding: 50px 0;

  }

  .together-img {
    display: none;
  }

  .mail-img {

    margin-top: 15px;
  }

  .mail-img img {
    vertical-align: text-bottom;
    padding-right: 10px;
  }

  .header-banner h1 {

    font-family: "VodafoneRegular";

  }

  .join-btn {
    background: #E60000;
    padding: 12px;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    border-radius: 7px;
    text-decoration: none;
    font-family: "VodafoneRegular";
    display: inline-block;
  }

  .join-btn:hover {
    background: #333;
  }

  .ahidden {
    display: none;
  }

  .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }

  .popup-content {
    width: 60%;
    background: #fff;
    padding: 20px;
    margin: 6% auto;
    border-radius: 8px;

    padding-top: 65px;
    position: relative;
    overflow-y: scroll;
    max-height: 525px;

  }

  .close-btn2 {
    cursor: pointer;
    font-size: 35px;
    border: 1px solid #333;
    border-radius: 3px;
    padding: 0px 10px;
    position: absolute;
    right: 40px;
    top: 15px;
    color: #333;
  }

  button.stories-btn {
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .stories-title i {
    font-style: italic;
    color: #fff;
    font-size: 16px;
  }

  .story-block {
    display: flex;
    gap: 20px;
  }

  .story-block div.story-box:last-child {
    width: 100%;
  }
.story-box P{
  font-size: 16PX;
}


  @media screen and (max-width:1200px) {
    .header-banner h1 {
      margin: 15px 0 36px 0;
      font-size: 35px;
    }

    .popup-content {  margin: 10% auto;}
  }

  @media screen and (max-width:1100px) {

    .header-banner figcaption,
    .header-banner figure figcaption {
      position: relative;
      top: auto;
      bottom: auto;
      transform: translateY(0%);
      background: #fff !important;
      padding-right: 0;
    }



    .story-block {
      display: block;
    }

    .story-block div.story-box:first-child {
      width: 68%;
      margin: 0 auto;
    }

    .story-block div.story-box {
      margin-bottom: 20px !important;
    }

  }

  @media screen and (max-width:991px) {

  .popup-content {

  }

    .header-banner h1 {

      margin-top: 15px;
    }

    .reweb-block {
      flex-direction: column;
    }

    .reweb-box,
    .reweb-box:nth-child(1) {
      width: 100%;
    }

    .together-bkr {
      position: relative;
      background: linear-gradient(to left, rgba(244, 244, 244, 1) 100%, rgba(255, 255, 255, 0) 0%);

    }

    .together-bkr2 {
      display: none;
    }

    .together-img {
      display: block;
    }
  }



  @media screen and (max-width: 767px) {
 .story-block div.story-box:first-child {
      width: 100%;
    }
  }
  @media screen and (max-width: 500px) {
    .carousel-guard {
      margin-top: 75px;
    }
  }

  @media screen and (max-width: 425px) {
    .header-banner h1 {
      font-size: 30px;
      font-family: "VodafoneRegular";
    }

    .banner-intro {
      font-size: 22px;
    }
  }