* {
    font-family: "Lato";
}

h2,
h3 {
    font-family: "Lato";
}

body {
    font-weight: 400;
}

.project-content {
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
}

.project-content-item {
    display: flex;
    width: 50%;
    padding: 40px;
}

h6 {
    margin-top: 20px;
    font-weight: 600;
}

h2,
h3 {
    font-family: "Lato";
    font-weight: 900;
    font-style: normal;
    font-size: 26px;
    letter-spacing: .04em;
    text-transform: none;
    color: #111;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1;
}

h3 {
    color: #dc6d1a;
}

.project-description p {
    margin: 0;
}

img {
    width: 100%;
}

.image-galery-small-images {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
}

.small-image {
    width: 150px;
    height: 85px;
    object-fit: cover;
}

.image-galery-container {
    width: 100%;
}

.vacancy-container {
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    flex-direction: column;
}

.vacancy-container img {
    width: 300px;
}

.vacancy-el {
    margin: 10px 20px;
}

.vacancy-el h2,
h3 {
    color: #5d6b76;
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
}

h3 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
}

.btn-1,
.btn-1:link,
.btn-1:visited,
.btn-1:hover,
.btn-1:active {
    background-color: #1353bf;
    border-color: #1353bf;
}

.btn-1:hover {
    background-color: #4078da;
    border-color: #4078da;
}

@media only screen and (max-width: 760px) {
    .project-content {
        max-width: 100%;
        overflow: hidden;
        flex-direction: column;
    }
    .project-content-item {
        display: flex;
        width: 100%;
        padding: 20px 0;
    }
    .block-2-page-content,
    .block-page-content {
        padding: 50px 50px;
        padding-bottom: 0;
    }
    .small-image {
        width: 30vw;
        height: 17vw;
        object-fit: cover;
        opacity: .5;
    }
    .project-content-right {
        padding: 20px;
        box-sizing: border-box;
    }
    .image-galery-small-images {
        width: 90vw;
        margin: 10px;
        display: flex;
        height: auto;
        overflow: hidden;
        overflow-x: auto;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    .small-image:focus,
    .small-image:hover {
        opacity: 1;
    }
}