@font-face {
    font-family: 'CMU Serif Roman';
    font-style: normal;
    font-weight: normal;
    src: local('CMU Serif Roman'), url('../fonts/cmunrm.woff') format('woff');
}

html, body {
    font-family: 'CMU Serif Roman', sans-serif;
    color: rgb(113, 114, 84);
    font-size: 20;
    background: rgb(244, 241, 236);
}

section p {
    margin: 0px;
    line-height: 26px;
    margin-bottom: 24px;
}

section p:last-of-type {
    margin-bottom: 0px;
}

h1, h2, h3 {
    font-family: "Fraunces", serif;
    font-weight: 600;
    margin: 0px;
}

h1 {
    font-weight: 400;
    font-size: 64px;
}

h2 {
    width: 100%;
    font-size: 52px;
    line-height: 49px;
    font-weight: 600;
    color: rgb(113, 114, 84);
    margin-bottom: 60px;
}

h3 {
    font-weight: 600;
    color: rgb(113, 114, 84);
    font-size: 24px;
    line-height: 24px;
}

h2 img {
    float: right;
}

a {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul li {
    display: inline-block;
    margin-right: 38px;
}

ul li:last-of-type {
    margin-right: 0px;
}

ul li a {
    font-size: 22px;
    color: rgb(113, 114, 84);
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

header {
    background: rgb(244, 241, 236);
}

header p {
    margin: 0px;
    font-size: 29px;
    color: rgb(100, 85, 58);
}

header .logo {
    margin-right: 80px;
}

header ul {
    margin-left: auto;
    margin-right: 100px;
    margin-bottom: 15px;
}

header .row {
    align-items: end;
    padding-top: 40px;
    padding-bottom: 34px;
}

#heading {
    background: rgb(244, 241, 236);
    padding-bottom: 80px;
}

#heading .row .col:first-of-type {
    box-sizing: border-box;
    padding-right: 60px;
}

#heading .row .col:last-of-type {
    text-align: center;
    position: relative;
}

#heading h1 {
    margin-top: 146px;
    color: rgb(100, 85, 58);
    line-height: 64px;
}

#heading p {
    font-size: 24px;
    color: rgb(113, 114, 84);
    margin-top: 28px;
    line-height: 32px;
}

#heading .btn {
    display: inline-block;
    color: rgb(113, 114, 84);
    border: 1px solid rgb(113, 114, 84);
    font-size: 21px;
    font-weight: 700;
    text-decoration: underline;
    padding: 18px 48px;
    border-radius: 100px;
    margin-top: 26px;
}

#heading .logo {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#coaching {
    background: rgb(235, 218, 210);
    padding-top: 80px;
    padding-bottom: 160px;
}

#life-coaching {
    background: rgb(235, 218, 210);
    padding-bottom: 140px;
}

#about {
    background: rgb(235, 218, 210);
    padding-bottom: 40px;
}

#contacts {
    background: rgb(113, 114, 84);
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

#contacts h2 {
    color: #fff;
    margin-top: 80px;
}

#contacts h3 {
    color: #fff;
}

#contacts p {
    margin-top: 28px;
    margin-bottom: 28px;
}

#contacts .col:first-of-type {
    text-align: center;
    box-sizing: border-box;
    padding-right: 80px;
}

.row {
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}

.row .col {
    width: 100%;
    position: relative;
}

.row .col .img {
    width: 100%;
}

.logo {
    width: 190px;
    height: 63.3px;
}

.row .cols {
    display: flex;
    width: 100%;
    gap: 40px;
}

.row .cols .col {
    box-sizing: border-box;
    padding-left: 42px;
    padding-right: 22px;
}

.row .cols .col:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 20px;
    height: 80%;
    width: 1px;
    background: rgb(113, 114, 84);
}

.row .cols .col:nth-child(2) h3 {
    margin-top: 60px;
    color: rgb(100, 85, 58);
}

.row .cols .col:nth-child(2) p {
    color: rgb(100, 85, 58);
}

.row .cols .col:nth-child(3) h3 {
    margin-top: 90px;
    color: rgb(113, 114, 84);
}

.row .cols .col:nth-child(3) p {
    color: rgb(113, 114, 84);
}

#life-coaching .row .cols .col:nth-child(2) h3 {
    text-align: center;
}

.row .cols .col h3 {
    padding-bottom: 28px;
}

#heading .row, #about .row, #contacts .row {
    flex-wrap: nowrap;
}

#about .col:last-of-type {
    text-align: center;
    padding-top: 200px;
    padding-left: 80px;
    box-sizing: border-box;
}

#about .col:last-of-type .logo {
    position: absolute;
    left: 60px;
    top: 60px;
}

#about .col:last-of-type h2 {
    text-decoration: underline;
    margin-bottom: 28px;
}

#about .col:last-of-type p {
    color: #000;
    font-size: 22px;
    line-height: 28px;
}

#about .col:last-of-type .btn-2 {
    font-size: 36px;
    color: #000;
    text-decoration: underline;
    padding: 12px 18px;
    background: rgb(178, 102, 55);;
    display: inline-block;
    margin-top: 26px;
    font-weight: 600;
}

.social {
    margin-top: 18px;
}

.social img {
    width: 40px;
    height: 40px;
}

.social a {
    display: inline-block;
    margin-right: 28px;
}

.social a:last-of-type {
    margin-right: 0px;
}

#contacts a {
    color: #fff;
}

#testimonials {
    background: rgb(244, 241, 236);
    padding-top: 80px;
    padding-bottom: 80px;
}

#testimonials h2 {
    margin-top: 60px;
}

.author {
    margin-top: 24px;
}

.stars {
    margin-right: 16px;
}

.owl-nav {
    position: absolute;
    width: 100%;
    top: 0px;
}

.owl-prev {
    float: left;
    margin-left: -56px;
    min-width: 36px;
    min-height: 36px;
    border-radius: 36px;
    background: rgb(235, 218, 210) !important;
}

.owl-next {
    float: right;
    margin-right: -56px;
    min-width: 36px;
    min-height: 36px;
    border-radius: 36px;
    background: rgb(235, 218, 210) !important;
}

@media (max-width: 762px) {
    .logo {
        width: 154px;
        height: 51.33px;
    }
    .row {
        box-sizing: border-box;
        padding-left: 16px;
        padding-right: 16px;
    }
    header .row {
        flex-wrap: nowrap;
    }
    header .logo {
        margin-right: 0px;
    }
    header ul {
        display: none;
    }
    header p {
        font-size: 22px;
        margin-left: auto;
    }
    #heading .row, #about .row, #contacts .row, .row .cols {
        flex-wrap: wrap;
    }
    #heading .row .col:first-of-type {
        padding-right: 0px;
    }
    #heading h1 {
        font-size: 38px;
        line-height: 38px;
        margin-top: 50px;
    }
    #heading p {
        font-size: 20px;
    }
    #heading .btn {
        font-size: 18px;
        padding: 16px 38px;
    }
    #heading .logo {
        bottom: -62px;
        right: 0px;
    }
    h2 {
        font-size: 34px;
        line-height: 34px;
    }
    h2 img {
        float: none;
        display: block;
        margin-top: 16px;
    }
    #about .col:last-of-type {
        padding-left: 0px;
        padding-top: 116px;
    }
    #about {
        padding-bottom: 26px;
    }
    #contacts .col:first-of-type {
        padding-right: 0px;
        margin-bottom: 80px;
    }
    #about .col:last-of-type .logo {
        left: 0px;
        top: 16px;
    }
    .owl-nav {
        position: absolute;
        width: 0px;
        top: -92px;
        left: 300px;
    }
}