.static-banner {
    position: relative;
    height: 300px;
    margin-bottom: 20px;
}
.static-banner:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}
.static-banner img {
    height: 100%;
}

.static-banner  .sub-h1 {
    font-family: 'Segoe UI', serif;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 200px;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}
ul.slider li{
    margin-top: 0px;
}

.page-template-homepage .big-section .sticky>.center:first-child .content, .page-template-homepage .big-section .sticky>.fullwidth:first-child .content, .page-template-homepage .big-section>.center:first-child .content, .page-template-homepage .big-section>.fullwidth:first-child .content {
    padding-top: 10%;
}
.page-template-homepage .section-intro {
    padding: 0 0 4% 0;
}
.page-template-homepage .big-section .sticky>.center:last-child .content, .page-template-homepage .big-section .sticky>.fullwidth:last-child .content, .page-template-homepage .big-section>.center:last-child .content, .page-template-homepage .big-section>.fullwidth:last-child .content {
     padding-bottom: 10%;
}

.page-template-homepage h2+* {
    margin-top: -1em;
}
.content p{
    text-align: justify;
}

p{
    line-height: 25px;
  }
.border-img{

    border-radius: 24px;
    border: solid 4px maroon;

}