.title-text-ser {
    padding-bottom: 0.8rem;
    font-family: "tt_chocolates_trlextrabold";
    font-weight: normal;
    font-size: 6.8rem;
    color: white;
    line-height: 4.8rem;
}

.body-text-large {
	font-family: "tt_chocolates_trllight";
    font-weight: normal;
    font-size: 1.8rem;
    color: white;
    line-height: 2.8rem;
	padding: 1rem 8rem 0 0rem;
}

.services-image{
    text-align: center;
}
.services-image img{
    width: 70%;

	position: sticky;
    top: 0;
}

.services-image.especialless img{
    width: 45%;
}

.services-image.especialmore img{
    width: 90%;
}

#stickyimg{
	position: sticky;
	top:0;
	width: 10%;
}




#twocolums{
	display: flex;
	padding: 4rem 0;
}
#textblock{
}
#imageblock{
	height: calc(100vh - 150px);
	position: sticky;
	top: 140px;
}

.wt{
	margin-bottom: 60vh;
}

.wt:last-child{
	margin-bottom: 4rem;
}

.wt:first-child{
	margin-top: 10vh;
}

.colums{
	flex: 50%;
}

.dontshow{
	visibility:hidden;
}
#imageblock .services-image{
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
}


#conainermobile{
	overflow: hidden;
}

.serv-padd{
    padding: 7rem 0;
}

/*XX-Large devices (larger desktops, 1400px and down)*/
@media (max-width: 1400px) {
	html {
		font-size: 16px; /* This means 1rem = 16px */
	}
}

/*X-Large devices (large desktops, 1200px and down)*/
@media (max-width: 1200px) {
	html {
		font-size: 14px; /* This means 1rem = 16px */
	}

	.verticalcenter{
		display: flex;
		align-items: center;
	}
	#imageblock {
		top: 185px;
	}
}

/*Large devices (desktops, 992px and down)*/
@media (max-width: 992px) {
	html {
		font-size: 12px; /* This means 1rem = 16px */
	}

	.noverticalcenter{
		display:inline;
		padding-top: 3rem;
	}

	.serv-padd{
		padding: 4rem 0;
	}
}
/*Medium devices (tablets, 768px and down)*/
@media (max-width: 768px) {
	html {
		font-size: 10px; /* This means 1rem = 16px */
	}

	.noverticalcentersmall{
		display:inline;
		padding-top: 3rem;
	}

	.body-text-large {
		padding: 1rem 0rem 0 0rem;
		font-size: 2rem;
	}

	.services-image img {
		width: 80%;
	}
}

/*Small devices (landscape phones, 576px and down)*/
@media (max-width: 576px) { 
	html {
		font-size: 8px; /* This means 1rem = 16px */
	}

	.serv-padd{
		padding: 0rem 0;
	}

	.wt:first-child {
		margin-top: 6rem;
	}
	.body-text-large {
		font-size: 2.2rem;
	} 
}


/*Small devices (landscape phones, 420px and down)*/
@media (max-width: 420px) { 
	.title-text-ser {
		font-size: 6rem;
	}
	
}

/*Small devices (landscape phones, 375px and down)*/
@media (max-width: 375px) { 

}

