

.two-col-layout .content-col .text-area .banner-link {
  display: inline-block;
  border-radius: 35px;
  background: transparent;
  color: #FFF;
  font-family: "roc-grotesk", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  padding: 7px 15px;
  margin: 0 8px 8px -6px;
  transition: all 0.25s ease;
  border: 1px solid white;
}

.two-col-layout .content-col .text-area .banner-link:hover,
.two-col-layout .content-col .text-area .banner-link:focus {
  background: #FFF;
  color: #000;
}


.two-col-layout .content-col .text-area .banner-link:nth-child(3n + 1) {
  transform: rotate(-0.23deg);
}
.two-col-layout .content-col .text-area .banner-link:nth-child(3n + 2) {
  transform: rotate(0.34deg);
}
.two-col-layout .content-col .text-area .banner-link:nth-child(3n + 3) {
  transform: rotate(-0.19deg);
}





.hero-banner .social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  
}

.hero-banner .social-links__icon {
  border-radius: 50%;
  display: inline-flex;
  height: 35px;
  position: relative;
  width: 35px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.hero-banner .social-links__icon svg {
  fill: #FFF;
  height: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}










.banner-log img {
    max-width: 40% !important;
}

.mobile-hero {
  width: 100%;
}


.mobile-hero-image {
  -webkit-mask-image: linear-gradient(to bottom, #000 75%, rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(to bottom, #000 75%, rgba(0,0,0,0) 100%);
  width: 100%;
}


.hero-image-container {
  width: 65%;
  margin-top: -5px;
  align-self: flex-start;
}

.hero-banner.home-banners:before {
  /*  
    position: absolute;
    content: " "; */
    background-image: url(https://22189712.fs1.hubspotusercontent-na1.net/hubfs/22189712/Assets/home-star.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center top 33px;
    background-size: contain;
}
.hero-banner .banner-wrapper {
  padding-left: 100px;
  padding-bottom: 100px;
}
.hero-banner .two-col-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-banner .two-col-layout .content-col {
  width: 35%;
  align-self: center;
}
.hero-banner .two-col-layout .content-col .text-area {
  max-width: 500px;
  margin-bottom: 120px;
  margin-top: 30px;
}
.hero-banner .two-col-layout .content-col .text-area h1 {
  font-family: "ringold-soft", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;   
  line-height: 45px;
  margin: 0 0 30px;
}
.hero-banner .two-col-layout .content-col .text-area h1 span {
  display: block;
}
.hero-banner .two-col-layout .content-col .text-area p {
  margin: 0 0 20px;
  line-height: 22px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 300;``
}
.hero-banner .two-col-layout .content-col .text-area .banner-cta {
  display: block;
  width: fit-content;
  padding: 7px 15px;
  border-radius: 35px;
  border: 1px solid;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 350;
  transition: all 0.25s ease;
  line-height: 22px;
}

.hero-banner .two-col-layout .banner-holder {
  width: 65%;
}
.mobile-hero{
  display:none;
}

@media (max-width: 991px) {
  
  .hero-banner .two-col-layout .content-col .text-area {
    margin-bottom: 20px;
  }
  
  
  .black-row ul {
    justify-content: center;
  }
  
  .hero-banner .two-col-layout .content-col .text-area h1 {
    margin: 0 0 10px;
  }
  .hero-banner.home-banners:before{
    display:none;
  }
  .hero-banner .page-center{
    padding:0;
  }
  .hero-banner .two-col-layout .content-col {
    width: 100%;
    margin-top: -60px;
  }
  .mobile-hero{
    display:block;
  }
  .hero-banner .two-col-layout{
    flex-wrap:wrap;
  }
  
  .hero-banner .banner-wrapper {
    padding: 0;
  }
  .hero-image-container {
    display: none;
  }
  .hero-banner .two-col-layout .content-col {
    width: 100%;
    padding:20px 20px 130px 20px;
    margin-top:-70px;
  }
  .hero-banner .two-col-layout .content-col::after {
    content: url(https://2661279.fs1.hubspotusercontent-na1.net/hubfs/2661279/Nouman%20images/Monash/Home/mobile-stars-vector-modified.png);
    position: absolute;
    right: 50px;
    bottom: 260px;
    width: 67px;
    height: 175px;
  }
  .hero-banner .two-col-layout .content-col .text-area {
    max-width: 100%;
  }
  .hero-banner .two-col-layout .content-col .text-area h1 {
    
    line-height: 45px;
  }
  .hero-banner .two-col-layout .content-col .text-area h1 span {
    display: inline;
  }
  .hero-banner .two-col-layout .content-col .text-area .banner-cta {
    padding: 7px 15px;
    
    line-height: 22px;
  }
}
@media (max-width: 479.98px) {
  .home-banners.hero-banner .two-col-layout .content-col {
    padding-bottom: 80px;
    
  }
  .hero-banner .two-col-layout .content-col {
    width: 100%;
    margin-top:-60px;
   
  }
  .hero-banner .banner-wrapper .two-col-layout .content-col::after {
/*     bottom: 130px; */
  }
}