#primary {
    margin: 3rem 0 !important;
}

.ast-container {
    max-width: 1300px !important;
    margin: auto !important;
    /* padding: 0 16px; */
}

.page-header__title {
    font-size: 2.375rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: 1;
}

.page-header__subtitle {
    font-size: 1.125rem;
    text-transform: capitalize;
    margin-bottom: 3rem;
    color: #5e5f60;
    font-weight: 400 !important;
}

#image-gallery .ast-row {
    width: -webkit-fill-available;
}

.image-container {
    height: 32.5rem;
    background-size: cover !important;
    border-radius: 0 0 0 2rem;
    margin-right: -15px;
}

.inner-row {
    margin-bottom: 10px;
}

.image-container--inner {
    height: calc(32.5rem/2 - 4.5px);
    background-size: cover !important;
    margin: 0 -15px;
}

.image-container--inner.right-edge {
    margin-right: 0;
}

.image-container--inner.last {
    border-radius: 0 0 2rem 0;
}

.jobs-section {
    margin: 50px 0 -15px;
}

.jobs-section h3 {
    padding-bottom: 20px;
}

.job-inner {
    margin-bottom: 25px;
    background: white;
    border-radius: 0 0 25px 25px;
}

.thumbnail {
    height: 150px;
    background-size: cover;
    background-position: center;
}

.info {
    padding: 25px;
}

.country {
    font-weight: 700;
    margin-bottom: 15px;
}

.description {
    opacity: 0.5;
    line-height: 1.5;
    margin-bottom: 25px;
    min-height: 115px;
}

.link {
    background: #d9a937;
    display: block;
    text-align: center;
    padding: 0.5rem;
    color: white;
    font-weight: 600;
    border-radius: 50px;
}

.link:hover {
    color: white;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .second-col {
        display: none;
    }

    .first-col .image-container {
        border-radius: 0 0 2rem 2rem;
        height: 20rem;
        background-position: 50% 50% !important;
    }
}