@font-face {
    font-family: 'GlossAndBloom';
    src: url('/Fonts/GlossAndBloom.woff2') format('woff2'), url('/Fonts/GlossAndBloom.woff') format('woff');
}

:root {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 2.15;
    color: #4a4a4a;
}

body {
    margin: 0;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.no-hyphenation {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.wrapper {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.main {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 20px;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 1.5em;
    letter-spacing: .06em;
    text-transform: none;
    line-height: 1.5;
    margin-bottom: .875em;
}

a {
    color: #4a4a4a;
    text-decoration: none;
    background-image: -webkit-repeating-linear-gradient(90deg,#4a4a4a 0%,#4a4a4a 100%);
    background-image: repeating-linear-gradient(90deg,#4a4a4a 0%,#4a4a4a 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 0 1px;
    -webkit-transition: background-size .3s ease-in-out,color .15s ease-in-out;
    transition: background-size .3s ease-in-out,color .15s ease-in-out;
}
a:hover {
    background-size: 100% 1px;
}

.logo {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 2.15em 40px 3.6em;
    margin-top: 20px;
}
.logo__link {
    background: none;
}
.logo__img {
    display: block;
    height: 72px;
    max-width: 100%;
}

.content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 980px;
    gap: 20px;
    max-width: 100%;
}
.content--middle {
    justify-content: center;
}

.col6 {
    width: calc(50% - 10px);
}

@media screen and (max-width: 1200px) {
    .logo {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    :root {
        font-size: 17px;
    }

    .main {
        position: initial;
        padding: 0;
    }

    .logo {
        padding-bottom: 2.5em;
    }
    .logo__img {
        height: 60px;
    }

    .col-small-12 {
        width: 100%;
    }
}
