@font-face {
    font-family: 'Graphik Bold';
    font-display: swap;
    src: url('assets/fonts/GraphikBold.otf') format('opentype');
}


.post-list-image {
    cursor: pointer;
}
.post-list-title-link {
    text-decoration: none;
}
div#primary {
    margin-bottom: 30px;
}

.home-heading, .page-heading {
    font-size: 72px;
    line-height: 82px;
    letter-spacing: -2px;

    transition: color 200ms ease-in-out 0s;
    white-space: pre-wrap;
    margin: 0px 0px 20px;
    padding: 0px;
    font-family: Graphik Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    word-wrap: break-word;
}
@media only screen and (max-width: 600px) {
    .home-heading, .page-heading {
        font-size: 60px;
    }
    .postid-15 .page-heading {
        font-size: 45px;
    }
    .recruitment-heading {
        font-size: 40px;
        line-height: 40px;
    }
}
.quotation {
    background-color:rgb(178, 178, 190);
    padding: 1rem;
}
ul.quotation {
    padding-left: 2rem;
}
.call-to-action-section {
    background-color: #f6f5f0;
    padding: 1rem;
}
.call-to-action-box {
    background: black;
    color: white;
    text-align: center;
}

.call-to-action-box h1 {
    color: white;
}

iframe {
    max-width: 100%;
}

a {
    word-wrap: break-word;
}

.separate-containers .inside-article {
    background-color: transparent;
}
