.B2G-Banner {
  background: url("../images/past-event-banner.jpg") no-repeat center center;
  background-size: cover;
}
.B2G-Banner .banner-content-wrapper {
  min-height: 75vh !important;
}
.B2G-Banner .banner-content-wrapper h2 {
  font-size: clamp(1.125rem, 0.7386rem + 1.9318vw, 2.1875rem);
  font-family: roboto;
}
.global-event-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.global-event-logo {
  width: 100%;
  height: 100%;
  min-height: 245px;
  max-width: 250px;
  padding: 10px;
  border-right: 1px solid #e5e5e5;
    display: flex;
  justify-content: center;
  align-items: center;
}
.global-event-content {
  padding: 10px;
  width: 100%;
}
.global-event-heading {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: Helvetica, sans-serif;
  color: #1a3967;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}
.global-event-details-and-links {
  display: flex;
  justify-content: center;
  align-items: center;
  p {
    color: #4b4f58;
    font-family: lato;
    font-size: 15px;
    padding: 10px;
    border-right: 1px solid #e5e5e5;
  }
}
.global-event-links {
  width: 264px;
  padding: 10px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  ul {
    display: flex;
    gap: 5px;
    li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      background: #1a3967;
      color: #fff;
    }
  }
}
.g-event-view-btn {
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background-color: #1a3967;
  flex-grow: 0;
  width: 158px;
}

@media (max-width:991px){
    .global-event-wrapper, .global-event-details-and-links {
        flex-direction: column;
    }
    .global-event-logo, .global-event-details-and-links p{
        border: 0;
    }
}