@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?cexv6n');
  src:  url('fonts/icomoon.eot?cexv6n#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?cexv6n') format('truetype'),
    url('fonts/icomoon.woff?cexv6n') format('woff'),
    url('fonts/icomoon.svg?cexv6n#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e907";
}
.icon-upgates:before {
  content: "\e906";
}
.icon-presentation:before {
  content: "\e900";
}
.icon-cart:before {
  content: "\e901";
}
.icon-audit:before {
  content: "\e902";
}
.icon-app:before {
  content: "\e903";
}
.icon-wordpress:before {
  content: "\e904";
}
.icon-woocommerce:before {
  content: "\e905";
}

.cky-revisit-bottom-left {
    display: none !important;
}
.cky-consent-container,
.cky-modal {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

body {
    background: #f5f5f5;
    font-family: 'Lora', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #1a132f;
}
a.link {
    color: #27ae60;
    text-decoration: underline;
}
a.link:hover {
    color: #27ae60;
    text-decoration: none;
    opacity: 0.87;
}
a.link.link-light {
    color: #fff;
    text-decoration: underline;
}
a.link.link-light:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.87;
}
.title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #1a1e21;
}
.title.title-1 {
    font-size: 62px;
}
.title.title-2 {
    font-size: 36px;
    margin-bottom: 1rem;
}
.title.title-3 {
    font-size: 24px;
    margin-bottom: 1rem;
}
.title.title-4 {
    font-size: 48px;
    margin-bottom: 2rem;
}
.title.title-1.title-1-lh {
    line-height: 1.2;
}
.title.title-white {
    color: #fff;
}
.title.title-bold {
    font-weight: 700;
}
.title span {
    border-bottom: 4px solid #27ae60;
}
.title.title-base {
    background: rgba(255,255,255,0.78);
    padding: 10px 24px;
    border-radius: 50px;
    display: inline-block;
}
.subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #1a1e21;
    font-weight: 500;
    padding-left: 2rem;
    position: relative;
    margin-bottom: 30px;
}
.subtitle:before {
    content: " ";
    display: block;
    background: #1a1e21;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 10px;
    left: 0;
}
.subtitle.subtitle-white {
    color: #fff;
}
.subtitle.subtitle-white:before {
    background: #fff;
}
.meta {
    color: #1a1e21;
    font-size: 24px;
}
.meta.meta-white {
    color: #fff;
}
.meta.meta-sm {
    font-size: 20px;
    opacity: 0.87;
}
.meta.meta-xsm {
    font-size: 16px;
    opacity: 0.87;
}
.meta.meta-base {
    background: rgba(255,255,255,0.78);
    padding: 6px 18px;
    border-radius: 30px;
    display: inline-block;
}
#web {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}
.btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    border: none;
    position: relative;
}
.btn-primary {
    background: #27ae60;
    color: #fff;
    padding: 20px 60px;
    font-size: 24px;
    border-radius: 6px;
}
.btn-primary:hover {
    background: #3fc879;
}
.disabled {
    cursor: no-drop;
}
.btn-secondary {
    background: #1b1f22;
    color: #fff;
    padding: 10px 18px 9px;
    font-size: 16px;
}
.btn-secondary.btn-behance {
    background: #215cf1;
}
.btn-secondary.btn-behance:hover {
    background: #4f80fd;
}
.btn-email {
    padding-left: 80px;
    padding-right: 40px;
}
.btn-email .icon {
    width: 25px;
    height: 20px;
    display: inline-block;
    -webkit-mask: url(img/envelope.svg) no-repeat 50% 50%;
    mask: url(img/envelope.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff;
    margin-right: 20px;
    position: absolute;
    top: 28px;
    left: 35px;
}
.header.header-home {
    background: url(img/header-home.jpg) no-repeat center top;
    min-height: 604px;
    position: relative;
}
.header.header-contact {
    background: url(img/header-contact.jpg) no-repeat center top;
    min-height: 720px;
    position: relative;
}
.header.header-klienti {
    background: #ebe9df url(img/about-people.png) no-repeat top center;
    min-height: 890px;
    position: relative;
    z-index: 1;
    background-size: cover;
}
.header.header-klienti::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(235, 233, 223, 0.2); /* černý průhledný overlay */
    z-index: 0;
    display: none;
}
.header.header-klienti::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(to bottom, rgba(235, 233, 223, 0) 0%, #ebe9df 100%);
    z-index: 1;
    pointer-events: none; /* aby to nepřekáželo interakci */
}
.header.header-klienti .header__bottom .jumbotron {
    padding: 11rem 0;
}
.header.header-about {
    background: url(img/header-about.jpg) no-repeat center top;
    min-height: 708px;
    position: relative;
}
.header.header-case-study {
    background: url(img/header-case-study.jpg) no-repeat center top;
}
.header.header-reference {
    background: #1b1f22 url(img/header-reference.png) no-repeat center top;
}
.header.header-about .title-2 {
    font-size: 58px;
}
.mt-6 {
    margin-top: 4rem;
}
.header.header-about .nav .nav-link {
    color: #1a132f;
}
.header .nav {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.header .nav .nav-link {
    color: #fff;
    padding: 25px 0;
    margin: 0 30px;
}
.header.header-klienti .nav .nav-link {
    color: #1a132f;
}
.header.header-klienti .nav .nav-link.active {
    border-bottom: 2px solid #1a132f;
}
.header .nav .nav-link.active {
    border-bottom: 2px solid #fff;
}
.header.header-about .nav .nav-link.active {
    border-bottom: 2px solid #1a132f;
}
.header .logo {
    position: absolute;
    top: 15px;
    left: 15px;
}
.header__top .btn {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    border-radius: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.header__top .btn .icon {
    width: 15px;
    height: 11px;
    display: inline-block;
    -webkit-mask: url(img/envelope.svg) no-repeat 50% 50%;
    mask: url(img/envelope.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff;
    margin-right: 10px;
}
.header__bottom .jumbotron {
    background: transparent;
    border-radius: 0;
    padding: 4rem 0; 
}
.header__bottom .btn {
    padding-left: 80px;
    padding-right: 40px;
}
.header__bottom .btn .icon {
    width: 15px;
    height: 27px;
    display: inline-block;
    -webkit-mask: url(img/flash.svg) no-repeat 50% 50%;
    mask: url(img/flash.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff;
    margin-right: 20px;
    position: absolute;
    top: 25px;
    left: 35px;
}
.header__contact .jumbotron {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgb(0,0,0,0.2);
    margin-top: 120px;
    padding: 40px 0;
}
.header-klienti .jumbotron {
    margin-bottom: 0;
}
.header__contact .title-1 {
    font-size: 48px;
    font-weight: 500;
}
.content-block {
    padding: 40px 0;
}
.features {

}
.features__item {
    text-align: center;
    padding: 1rem 0;
}
.features .icon {
    font-size: 72px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #27ae60;
    display: block;
}
.references {
    background-color: #ebe9df;
}
.references__beige {
    background: #ebe9df;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
    height: 800px;
}
.klienti-references {
    margin-bottom: 80px;
    padding-bottom: 100px;
}
.references__beige__nofix {
    height: auto;
    overflow: none;
    padding-bottom: 185px;
}
.references__beige__button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(235,233,223);
    background: -moz-linear-gradient(180deg, rgba(235,233,223,0) 0%, rgba(235,233,223,1) 55%);
    background: -webkit-linear-gradient(180deg, rgba(235,233,223,0) 0%, rgba(235,233,223,1) 55%);
    background: linear-gradient(180deg, rgba(235,233,223,0) 0%, rgba(235,233,223,1) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebe9df",endColorstr="#ebe9df",GradientType=1);
    width: 100%;
    height: 400px;
    z-index: 999;
    padding: 250px 0px 0;
    text-align: center;
}
.references__beige__nofix .references__beige__button {
    padding-bottom: 65px;
    height: auto;
}
.references__item {
    background: #f7f6ef;
    padding: 120px 45px 25px;
    font-family: "Montserrat", sans-serif;
    position: relative;
    margin: 4rem 0 0;
    border-radius: 6px;
    display: inline-block;
}

.references__item img {
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -65px;
}
.references__item img.emoji {
    position: relative;
    left: unset;
    top: unset;
    margin-left: unset;
}
.references__content {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    font-style: italic;
    margin-bottom: 2rem;
}
.references__meta {
    font-size: 18px;
}
.case-study {

}
.case-study__item {
    padding: 0;
    margin-bottom: 2rem;
    min-height: 600px;
    position: relative;
}
.case-study__item .blank {
    min-height: 600px;
    width: 100%;
    background: transparent;
}
.case-study__item.cs-valuo {
    background: url(img/casestudy/valuo1.png) no-repeat center top;
}
.case-study__item.cs-aldigo {
    background: url(img/casestudy/aldigo1.png) no-repeat center top;
}
.case-study__item.cs-silverum {
    background: url(img/casestudy/silverum1.png) no-repeat center top;
}
.projects .projects__top {
    background: #1b1f22 url(img/header-reference.png) no-repeat center top;
    margin-bottom: 0px;
    background-size: cover;
}
.projects .projects__bottom {
    margin-bottom: 80px;
}
.projects.projects-nobg {
    background: none;
}
.projects .jumbotron {
    background: transparent;
    border-radius: 0;
    padding: 4rem 0 8rem;
}
.projects__item {
    padding: 2rem 0;
}
.projects__item img {
    margin-bottom: 1.5rem;
}
.connect {
    background: url(img/bg-connect.jpg) no-repeat top center;
    padding-bottom: 160px;
}
.connect .meta {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
}
.connect .meta a {
    color: #1a1e21;
    text-decoration: underline;
}
.contacts {
    margin-top: -80px;
    padding-bottom: 90px;
    padding-top: 80px;
}
.contacts a.link {
    display: block;
    color: #27ae60;
}
.connect-sm {
    padding: 80px 0;
    background: #212121;
}  
.footer {
    padding: 80px 0;
}
.career {
    background: #0a2230;
    padding: 80px 0;
}
.career .meta-white {
    opacity: 1;
}
.career .meta-white span {
    opacity: 0.54;
}
.custom-projects {
    padding: 80px 0;
}
.custom-projects__item {
    border: 1px solid #d5d7d7;
    border-radius: 6px;
    overflow: hidden;
    padding: 0 2rem;
    margin-bottom: 2rem;
}
.custom-projects__item.jeshoots {
    background: url(img/cp-1.jpg) no-repeat left top;
}
.custom-projects__item.aldigo {
    background: url(img/cp-2.jpg) no-repeat left top;
}
.custom-projects__item.startmockups {
    background: url(img/cp-3.jpg) no-repeat left top;
}
.custom-projects__item.pojdfotit {
    background: url(img/cp-4.jpg) no-repeat left top;
}
.custom-projects__item.pamlskovace {
    background: url(img/cp-5.jpg) no-repeat left top;
}
.custom-projects__item.woofney {
    background: url(img/cp-6.jpg) no-repeat left top;
}
.custom-projects__item .mask {
    height: 300px;
    width: 100%;
}
.whyMe a.link {
    color: #27ae60;
    text-decoration: underline;
}
.mobileMenuButton {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 84px;
    height: 84px;
    background: #27ae60;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    z-index: 9999;
    line-height: 82px;
    cursor: pointer;
    border: 1px solid #188d4a;
    border-radius: 50%;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0 0 25px rgba(39, 174, 96, 0.7);
}
.mobileMenuButton:hover {
    color: #fff;
    background: #188d4a;
    text-decoration: none;
}
/* modal mobile menu */
.modal.menu-float-box {
    padding-top: 0;
    font-family: "Montserrat", sans-serif;
}
.modal.menu-float-box .modal-body {
    padding: 20px 10px;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    background: #fff;
    position: relative;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    min-width: 320px;
    height: 100%;
    top: 0;
}

.modal.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity .01s linear, right .2s ease-out;
    -moz-transition: opacity .01s linear, right .2s ease-out;
    -o-transition: opacity .01s linear, right .2s ease-out;
    transition: opacity .01s linear, right .2s ease-out;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-menu .nav-item-btn-wrap {
    padding: 8px 0 0 34px;
}

.modal-menu .nav-item {
    display: block;
    width: 100%;
    margin: 3px 0;
}

.modal-menu .nav-link {
    display: block;
    padding: 10px 15px 8px;
    font-size: 24px;
    color: #1a1e21;
    text-decoration: none;
    font-weight: 500;
    border-radius: 25px;
}

.modal-menu .nav-link .icon {
    font-size: 10px;
    position: relative;
    top: 0px;
    margin-left: 8px;
}

.modal-menu .nav-link:hover {
    background: rgba(0, 0, 0, 0.04);
    color: #1a1e21;
}

.modal-menu .nav-link.active {
    background: rgba(24, 141, 74, 0.04);
    color: #188d4a;
}

.modal-header .close {
    width: 46px;
    height: 46px;
    text-align: center;
    background: #fff;
    color: #1a1e21;
    border-radius: 50%;
    opacity: 1;
    border: 0;
    float: right;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-header .close:hover {
    background: rgba(0,0,0,0.08);
}

.nav-link[aria-expanded="true"] .icon {
    transform: rotate(90deg);
    display: inline-block;
}

.modal-menu .collapse {
    width: 100%;
    margin-bottom: 16px;
}

.modal-menu .sub-menu-itm {
    font-size: 16px;
    font-weight: 500;
    padding-left: 34px;
}

.modal-menu .sub-menu-itm img {
    width: 32px;
    margin-right: 8px;
}

.menu-float-box .modal-header {
    border-bottom: 0;
    padding: 24px 24px 0;
    justify-content: space-between;
}

.menu-float-box .modal-header img {
    height: 34px;
}

.form-select {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.pll-switcher-select {
    height: calc(1.5em + 0.75rem + 9px);
    margin-top: 16px;
    max-width: 140px;
}


@media (max-width: 1200px) {
    .title.title-1 {
        font-size: 52px;
    }
    .header.header-home {
        background-size: cover;
    }
    .header .nav .nav-link {
        margin: 0 25px;
    }
    .meta {
        font-size: 22px;
    }
    .meta.meta-sm {
        font-size: 18px;
    }
    .title.title-2 {
        font-size: 30px;
        margin-bottom: 0.5rem;
    }
    .references__item {
        padding: 110px 35px 25px;
    }
    .references__content {
        font-size: 20px;
    }
    .references__meta {
        font-size: 14px;
    }
    .projects .jumbotron {
        padding: 4rem 0 4rem;
    }
    .connect {
        background-position: 40px top;
    }
    .connect.content-block {
        padding-bottom: 200px;
    }
    .content-block {
        padding: 40px 0 0;
    }
    .content-block.klienti-references {
        padding-bottom: 80px;
    }
    .content-block.contacts,
    .content-block.connect-sm {
        margin-top: -80px;
        padding-bottom: 40px;
        padding-top: 80px;
    }
    .content-block.footer {
        padding: 40px 0;
    }
    .header.header-about {
        min-height: auto;
        padding-bottom: 0;
        background-position: -250px top;
        background-size: cover;
    }
    .career.content-block,
    .custom-projects.content-block {
        padding: 60px 0;
    }
    .header.header-klienti {
        min-height: 590px;
    }
    .header.header-klienti::after {
        height: 200px;
    }
}
@media (max-width: 992px) {
    .header.header-klienti {
        min-height: 490px;
    }
    .header.header-klienti::after {
        height: 160px;
    }
    .header .nav .nav-link {
        margin: 0 10px;
    }
    .title.title-2 {
        font-size: 24px;
        margin-bottom: 0.5rem;
    }
    .header__bottom .jumbotron {
        padding: 6rem 0;
    }
    .meta.meta-sm {
        font-size: 16px;
    }
    .references__item {
        padding: 110px 20px 20px;
    }
    .references__content {
        font-size: 16px;
        margin-bottom: 1rem;
        line-height: 1.5;
    }
    .connect {
        background: none;
    }
    .header__contact .jumbotron {
        margin-top: 160px;
    }
    .header.header-about {
        background: #f3f2f7 url(img/header-about-mobile.jpg) no-repeat center bottom;
        padding-bottom: 580px;
    }
    .header.header-about .title-2 {
        font-size: 56px;
    }
    .header.header-about .header__bottom .jumbotron {
        padding: 4rem 0;
    }
    .case-study__item {
        border: 1px solid #d5d7d7;
        border-radius: 4px;
        overflow: hidden;
        min-height: auto;
    }
    .case-study__item .blank {
        min-height: auto;
    }
    .case-study__item.cs-valuo,
    .case-study__item.cs-aldigo,
    .case-study__item.cs-silverum {
        background: none;
    }
    .case-study__item__wrap {
        border-top: 1px solid #d5d7d7;
    }
    .case-study__item.cs-aldigo .meta-white,
    .case-study__item.cs-aldigo .title-white,
    .case-study__item.cs-silverum .meta-white,
    .case-study__item.cs-silverum .title-white {
        color: #1a132f;
    }
    .projects.content-block.projects-nobg {
        padding: 0;
    }
    .content-block.references__beige__nofix {
        padding: 40px 0 195px;
    }
    .klienti-references {
        margin-bottom: 0px;
    }
}
@media (max-width: 768px) {
    .header.header-klienti .header__bottom .jumbotron {
        padding: 8rem 0;
    }
    .title.title-1 {
        font-size: 34px;
    }
    .header.header-home {
        background-position: -350px top;
        min-height: auto;
    }
    .subtitle {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .subtitle:before {
        top: 8px;
    }
    .meta {
        font-size: 16px;
    }
    .header__bottom .btn {
        padding-left: 48px;
        padding-right: 22px;
    }
    .btn-primary {
        padding: 10px 60px 8px;
        font-size: 16px;
    }
    .header__bottom .btn .icon {
        width: 10px;
        height: 18px;
        top: 13px;
        left: 21px;
    }
    .btn.btn-email {
        padding-left: 48px;
        padding-right: 22px;
    }
    .btn.btn-email .icon {
        width: 16px;
        height: 11px;
        top: 17px;
        left: 17px;
    }
    .header__bottom .jumbotron {
        padding: 8rem 0 4rem;
        margin-bottom: 0;
    }
    .features .icon {
        font-size: 48px;
        margin-bottom: 1rem;
    }
    .references__item img {
        margin-left: -34px;
        width: 64px;
    }
    .references__item {
        padding: 46px 12px 20px;
        margin: 2rem 0 0;
    }
    .references__content {
        font-size: 14px;
        font-weight: 500;
    }
    .references__meta {
        font-size: 13px;
    }
    .btn-primary {
        padding: 10px 25px 8px;
    }
    .projects .projects__bottom {
        margin-bottom: 40px;
    }
    .connect.content-block {
        padding-bottom: 70px;
    }
    .header.header-contact {
        padding-bottom: 70px;
        min-height: auto;
        background-position: -200px top;
    }
    .header__contact .jumbotron {
        margin-top: 100px;
        margin-bottom: 0;
    }
    .content-block.connect-sm {
        margin-top: 0;
        padding-bottom: 50px;
        padding-top: 40px;
    }
    .content-block.contacts {
        margin-top: 30px;
        padding-top: 0;
        padding-bottom: 60px;
    }
    .header.header-about .title-2 {
        font-size: 42px;
    }
    .header.header-about {
        padding-bottom: 56%;
        background-size: 100%;
    }
    .custom-projects.content-block {
        padding: 60px 0 0;
    }
    .references__beige {
        height: auto;
    }
    .references__beige__button {
        height: 300px;
        padding: 208px 0px 0;
    }
    .content-block.references__beige__nofix {
        padding: 40px 0 164px;
    }
    .content-block.klienti-references {
        padding-bottom: 40px;
    }
}
@media (max-width: 576px) {
    .header.header-klienti {
        min-height: 390px;
    }
    .meta.meta-sm {
        font-size: 12px;
        margin-bottom: 0;
    }
    .title.title-1 {
        font-size: 24px;
    }
    .header__bottom .jumbotron {
        padding: 8rem 0 2rem;
        margin-bottom: 0;
    }
    .meta {
        font-size: 14px;
    }
    .title.title-2 {
        font-size: 18px;
    }
    .features .icon {
        font-size: 38px;
    }
    .features__item {
        padding-bottom: 0;
    }
    .projects .jumbotron {
        padding: 2rem 0 3rem;
        margin-bottom: 0;
    }
    .title.title-3 {
        font-size: 20px;
        margin-bottom: 0.5rem;
    }
    .meta.meta-xsm {
        font-size: 14px;
        opacity: 0.87;
    }
    .projects__item {
        padding: 2rem 0 0;
    }
    .projects .projects__bottom {
        margin-bottom: 0;
    }
    .content-block.contacts {
        padding-bottom: 30px;
        padding-top: 350px;
    }
    .header__contact .jumbotron {
        margin-top: 300px;
    }
    .header.header-contact {
        margin-top: 0;
        padding-bottom: 40px;
        min-height: auto;
        background-position: -170px top;
        background-size: cover;
        height: 400px;
    }
    .custom-projects__item {
        padding: 0 1rem;
    }
    .career .meta.meta-sm {
        margin-bottom: 8px;
    }
    .custom-projects__item.aldigo {
        background-position: -132px top;
    }
    .header.header-about .header__bottom .jumbotron {
        padding: 2rem 0;
    }
    .header-case-study .header__bottom .jumbotron {
        padding: 6rem 0 2rem;
    }
    .references__beige {
        height: auto;
    }
}