.our_style {
    margin-bottom: 5%;
}

.our_style a:hover {
    text-decoration: none;
}

#ourstyle #columns {
    padding: 0 10%;
    background: #f7f7f7;
}

@media(max-width: 768px) {
    #ourstyle #columns {
        padding: 0;
    }
}

#ourstyle #center_column {
    background: white;
    padding: 0 5%;
}

.our_style .header_style {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.our_style .header_style video {
    object-fit: cover;
    height: calc(75vh - 80px);
    width: 100%;
    margin: 75px 0 0 0;
}

.our_style .header_style h1 {
    position: absolute;
    color: white;
    font-size: 70px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    padding-bottom: 40px;
}

.our_style .text_intro {
    font-size: 16px;
    text-align: center;
    background-color: #f7f7f7;
    padding: 50px 30px;
    font-family: 'Raleway';
    line-height: 28px;
    font-weight: 400;
    color: #333;
    margin: 50px 0;
}

.our_style .title {
    color: #333;
    margin: 120px 60px 30px 60px;
    line-height: normal;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
}

@media(max-width: 768px) {
    .our_style .title {
        margin: 20px 60px 15px 60px;
        font-size: 30px;
    }
}

.our_style .title span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Bad Script', cursive;
    text-align: center;
}

.our_style .scandi {
    display: flex;
}

.our_style .scandi div:nth-child(2) {
    width: 33%;
}

.our_style .scandi div:first-child,
.our_style .scandi div:last-child {
    width: 34%;
}

.img_scandi {
    object-fit: contain;
    max-width: 100%;
}

.text_style {
    padding: 0 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    font-family: 'Raleway';
    color: #333333;
}

.text_style p:first-child {
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}

.text_style p:nth-child(2) {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    text-align: justify;
}

.text_style a {
    background-color: #333333;
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    color: white;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid white;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    font-family: 'Hanken Grotesk', sans-serif;
}

.text_style a:hover {
    text-decoration: none;
    color: #333333;
    background-color: white;
    border: 2px solid #333333;
}

.our_style .vintage {
    display: flex;
}

.vintage div {
    width: 50%;
}

.atelier {
    display: flex;
}

.atelier div {
    width: 50%;
}

.bdm {
    display: flex;
}

.bdm div {
    width: 50%;
}

.indu {
    display: flex;
}

.indu div {
    width: 50%;
}

.atelier div:first-child {
    background-color: #333333;
}

.atelier div:first-child img {
    padding: 30px;
    max-height: 500px;
    display: block;
    margin: 0 auto;
}

.title_middle {
    color: #333333;
    font-family: 'Raleway';
    background: #f7f7f7;
    padding: 5px;
    margin: 50px 0;
}

.title_middle p:first-child {
    margin-top: 40px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}

.title_middle p:last-child {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 300;
}

.title_middle hr {
    border-color: #333333;
    margin: 20px 30%;
}

.indu img,
.bdm img {
    padding: 30px;
}

.bdm div:last-child {
    background-color: #f7f7f7;
}

.indu div:first-child {
    background-color: #f7f7f7;
}

@media (max-width: 767px) {
    .our_style .header_style video {
        margin: 0px;
    }

    .our_style .scandi {
        flex-direction: column;
    }

    .our_style .scandi div:nth-child(2) {
        width: 100%;
    }

    .our_style .scandi div:first-child,
    .our_style .scandi div:last-child {
        width: 100%;
    }

    .text_style {
        padding: 0px 20px;
    }

    .text_style p {
        margin: 30px 0;
    }

    .text_style a {
        margin-bottom: 30px;
    }

    .vintage,
    .indu,
    .bdm,
    .atelier {
        flex-direction: column;
    }

    .vintage div,
    .indu div,
    .bdm div,
    .atelier div {
        width: 100%;
    }

    .atelier div:first-child,
    .indu div:first-child {
        order: 2;
    }
}