.rt-section {
    position: relative;
	padding-bottom: 160px;
	top: 56px;
}

.rt-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 50px 100px;
    display: block;
}

.rt-field {
    position: relative;
    z-index: 2;
}

.rt-field h2 {
	font-size: 40px;
}

.rt-field h2,
.rt-field p {
    margin: 0 0 20px;
}

.rt-field p {
    font-size: 16px;
    color: #333333;
}

.top-wave.bg-wave {
    background-position: top center;
    top: -100px;
    left: 0;
    right: 0;
}

.bg-wave {
    display: block;
    width: 100%;
    height: 100px;
    background-size: 101% auto;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    left: -2px;
    right: 0;
}

@media (max-width: 480px) {
	.rt-container {
		padding: 50px;
	}
}

@media (min-width: 768px) {
    .top-wave.bg-wave {
        top: -100px;
    }
}

@media (min-width: 1024px) {
    .top-wave.bg-wave {
        top: -149px;
    }

    .bg-wave {
        height: 150px;
    }
}