.thirdborder {
    background-color: #abfe78;
    position: relative;
    height: 40vw;
    font-family: 'Lexend Deca', sans-serif; 
    z-index: -6;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.title3 {
	color: black;
	-webkit-text-stroke: 1px black;
	text-shadow: 0px 1px 4px #23430C;
    font-size: 5vh;
    position: absolute;
    top: 40%;
    z-index: 1;
    text-align: center;
    left: 10%;
}

.text3border {
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 40vw;
    left: 100%;
    font-family: 'Lexend Deca', sans-serif;
    z-index: -6;
} 

.description {
    list-style-type: disc;
    margin-left: 20px;
}

.description2 {
    margin-bottom: 10px;
}

.subtitles2 {
	color: black;
    font-size: 2.5vh;
    position: absolute;
    top: 25%;
    right: 35%;
    z-index: 1;
}