

.wide-text-module.dark {
  padding-left: 5%;
  padding-right: 5%;
  background-color: #F4F6F8;
  background-image: url('https://f.hubspotusercontent-eu1.net/hubfs/27149735/b%C3%B8lge_mint.svg');
  background-size: 300vw 79vh;
  background-repeat: no-repeat;
  background-position: center;
  color: #1A333C;
}



.wide-text-module.light {
  background-color: #1A333C;
  padding-left: 5%;
  padding-right: 5%;
  background-image: url('https://f.hubspotusercontent-eu1.net/hubfs/27149735/b%C3%B8lge_mint.svg');
  background-size: 300vw 70vh;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.wide-text-module.light h2 {
  color: #fff;
}

.container-tall {
  width: 100%;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.wide-text-wrapper {
  width: 100%;
  
}

.wide-text-wrapper p {
  line-height: 120% important;
  font-size: 2.5rem !important; 
}
.spacing {
  height: 2rem;
  width: 100%;
}

.osk-btn-link {
  text-decoration: none;
}

.osk-btn-link:hover {
  text-decoration: none;
}

.third .osk-btn {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  padding: 12px 30px;
  border: 1.5px solid #B4DAC3;
  border-radius: 300px;
  background-color: #B4DAC3;
  color: #1A333C;
  cursor: pointer;
  transition: all 0.2s ease-out;
  text-decoration: none;
  outline: none;
  gap: 0.5rem;
}

.third .osk-btn .icon {
  margin-left: 5px;
}

.third .osk-btn:hover {
  background-color: #B4DAC3;
  color: #1A333C;
  border-color: #B4DAC3;
}

.third .osk-btn:hover .icon {
    transform: rotate(45deg);
    transition: all 0.2s ease-out, transform 0.2s ease-out;
  }

.no_button .osk-btn {
  display: none;
}


@media screen and (max-width: 866px) {
  
  .wide-text-wrapper p {
  line-height: 120% important;
  font-size: 2rem !important; 
}
  
  .container-tall {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
  
  .wide-text-module.dark {
   background-position: center top; 
  }
}

@media screen and (max-width: 468px) {
  
  .wide-text-wrapper p {
  line-height: 120% !important;
  font-size: 1.5rem !important; 
}
  
  .wide-text-wrapper h2 {
    font-size: 2.5rem; 
}
  
  .wide-text-module.dark {
   background-position: center top; 
  }
}
  
}


  
