/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 17 2025 | 12:40:59 */
.split-section-wrapper .prison-paragraphs {
  width:100%;
  max-width:1100px;
  margin:0 auto;
}
.split-section-wrapper .heading-tidlegare-h3 {
  padding-bottom:var(--spc-small);
}
.register-tidlegare-section {
  padding:var(--spc-large) var(--spc-large) var(--spc-large); 
}
.register-tidlegare-section .wp-block-group__inner-container {
  width:100%;
  max-width:1100px;
  margin:0 auto;
}
.register-tidlegare-section h3 {
  padding-bottom:var(--spc-small);
}

.register-image-column {
  display:flex;
  align-items:flex-start;
  flex-direction:column;
  gap:25px;
  justify-content:center;
  width:100%;
  max-width:500px;
}
.register-image-column img {
  width:500px; 
  height:auto;
}
.register-image-column p {
  font-size:var(--font-body);
  line-height:100%;
  width:100%;
  max-width:360px;
}
@media (max-width:992px) {
  .register-tidlegare-section .split-section {
    justify-content:center;
    align-items:center;
    text-align:center;
  }
  .register-tidlegare-section .register-image-column p {
    margin:0 auto; 
    max-width:230px;
  }
  .register-tidlegare-section .split-section-wrapper p {
    line-height:14px; 
  }
  .register-tidlegare-section .register-image-column {
    gap:20px; 
  }
  .prison-paragraphs {
    line-height:14px;
  }
}
@media (max-width:992px)
{
 body .register-tidlegare-section {
    padding-left:20px;
    padding-right:20px;
  }
}