@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;600&display=swap');
body {
    overflow-x: hidden;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    background-color: #363636;
    color: #bebebe;
}

a {
  color: #bebebe;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1.main-heading {
    font-size: 60px;
}

header.masthead {

}

section {
    padding: 50px 0;
}

.page-section {
    padding: 100px 0;
}

.client-logo {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
}

@media (min-width: 768px) {
    .client-logo {
        width: 120px;
        height: 120px;
        line-height: 115px;
        text-align: center;
        overflow: hidden;
    }
}
.resize-fit-center {
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
