.spacer {
    flex: 0 0 50px;
}

#tag-container {
    display: flex;
    background-color: #f7f7f7;
    flex-direction: row;
    vertical-align: middle;
    justify-content: space-around;
}

.main-tag {
    padding: 5px;
    font-size: 25px;
}

#content-container1 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    min-height: 280px;
    align-items: center;
}

@media screen and (min-width: 700px) {
    #content-container1 {
        flex-direction: row;
    }

}

@media screen and (max-width: 699px) {
    #content-container1 {
        flex-direction: column;
    }

}

.numerical-information {
    flex: 0 0 200px;
}

.number {
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    color: #486a74;
}

.number-description {
    text-align: center;
    font-weight: bold;
}

#content-container2 {
    display: flex;
    background-color: #6b9eae;
    flex-direction: column;
    width: 100%;
    min-height: 560px;
    align-items: center;
}

.container2-title {
    font-weight: bold;
    text-align: center;
    color: white;
    font-size: 40px;
    margin-top: 50px;
}

.container2-information {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    width: 75%;
    margin-bottom: 50px;
}

.container2-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 1 255px;
    color: white;
    margin-top: 50px;
}

.container2-image {
    padding-bottom: 30px;
}

.circle-image {
    border-radius: 100px;
}

.container2-col-title {
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 10px;
    text-align: center;
}

.container2-col-button {
    background-color: #8fd3e8;
    color: white;
    margin: 10px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#content-container3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #e4e4e4;
}

.container3-title {
    width: 75%;
    left: 15%;
    position: relative;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
}

.container3-words {
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    width:50%;
    left: 30px;
}

.container3-video {
    min-width: 600px;
}

.container3-description {
    width: 75%;
    left: 15%;
    position: relative;
}

.container3-video-container {
    width: 50%
}

.container3-video {
    margin: 20px;
    margin-right: 100px;
}

@media screen and (max-width: 1199px) {
    #content-container3 {
        flex-direction: column;
        justify-content: center;
    }
    .container3-title {
        width: 100%;
        text-align: center;
        left: 0;
        margin-top: 50px;
    }
    .container3-description {
        left: 0;
        width: 75%;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .container3-words {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .container3-video-container {
        width: 75%;
        margin-bottom: 50px;
    }

    .container3-video {
        min-width: 100%;
    }

}
