@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&display=swap');

* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body::-webkit-scrollbar {
    display: none;
    max-width: 100%;
    overflow-x: hidden;
}

/* --------------------------------------------------------------------- */
/* Content */
.text_box {
    position: relative;
    width: 70%;
    margin: auto;
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
}

.content_sec {
    width: 100%;
    /* background-color: #88b7b5; */
    background-color: #b5d1cfdb;
    padding: 1% 2%;
    border-radius: 20px;
}

.content_sec h2 { 
    font-size: 1.618em;
    font-weight: 600;
    padding-left: 1.5%;
    font-family: 'Poppins', sans-serif;
}

.content_sec p { 
    font-size: 1em;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.content_sec img { 
    width: 96%;
    height: auto;
    border-radius: 20px;
    margin-top: 2%;
    margin-right: 2%;
    margin-left: 2%;
}

.content_sec figcaption {
    margin-bottom: 2%;
    margin-right: 2%;
    margin-left: 2%;
    font-family: 'Poppins', sans-serif;
}

.filler { 
    height: 7vh;
    width: 100%;
}

.big_box { 
    width: 100%;
    height: 70vh;
}

.third { 
    width: 50%;
}

.left { 
    float: left;
}

.right { 
    float: right;
}

.models-references {
    list-style-type: none;
    font-family: 'Poppins', sans-serif;
}