.homepage-tekstImage .wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.homepage-tekstImage .image-rocket {
    margin-left: -150px;
    width: 700px;
    height: auto;
}

.homepage-tekstImage .image {
    width: 40%;

}

.homepage-tekstImage h1 {
    color: white;
    text-align: left;
    width: 100%;
    font-size: 72px;
    line-height: 86px;
    font-family: Rival, Black;
    letter-spacing: 0px;
    opacity: 1;

    margin-bottom: 25px;
}

.homepage-tekstImage p {
    color: white;
    text-align: left;
    font-size: 26px;
    line-height: 40px;
    font-family: Muli, Regular;
    letter-spacing: 0px;
    opacity: 1;
}

.homepage-tekstImage .btn-meerinfo {
	position: relative;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    background:none;
    border-color: white;
    color: white;
    font-size: 22px;
    font-family: Rival, Bold;
    line-height: 25px;
    opacity: 1;
    margin-top: 25px;
    padding: 20px 55px 20px 40px;
}

.homepage-tekstImage .button-icon {
    position: absolute;
	right: 20px;
	transform: rotateY(180deg) translateY(-50%);
	top: 50%;
}

@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px) {
    .homepage-tekstImage {
        padding: 30px;
    }
    
    .homepage-tekstImage .wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }


    .homepage-tekstImage .image-rocket {
        position: unset;
        width: 580px;
        height: 582px;
        transform: translatex(0);
    }
    
    
    .homepage-tekstImage .text { 
        text-align: center; 
    } 


    .homepage-tekstImage h1 {
        position: unset;
        color: white;
        text-align: center;
        width: 100%;
        font-size: 72px;
        line-height: 86px;
        font-family: Rival, Black;
        letter-spacing: 0px;
        opacity: 1;
    	padding: 0px 50px;
        margin-top: 10px;
        margin-bottom: 0;
        margin-left: 0;
    
    }
    
    .homepage-tekstImage p {
        padding: 30px 50px;
        width: 100%;
        position: unset;
        color: white;
        text-align: left;
        font-size: 22px;
        line-height: 36px;
        font-family: Muli, Regular;
        margin-left: 0;
    }

	.homepage-tekstImage .btn-meerinfo {
		padding: 15px 85px;
	}
    
}



@media screen and (max-width: 767px) {

    .homepage-tekstImage {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 30px;
    }

    .homepage-tekstImage .image-rocket {
        position: unset;
        width: 450px;
        height: auto;
        transform: translatex(0);
    }

    .homepage-tekstImage h1 {
        position: unset;
        color: white;
        text-align: center;
        width: 100%;
        font-size: 54px;
        line-height: 64px;
        font-family: Rival,black;
        letter-spacing: 0px;
        margin-top: -20px;
        margin-bottom: 30px;
        margin-left: unset;
    	padding: 0;
    }
    
    
    .homepage-tekstImage p {
        padding: unset;
        position: unset;
        width: 100%;
        color: white;
        text-align: left;
        font-size: 22px;
        line-height: 36px;
        font-family: Muli, Regular;
        letter-spacing: 0px;
        margin-left: 0px;
    }
    


    .homepage-tekstImage .btn-meerinfo {
        position: relative;
		text-align: center;
		display: inline-flex;
		justify-content: center;
		align-items: center;
        background: none;
        border-color: white;
        background: #00000033 0% 0% no-repeat padding-box;
        color: white;
        font-size: 22px;
        line-height: 25px;
        font-family: Rival, Regular;
        opacity: 1;
        margin-top: 25px;
        width: 100%;
        padding: 15px 0px;
    }

}