.sp-block-full-width {
   display: flex;
   align-items: center;
   width: 100%;
   position: relative;
   height: 38.75rem;
   overflow: hidden;
 }
 
 .sp-block-full-width h2 {
   line-height: 140%;
 }
 
 .sp-block-full-width p {
   font-size: 16px;
   font-weight: 400;
   line-height: normal;
 }
 
 @media (max-width: 992px) {
   .sp-block-full-width p {
     font-size: 14px;
   }
 }
 
 @media (max-width: 768px) { /* Motsvarar mixin breakpoint(mobile) */
   .sp-block-full-width {
     flex-direction: column;
   }
   .sp-block-full-width > div {
     padding: 0 !important;
   }
   .sp-block-full-width div {
     width: 100% !important;
   }
   .sp-block-full-width div:last-child {
     height: auto !important;
   }
   .sp-block-full-width section {
     position: relative !important;
     max-height: 100% !important;
     max-width: 100% !important;
     object-fit: cover;
     width: 100%;
     left: 0 !important;
   }
   .sp-block-full-width section img {
     width: 100%;
   }
   .sp-block-full-width .sp-block-full-width--textBlock {
     margin-left: 0 !important;
   }
   .sp-block-full-width .sp-block-full-width--textBlock div a {
     margin-bottom: 1.5rem;
     margin-left: 2.1875rem;
   }
   .sp-block-full-width .sp-block-full-width--textBlock div p,
   .sp-block-full-width .sp-block-full-width--textBlock div h2 {
     padding: 0 !important;
     margin-right: 2.1875rem;
     margin-left: 2.1875rem;
   }
 }
 
 .sp-block-full-width section {
   position: absolute;
   left: 50%;
   right: 0;
   top: 0;
   bottom: 0;
   max-height: 100% !important;
   object-fit: cover;
   overflow: hidden;
 }
 
 .sp-block-full-width section img {
   left: 0;
   height: 100%;
    width: 100%;
 }
 
 .sp-block-full-width .sp-block-full-width--textBlock {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 50%;
 }
 
 .sp-block-full-width .sp-block-full-width--textBlock p {
   margin-top: 0;
   margin-bottom: 1.25rem;
   padding-right: 3.5rem;
 }
 
 .sp-block-full-width .sp-block-full-width--textBlock h2 {
   font-weight: 500;
   font-size: 2.5rem;
   margin-bottom: 1.875rem;
 }
 
 .sp-block-full-width > div {
   flex: 1;
 }
 
 .sp-block-full-width.sp-block-full-width--lightBlue {
   background-color: rgba(56, 115, 224, 0.1);
 }

.sp-block-full-width.sp-block-full-width--grey{
   background-color: rgba(178, 178, 178, 0.2);
}


 
 .sp-block-full-width .sp-block-full-width--textBlock, .sp-block-full-width .sp-block-full-width--textBlock h2 {
   color: #000!important;
 }


 .sp-block-full-width .sp-block-full-width--textBlock a{
    background: #003d7c;
    border-radius: 0px;
        border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: .3em;
    line-height: 150%;
    margin: 10px 0;
    outline: 0;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    border: 1px solid #003d7c;
}
   .sp-block-full-width.sp-block-full-width--white .sp-block-full-width--textBlock a,
   .sp-block-full-width.sp-block-full-width--lightBlue .sp-block-full-width--textBlock a{
      background: #003d7c;
      color: #fff;
   }



 .sp-block-full-width .sp-block-full-width--textBlock a:hover{
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
    text-decoration: underline;
    transition: .1s;
    
 }



 @media (prefers-color-scheme: dark) {
   .sp-block-full-width.sp-block-full-width--white,
   .sp-block-full-width.sp-block-full-width--lightBlue,
    .sp-block-full-width.sp-block-full-width--grey
    {
     background-color: #333;
   }
     .sp-block-full-width .sp-block-full-width--textBlock, .sp-block-full-width .sp-block-full-width--textBlock h2 {
   color: #fff!important;
 }
  .sp-block-full-width .sp-block-full-width--textBlock a{
    background: #000;
    color: #fff;
     border: 1px solid #fff;
}

 }
 
 .sp-block-full-width > div:last-child {
   position: relative;
 }
 
 .sp-block--button-white {
   background-color: #fff;
   color: #000;
   font-weight: 500;
   width: fit-content;
 }
 