body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 170%;
    color: #272425;
    background-color: #f5f5f5
}

body a {
    color: #c7b894;   
}

.wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #f5f5f5;
}

.container {
    max-width: 960px;
    background-color: #ffffff;
}

.head {
    padding: 40px 40px 0;
    margin: 0 0 70px;
    color: #c7b894;
}

.title {
    padding: 0 40px;
    margin: 0 0 50px;
}

.description {
    padding: 0 40px;
    margin: 0 0 40px;
}

.footer {
    display: flex;
    flex-direction: column;
    padding: 0 40px 60px;
}

.footer-row {
    display: flex;
    flex-direction: column;
}

.footer-content {
    flex: 1;
    font-size: 14px;
    line-height: 170%;
}

.content {
    flex: 1;
}

.button-container {
    padding: 0 40px;
}

.button {
    display: inline-block;
    padding: 30px 40px;
    border-radius: 40px;
    margin: 0 0 40px;
    line-height: 112%;
    letter-spacing: 3px;
    text-decoration: none;
    text-align: center;
    background-color: #c7b894;
    color: #ffffff;
}

.video-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 0 20px;
    max-width: 100%;
    overflow: hidden;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.brand-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 10px 0 0;
    font-size: 35px;
    line-height: 61px;
    text-align: center;
    background-color: #272425;
    color: #ffffff;
}

@media (min-width: 769px) {
    .footer-row {
        flex-direction: row;
    }

    .brand-icon {
        margin: 0 30px 0 0;
    }
}
