.content-top + .wrapper {
    position: relative;
    z-index: auto;
    background: #ededed;
    margin-top: -99px;
    padding-top: 140px;
    padding: 140px 0 70px 0;
}
.float-block .fl {
    padding-right: 20px;
}
.float-block .fl, .float-block .fr {
    width: 50%;
    float: left;
}
.video-wrapper {
    position: relative;
    width: 100%;
    height: 346px;
}
.video-wrapper:before {
    content: '';
    display: block;
    padding-top: 75%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video iframe {
    width: 100%;
    height: 100%;
}

.float-block .fr {
    padding-left: 20px;
}
.cl:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.fr h3 {
    /* font-family: 'MontserratBold'; */
    font-size: 22px;
    line-height: 1.6;
    font-weight: normal;
    color: #262626;
    margin: 0 0 20px;
    padding: 0;
    text-transform: none;
    font-weight: 800;
}
.float-block p:last-child {
    margin-bottom: 0;
}
.inner {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
    position: relative;
    margin: 0 auto;
}
.content-top {
    padding: 30px 0 112px;
    position: relative;
    z-index: 1;
	overflow: hidden;
}
.content-top:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0px;
    right: 0px;
    height: 100px;
    background: url(/assets/images/xfer/roundness-top.svg) 50% 0 / contain no-repeat;
    z-index: 1;
}
div#j33 h1 {
    text-align: center;
    clear: both;
}
.content-top h1:last-child, .content-top .h1:last-child {
    margin-bottom: 0;
}
div#j33 h2 {
    text-align: center;
    clear: both;
	    font-size: 30px;
		color: #000;
}
.content-top h2:last-child, .content-top .h1:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px){
	.float-block .fl, .float-block .fr {
    width: 100%;
    float: none;
    padding: 0;
	
}
div#j33 h2 {
    font-size: 3vh;
}
.float-block .fl, .float-block .fr {
    width: 100%;
    float: none;
    padding: 0;
}
}

@media (max-width: 560px) {
	.text-grey.text-thin p {
    padding: 25px;
}
.float-block .fr {
    padding: 10px;
}

}

@media (max-width: 480px)

{
	
	.content-top:after {
    height: 30px;
}

	.content-top + .wrapper {
    margin-top: -29px;
    padding-top: 60px;
}
.float-block .fl {
    margin-bottom: 30px;
}
}