	@font-face {
		font-family: PlexSans;
		src: url(IBMPlexSans-Light-Latin1.woff);
	}


    .projectIntro{
        position: relative;
        top: 32vh;
        width: 80vw;
        left: 10vw;
        display: flex;
        justify-content: space-between;
	}
	.swiper-container{
        position: relative;
        padding: 0;
        margin: 0;
        width: 56vw;
	}
	
	.swiper-slide img{
		width: 100%;
        height: 100%;
	}
	.projectFile {
        display: flex;
        flex-direction: column;
        align-content: center;
        font-family: PlexSans;
        font-size: 2vh;
        width: 22vw;
        text-align: left;
	}

	.projectFile p{
        padding: 0px;
        margin: 0px;
    }
	
    .projectText{
        position: relative;
        top: 36vh;
        padding-bottom: 1vh;
        font-family: PlexSans;
        font-size: 2vh;
		width: 80vw;
        left: 10vw;
        text-align: justify;
	}
