#oferta, #actual, #opinion {
	padding-top: 20px;
	padding-bottom: 20px;
}
#o-nas {
	height: 100%;
	width: 100%;
	background-color: #ffff;	
	clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
	margin-top: -110px;
}

.about-img {
	width: 100%;
	height: 90vh;
	background-position: right top; 
	background-repeat: no-repeat; 
	background-size: cover;
	margin-top: 0;
}

.icon-class img {
	width: 150px;
	height: auto;
	padding-right: 10px;
	transition: ease-out 0.5s;
	transform: scale(1);
}

#oferta a:hover img {
	transform: scale(1.2);
}


.icon-class a {
	color: #ffff;
}
#oferta span {
	color: #ffff;
	font-size: 1.2rem;
	letter-spacing: 1px;
}

#oferta .break {
	margin-top: 15px;
	margin-bottom: 5px;
}
.t-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.actual-box {
	padding: 20px 10px 20px 10px;
	border-bottom: solid 1px #428385;
}

.opinion-back {
box-shadow:
 0px -8px 9px 0px rgba(0, 0, 0, 0.1);
 width: 100%;
 padding: 30px;
}


.newsletter-img {
	width: 100%;
	height: auto;
	background-attachment: fixed;
	background-image: url("../img/inspirki-2.jpg");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
	box-shadow: inset 0px 8px 9px 0px rgba(0, 0, 0, 0.1);
}

 #actual .embed-responsive iframe {
    width: 100%;
    height: 650px;
}

/*respinsive*/

@media all and (max-width: 1200px) {
 #actual .embed-responsive iframe {
    width: 100%;
    height: 450px;
}
}

@media all and (max-width: 992px) {
#actual .embed-responsive iframe {
    width: 100%;
    height: 350px;
}
}

@media all and (max-width: 768px) {
  .about-img {
    height: 60vh;
    background-position: center;
}

  .icon-class img {
    width: 40%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#oferta span {
    font-size: 1.6rem;
    letter-spacing: 1px;
}

#o-nas {
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);
    margin-top: -50px;
}

.parallax-1 img {
    transform: scale(0.6);
	transition: ease-out 0.3;
}
}

