
body {
    overflow-x: hidden;
}
#main>.Layout--1 {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 3rem;
}
.Posting__List--feed {
    border-width: 0px !important;
}
.Panel--secondary {
    padding: 4.5rem 1.5rem!important;
    position:relative;
    display: flex;
    flex-direction:column;
    align-items:center;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-image: url(/media/jcmdwaum/feature_bg-_zorra.jpg);
    background-size: cover;
}
a.Button:not(:hover) {
    background-color: var(--primary);
    color: black!important;
}
.Card__Link {
    font-weight: bolder;
    display: block;
    text-align: center;
}
a.Button:hover {
    color:white!important;
    background: #1b3651;
}
.Panel--custom a {
    color: var(--secondary)!important;
}
.Layout.Layout--3\:1 .Panel--tertiary {
    padding: 1.5rem!important;
}
@media (min-width: 768px) {
    .Panel--tertiary {
        margin-top: -450px;
        margin-bottom: 125px;
        --tertiary: rgba(0,0,0,.5);
     }
     .Panel--tertiary p {
         font-size: 1.5rem;
         line-height: 2rem;
         font-weight: 400;
          text-shadow: 1px 1.732px 0 rgba(0,0,0,.46);

    }
    .Panel--tertiary h2  {
        font-size: 3rem!important;
        margin-bottom: 2rem!important;
        font-weight: bold;
    }
}