.main-banner-2024{
  background-size: cover;
  background-position: center;
  padding: 200px 0px; 
}
.main-banner-2024-wrapper{
  margin: 0px auto;
  max-width: 1200px;
  padding: 0px 30px;
  color: #ffffff;
}
.main-banner-2024-contents {
  width: 70%;
}
.banner-intro{
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}
.main-banner-2024-wrapper h1{
  color: #ffffff;
  font-size: 56px;
  line-height: 64px;
}

{#.main-banner-2024 a:hover span {
  display: none;
}

.main-banner-2024 a,
.main-banner-2024 a svg,
.main-banner-2024 a span,
.main-banner-2024 a:before {
  transition: all .3s ease;
}

.main-banner-2024 a {
  text-decoration: none;
}

.main-banner-2024 a span {
    margin-right: 34px;
}

.main-banner-2024 a svg {
    width: 18px;
}

.main-banner-2024 a:hover:before {
  content: "Get in touch";
  margin-right: 80px;
}#}

a.cta_button.yellow-cta-btn svg {
  vertical-align: middle;
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .main-banner-2024{
    padding: 100px 0;
  }
}
@media only screen and (max-width: 480px) {
  .main-banner-2024-contents {
    width: 100%;
  }
  .main-banner-2024-wrapper h1{
    font-size: 3rem;
    line-height: 3.2rem;   
  }
  .main-banner-2024{
    padding: 80px 0px;       
  }
}