/*Paragraph Spacing*/
body p {
margin: 0;
padding: 0;
}

/*Boxed Div*/
.boxedborder{
    background-color: #fff;
    color: #666;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    padding: 10px;
    display: flex;
    flex-direction: column;
}

/*Button to Div Bottom*/
.boxedborder .buttondiv {
    margin-top: auto;
}

/*Banner Text Vertical align*/
.banners-text {
  display: flex;
  align-items: center; 
  justify-content: center; 
  height: 100%; 
}

/* == START Freyja Services Full-Width Breakout == */

.freyja-services-bg {
    background-image: url('/images/elements/services-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 60px calc(50vw - 50%);
    text-align: center;
    box-sizing: border-box;
}

.freyja-service-title {
    min-height: 2.5em;
}

/* == END Freyja Services Full-Width Breakout == */

/* == START Freyja CTA Full-Width Breakout == */

.freyja-cta-bg {
    background-color: #F5F5F5;
    border-left: 4px solid #B89E67;
    padding: 40px calc(50vw - 50% + 3%);
    text-align: center;
    box-sizing: border-box;
}

/* == END Freyja CTA Full-Width Breakout == */

/* == START Freyja Contact Item == */

.contact-item {
    background-color: #F5F5F5;
    border-left: 3px solid #B89E67;
    padding: 1.25rem;
    margin-bottom: 1rem;
}


/* == END Freyja Contact Item == */