.section.slider-home {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: -102px;
}

.section.slider-home h1 {
	position: absolute;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: Rajdhani;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    text-transform: uppercase;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.section.slider-home h1 > span {
	font-size: 15px;
	font-weight: 700;
}

@media (min-width: 48rem) {

	.section.slider-home h1 {
	    font-size: 69px !important;
	    line-height: 44px !important;
	}

	.section.slider-home h1 > span {
		font-size: 44px !important;
		font-weight: 700 !important;
	}


.section.slider-home img {
	margin: 0 auto;
    width: 100%;
}