.sectionOne{
    height: 50vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section{
    background-color: white;
}

.contentRaper{
    top: 50vh;
    background-color: white;
}

.homeBannerContentContainer{
    /* position: relative; */
    display: flex;
    max-height: 50vh;
    flex-direction: column;
    justify-content: center;
}

.homeBannerContentTitleContainer{
    /* position: absolute;
    top: 35%;
    transform: translateY(-50%); */
    flex-direction: column;
}

.homeBannerContentTitleContainer{
    justify-content: flex-start;
}

.homeSubtitle{
    justify-content: flex-start;
}

.projectTitle{
    font-family: Reckless-medium;
    letter-spacing: 3pt;
}

.projectSelectChooseContainer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.projectSelectContainer{
    position: relative;
    width: 50%;
}

.projectSelectLink{
    width: 100%;
}

.projectSelectImg{
    width: 100%;
}

.projectSelectContentContainer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.projectSeletTitle,
.projectSelectSubtitle{
    display: flex;
    align-items: center;
    width: 100%;
}

.projectSeletTitle{
    display: flex;
    justify-content: center;
}

.projectSelectSubtitle{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}