.banner_section_3 {
    display: flex;
    flex-direction: inline;
    text-transform: uppercase;
}

body {
    margin: 0;
    font-family: "Outfit", sans-serif;
}

.box {
    width: 21vw;
    height: 55vh;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-transform: uppercase;
    font-size: 30px;
    padding: 0 20px 20px 0;
    color: white;
    background-size: cover;
    margin-bottom: 20px;
}

.boxes {
    display: flex;
    width: fit-content;
    flex: inline-block;
    margin: 0 auto;
    width: 100%;
    gap: 10px 20px;
}

.container_section_2 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: -170px;
    height: 50%;
    padding: 20px 0 0 80px;
    background-color: white;
    margin-top: 180px;
}

.footer {
    background-color: black;
}

.footer_lower {
    display: flex;
    flex: inline-block;
    width: 100%;
}

.footer ul {
    display: flex;
    flex: inline;
    list-style-type: none;
    padding: 0 20px;
}

.footer ul li {
    color: white;
    margin: 0 20px;
}

.navbar {
    display: flex;
    flex-direction: row;
}

.navbar ul {
    margin: auto 0 auto auto;
    right: 0;
    color: white;
    list-style-type: none;
    display: flex;
    flex-direction: row nowrap;
}

.navbar ul li {
    padding: 0 20px
}

.right {
    margin: auto 0 auto auto;
    border: solid 1px black;
    padding: 10px 30px;
}

.section_1 {
    background-image: url("../images/desktop/image-hero.jpg");
    padding: 80px 100px;
}

.section_2 {
    display: flex;
    flex-direction: row;
    padding: 80px 100px;
}

.section_3 {
    padding: 80px 100px;
}

.socials {
    float: right;
}

.socials ul {
    padding: 0;
}

.uppercase {
    text-transform: uppercase;
    border: solid 1px white;
    color: white;
    padding: 20px;
    margin-top: 60px;
    width: 30vw;
    font-size: 60px;
}

.uppercase_2 {
    text-transform: uppercase;
    color: black;
    width: 30vw;
    font-size: 50px;
}