@font-face {
	font-family: 'Merriweather-BoldMerriweather-Bold';
	src: url('../fonts/Merriweather-Bold.woff');
}

@font-face {
	font-family: 'PlayfairDisplay-Bold';
	src: url('../fonts/PlayfairDisplay-Bold.woff');
}

@font-face {
	font-family: 'Lato-Bold';
	src: url('../fonts/Lato-Bold.woff');
}

@font-face {
	font-family: 'Lato-Regular';
	src: url('../fonts/Lato-Regular.woff');
}


html,
body {
	margin: 0;
	padding: 0;
	font-family: 'Lato-Regular';
	font-size: 16px;
	background-color: #fff;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

/*--------------------Global--------------------*/

section,
.section {
	padding: 6rem 0;
}

footer {
	padding: 6rem 0 2rem 0;
}



/*-----------------------------------------------------------------------Home-----------------------------------------------------------------------*/

.head-container {
	width: 100%;
	height: 100vh;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.head-background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 0;
}

.head-background img {
	min-height: 150%;
	min-width: 100%;
	max-width: none;
	max-height: none;
}

.head-container .head-overlay {
	width: 100%;
	height: 100%;
	background-color: #393955;
	opacity: .5;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.head-container .header-container {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
	overflow: hidden;
	-webkit-clip-path: polygon(100% 0, 100% 4%, 50% 39%, 0 4%, 0 0);
	clip-path: polygon(100% 0, 100% 4%, 50% 39%, 0 4%, 0 0);
}

.head-container .header-container:before {}

.head-text-secondary {
	top: 70%!important;
}

.mobile-header {
	display: none;
	background-color: #f4f4f4;
	height: 90px;
	text-align: left;
	position: fixed;
	width: 100%;
}

.mobile-header img {
	max-width: 83px;
	width: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}


/*--------------------Header--------------------*/

header {
	position: absolute;
	z-index: 9999;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 1rem;
	width: 100%;
}

header:before {
	content: "";
	background: url("../../../images/header.svg") no-repeat;
	width: 100%;
	height: 50vh;
	background-size: 300% 111%;
	background-position: bottom;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.menu-container div nav {
	text-align: center;
}

.menu-container div nav ul {
	padding-left: 0;
}

.menu-container div nav ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 3.5rem;
	position: relative;
}

.menu-container div nav ul li:last-child {
	margin-right: 0;
}

.menu-container div nav ul li a {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Lato-Regular';
	color: #393955;
	transition: .3s;
	letter-spacing: 1px;
}

.menu-container div nav ul li:before {
	content: "";
	width: 0%;
	height: 2px;
	background-color: #393955;
	left: 0;
	bottom: -10px;
	position: absolute;
	transition: .3s;
}


.menu-container div nav ul li:hover:before {
	width: 100%;
}

header .logo-container div {}

header .logo-container div img {
	width: auto;
	height: 20vh;
}

#menu1 {
	display: inline-block;
	right: 1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#menu1 a div {
	width: 32px;
	height: 3px;
	background-color: #2b2b4c;
	transform-origin: center center;
	transition: .5s ease-out;
}

#menu1 a div + div {
	margin-top: 4px;
}

#menu1 a.active div:nth-of-type(1) {
	animation: topButton 1s ease-out;
	transform: translate3d(0, 7px, 0) rotate3d(0, 0, 1, 45deg);
}

#menu1 a.active div:nth-last-of-type(1) {
	animation: bottomButton 1s ease-out;
	transform: translate3d(0, -7px, 0) rotate3d(0, 0, 1, -45deg);
}

#menu1 a.active div:nth-of-type(2) {
	opacity: 0;
}

/*--------------------Header--------------------*/

.head-container .head-text {
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	z-index: 9;
	width: 100%;
}

.head-container .head-text div h1 {
	font-family: 'Merriweather-Bold';
	font-size: 3rem;
	text-transform: uppercase;
}

.head-container .home-head-h1 {
	display: none;
}

.head-container .head-text .head-subtitle h3 {
	font-family: "Lato-Regular";
	text-transform: uppercase;
	font-size: 1.3rem;
	font-weight: 400;
}

.head-container .head-text .head-subtitle {
	display: inline-block;
	position: relative;
	margin-top: 4rem;
}

.head-container .head-text .head-subtitle:before {
	content: "";
	position: absolute;
	width: 110%;
	height: 4px;
	background-color: #104166;
	top: -20px;
	left: -5%;
}

.head-container .head-text .head-subtitle:after {
	content: "";
	position: absolute;
	width: 110%;
	height: 4px;
	background-color: #104166;
	bottom: -20px;
	left: -5%;
}

.head-container .head-text .button-container {
	margin-top: 6rem;
}

header .logo-container {
	margin-top: 16px;
}

/*--------------------button 1 head--------------------*/

.button-style-head-page {
	color: #fff;
	font-family: 'Merriweather-Bold';
	font-size: 1.6rem;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0.56);
	border-radius: 35px;
	padding: 1rem 2rem;
	transition: .3s;
}

.button-style-head-page:hover {
	background-color: #4e4e86;
}


/*-----------------//--------------------section1 domenii--------------------//-----------------*/

.domenii {
	background-color: #f1f1f1;
}

/*--------------------Title--------------------*/

.title-style-1 {
	text-align: center;
	margin-bottom: 6rem;
}

.title-style-1 div h4 {
	font-family: 'PlayfairDisplay-Bold';
	color: #565656;
	font-size: 1.7rem;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}

.title-style-1 div h4:before {
	content: "";
	width: 5.8rem;
	height: 3px;
	background-color: #104166;
	position: absolute;
	bottom: -1rem;
	left: 0;
}

/*--------------------Title--------------------*/

.domenii-content .img-container .img-box {
	width: auto;
	margin-right: 4rem;
	box-shadow: 0px 9px 15.3px 2.7px rgba(26, 26, 26, 0.25);
	position: relative;
}

.overlay-style-2 {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #393955;
	opacity: .4;
	pointer-events: none;
}

.domenii-content .row div span {
	font-family: 'PlayfairDisplay-Bold';
	color: #fff;
	background-color: #104166;
	font-size: 2rem;
	padding: 0 0.3rem;
	margin-right: 1rem;
}

.domenii-content .row div h5 {
	font-size: 1.6rem;
	font-family: 'PlayfairDisplay-Bold';
	color: #252525;
	display: inline-block;
}

.domenii-content .row div p {
	margin-top: 2rem;
	line-height: 2rem;
	margin-left: 70px;
}

.domenii-content .img-container .img-box-2 {

	width: auto;
	margin-left: 4rem;
	box-shadow: 0px 9px 15.3px 2.7px rgba(26, 26, 26, 0.25);
	position: relative;
}

.domenii-content .img-container .img-box,
.domenii-content .img-container .img-box-2 {
	transition: .3s;
}

.domenii-content .img-container .img-box:hover,
.domenii-content .img-container .img-box-2:hover {
	box-shadow: 0px 17px 15.3px 2.7px rgba(26, 26, 26, 0.25);
	}/*aici e*/

	/*VAR2*/

	.domenii-text-align {
		text-align: right!important;
	}

	.domenii-content .row div .span-style-2 {
		font-family: 'PlayfairDisplay-Bold';
		color: #fff;
		background-color: #104166;
		font-size: 2rem;
		padding: 0 0.3rem;
		margin-left: 1rem;
		margin-right: 0!important;
	}

	.domenii-content .row div .p-style-2 {
		margin-top: 2rem;
		line-height: 2rem;
		margin-left: 0!important;
		margin-right: 70px;
	}

	.domenii .domenii-content .margin-top {
		margin-top: 5rem;
	}

	.button-container {
		text-align: center;
		margin-top: 6rem;
	}

	.button-style-3 {
		color: #fff;
		font-family: 'Lato-Bold';
		text-transform: uppercase;
		background-image: -moz-linear-gradient( 0deg, rgb(16, 65, 102) 0%, rgb(19, 79, 124) 52%, rgb(21, 92, 145) 100%);
		background-image: -webkit-linear-gradient( 0deg, rgb(16, 65, 102) 0%, rgb(19, 79, 124) 52%, rgb(21, 92, 145) 100%);
		background-image: -ms-linear-gradient( 0deg, rgb(16, 65, 102) 0%, rgb(19, 79, 124) 52%, rgb(21, 92, 145) 100%);
		box-shadow: 0px 9px 15.3px 2.7px rgba(27, 27, 27, 0.14);
		font-size: 1rem;
		letter-spacing: 2px;
		padding: 1rem 5rem;
		border-radius: 25px;
		position: relative;
		transition: .3s;
	}

	.button-style-3:before {
		content: url('../../../images/arrow.png');
		max-width: 1rem;
		position: absolute;
		left: 56px;
		top: 16px;
		transition: .3s;
	}

	.button-style-3:hover {
		background-image: -moz-linear-gradient( 0deg, rgb(57, 57, 99) 0%, rgb(68, 68, 117) 52%, rgb(78, 78, 134) 100%);
		background-image: -webkit-linear-gradient( 0deg, rgb(57, 57, 99) 0%, rgb(68, 68, 117) 52%, rgb(78, 78, 134) 100%);
		background-image: -ms-linear-gradient( 0deg, rgb(57, 57, 99) 0%, rgb(68, 68, 117) 52%, rgb(78, 78, 134) 100%);
		box-shadow: 0px 17px 15.3px 2.7px rgba(27, 27, 27, 0.14);
	}

	.button-style-3:hover:before {
		left: 60px;
	}



	/*-----------------//--------------------section2  noi--------------------//-----------------*/

	.despre-noi-home {
		text-align: center;
	}

	.despre-noi-home .row div p {
		line-height: 2rem;
		position: relative;
	}

	.despre-noi-home .row div p:not(:last-child) {
		margin-bottom: 4rem;
	}

	.despre-noi-home .row div p:not(:last-child):after {
		content: "";
		width: 2.5rem;
		height: 3px;
		background-color: #104166;
		position: absolute;
		bottom: -2rem;
		left: 50%;
		transform: translateX(-50%);
	}

	/*-----------------//--------------------section3 Contact--------------------//-----------------*/

	.contact {
		background-color: #f1f1f1;
	}

	.row .map-container {}

	.row .map-container .map-box {
		height: 30rem;
	}

	.home-contact {
		padding-bottom: 6rem;
	}

	/*Formular*/

	input,
	textarea {
		width: 100%;
		display: block;
		background-color: #e6e6e6;
		border: none;
		position: relative;
		border-left: 5px solid #104166;
	}

	input {
		margin-bottom: 1.5rem;
		padding: 0.8rem 0 0.8rem 2rem;
	}

	textarea {
		margin-bottom: 1.5rem;
	}

	textarea {
		height: 5rem;
		padding: 0.8rem 0 0 2rem;
		height: 18.4rem;
		resize: none;
	}

	::placeholder {
		/* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #000;
		opacity: 1;
		/* Firefox */
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #000;
	}

	::-ms-input-placeholder {
		/* Microsoft Edge */
		color: #000;
	}

	/*-----------------//--------------------footer--------------------//-----------------*/

	footer {
		text-align: center;
		background-color: #0a2a42;
		color: #fff;
		position: relative;
	}

	footer:before {
		content: "";
		width: 100%;
		height: 2px;
		background-color: #fff;
		top: 40px;
		left: 0;
		position: absolute;
	}

	.menu-container-footer div nav ul li a {
		color: #fff;
	}

	.menu-container-footer div nav ul li:before {
		background-color: #fff;
	}

	footer .copy-container {
		margin-top: 4rem;
	}

	footer .copy-container a {
		color: #fff;
		transition: .3s;
	}

	footer .copy-container a:hover {
		color: #b363ff;
	}

	footer .copy-container {
		font-family: 'Lato-Bold';
	}

	/*-----------------//--------------------footer--------------------//-----------------*/

	/*-----------------------------------------------------------------------Despre noi-----------------------------------------------------------------------*/

	.head-container-secondary {
		height: 75vh!important;
	}

	.despre-noi {}

	.despre-noi .section1 .row:not(:last-child) {
		margin-bottom: 4rem;
	}

	.despre-noi .section1 .row div h3 {
		font-family: 'PlayfairDisplay-Bold';
		text-transform: uppercase;
		color: #565656;
		font-size: 1.7rem;
		margin-bottom: 2rem;
	}

	.despre-noi .section1 .row div p {
		color: #565656;
		line-height: 2rem;
	}

	.despre-noi .section1 .row .despre-noi-img-container {
		position: relative;
		height: 23rem;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.img-text {
		float: left;
		float: left;
		max-width: 550px;
		width: auto;
		height: auto;
		margin-right: 2rem;
	}

	.title-style-membrii-fondatori {
		text-align: left;
	}


	.membri-fondatori-wrapper {
		background-color: #eaeaea;
		padding: 2rem 0;
	}

	.membri-fondatori-wrapper a {
		color: #2e2e2e;
	}

	.membri-fondatori-wrapper a:hover .img-radius {
		transform: scale(1.1); //margin-bottom: 1rem;
	}


	.membri-fondatori-wrapper .membru-item {
		text-align: center;
		display: inline-block;
		margin-left: 3rem;
	}

	.membri-fondatori-wrapper .membru-item:nth-of-type(1) {
		margin-bottom: 2rem;
	}


	.img-radius-span {
		display: block!important;
	}

	.asociati-container h4 {
		font-size: 1.2rem;
		border-bottom: 1px solid #000;
		margin-bottom: 2rem;
	}

	.img-radius-span-name {
		font-weight: 900;
	}

	/*-----------------------------------------------------------------------Domenii de activitate-----------------------------------------------------------------------*/

	.domenii-section1 .row-min-height:not(:last-child) {
		margin-bottom: 6rem;
	}

	.domenii-section1 .row .domenii-box {
		border-left: 2px solid #000;
		margin-bottom: 3rem;
	}

	.domenii-section1 .row .domenii-box .domenii-title {
		margin-bottom: 2rem;
	}

	.domenii-section1 .row .domenii-box .domenii-title h4 {
		font-family: 'PlayfairDisplay-Bold';
		font-size: 1.3rem;
		color: #565656;
		text-transform: uppercase;
		display: inline-block;
		margin-left: 2rem;
		position: relative;
		top: -13px;
	}

	.domenii-section1 .row .domenii-box div p {
		color: #565656;
		line-height: 2rem;
	}

	/*-----------------------------------------------------------------------Studii de caz-----------------------------------------------------------------------*/

	.studii-section1 {
		text-align: center;
	}

	.studii-section1 .studii-section1-img-container {
		height: 20rem;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.studii-section1 .studii-section1-img-wrapper {
		margin-bottom: 2rem;
	}

	.studii-section1 p:not(:last-child) {
		margin-bottom: 1rem;
	}

	.studii-section1 .studii-logo-container {
		margin-top: 8rem;
		background-color: #eaeaea;
		padding: 2rem 0;
	}

	.studii-section1 .studii-logo-container img {
		width: 100%;
		height: auto;
	}

	/*-----------------------------------------------------------------------Studii de caz-----------------------------------------------------------------------*/

	/*--------------------------------------------------------------------------Articol--------------------------------------------------------------------------*/

	.article {
		text-align: center;
		color: #252525;
	}

	.article .row div h3 {
		font-family: 'Merriweather-BoldMerriweather-Bold';
		font-size: 2.5rem;
		margin-bottom: 2rem;
	}

	.article .row .text-container {
		text-align: left;
		margin-top: 5rem;
	}

	.article .row .text-container p:not(:last-child) {
		margin-bottom: 1rem;
	}


	/*--------------------------------------------------------------------------Articol--------------------------------------------------------------------------*/

	.contact .contact .row .contact-details {
		margin-bottom: 6rem;
	}

	.contact .contact .row .contact-details div {
		font-size: 1.1rem;
		font-family: 'Lato-Regular';
	}

	.contact .contact .row .contact-details div a {
		color: #252525;
	}

	.contact .contact .row .contact-details div a:hover {
		color: #8d8d8d;
	}

	.contact .contact .row .contact-details div:not(:last-child) {
		margin-bottom: 1.5rem;
	}

	.contact .contact .row .contact-details div img {
		margin-right: 1rem;
	}

	.contact .contact .row .contact-details div img {
		width: 1.4rem;
	}

	.contact .contact-secondary {
		background-color: initial;
	}

	form.invalid {
		background: transparent;
		color: #000;
	}

	.invalid {
		background: #d44747;
		animation: shake .5s linear;
		color: #FFF;
	}

	.contact-content-container .success,
	.contact-content-container .fail {
		top: 1rem;
		position: relative;
		transition: 500ms;
		opacity: 0;
		visibility: hidden;
		height: 0;
		font-size: 1.1rem;
		font-weight: 600;
	}


	.success div.success {
		height: auto;
		opacity: 1;
		visibility: visible;
	}

	.fail div.fail {
		height: auto;
		opacity: 1;
		visibility: visible;
	}

	.fail.success div.fail {
		height: 0;
		opacity: 0;
		visibility: visible;
	}

	@keyframes shake {
		8%,
		41% {
			-webkit-transform: translateX(-10px);
		}
		25%,
		58% {
			-webkit-transform: translateX(10px);
		}
		75% {
			-webkit-transform: translateX(-5px);
		}
		92% {
			-webkit-transform: translateX(5px);
		}
		0%,
		100% {
			-webkit-transform: translateX(0);
		}
	}

	section.contact-section {
		padding: 0;
	}


	/*------------//-----------------------------------------------------------------------RESPONSIVE-----------------------------------------------------------------------//------------*/

	@media only screen and (min-device-width: 0px) and (max-width: 1023px) {
			.section--landing h1{
		font-size: 2rem !important;
	}

		/*--------------------GLOBAL--------------------*/
		section {
			padding: 3rem 0;
		}

		/*--------------------Header--------------------*/
		header {
			padding: 0;
			background-color: #f4f4f4;
			height: 90px;
			text-align: left;
			position: fixed;
			width: 100%;
			z-index: 99999;
		}

		/*//////////////////////////////////////////////*/
		.domenii-section1 .row .domenii-box .domenii-title h4 {
			margin-left: 4rem;
		}

		.membri-fondatori-wrapper,
		.asociati-container {
			text-align: center;
		}

		.membri-fondatori-wrapper .membru-item {
			margin-left: 0!important;
		}


		.logo-container,
		header:before {
			display: none;
		}

		.menu-container {
			width: 100%;
			height: calc(100vh - 90px);
			background-color: #0a2a42;
			top: 90px;
			left: 0;
			display: block;
			position: absolute;
			z-index: 1!important;
			opacity: 0;
			visibility: hidden;
			pointer-events: none;
			transform: translate3d(0, 100%, 0);
			transition: .5s;
			overflow-y: scroll;
			padding-bottom: 4rem;
			-webkit-overflow-scrolling: touch;
		}
		.menu-container.active {
			opacity: 1;
			visibility: visible;
			pointer-events: all;
			transform: translate3d(0, 0, 0)
		}
		.mobile-header {
			display: block;
		}

		.head-container .head-text {
			transform: translateY(-50%);
			width: 100%;
		}



		.head-container .head-text div h1 {
			font-size: 2.5rem;
		}

		.head-container .head-text .head-subtitle h3 {
			font-size: 1rem;
		}

		.head-container .head-text .head-subtitle:before {
			width: 90%;
			left: 5%;
		}

		.head-container .head-text .head-subtitle:after {
			width: 90%;
			left: 5%;
		}

		.title-style-1 div h4 {
			font-size: 1.4rem;
		}

		.domenii-content .img-container .img-box,
		.domenii-content .img-container .img-box-2 {
			margin: 0;
		}

		.domenii-content .row div p {
			margin-left: 0;
		}

		.domenii-content .row div .p-style-2 {
			margin-right: 0;
		}

		.domenii-content .row div span,
		.domenii-content .row div .span-style-2 {
			font-size: 1.5rem;
			margin: 0;
		}

		.domenii-content .row div h5 {
			font-size: 1rem;
		}

		.domenii-content .row div p {
			text-align: center;
		}

		.domenii-content .img-container .img-box {
			margin-bottom: 2rem!important;
		}

		.domenii-content .img-container .img-box-2 {
			margin-top: 2rem!important;
		}

		.row .map-container .map-box {
			height: auto;
			margin-top: 2rem;
		}

		.menu-container-footer {
			display: none;
		}

		footer {
			padding: 2rem 0;
		}


		.domenii-section1 .row .domenii-box:not(:last-child) {
			margin-bottom: 3rem;
		}

		.domenii-section1 .row-min-height:not(:last-child) {
			margin-bottom: 3rem;
		}

		.studii-section1 .box-style-1 .text-container p {
			margin: 0;
		}

		.studii-section1 .box-style-1 .img-container {
			min-height: 23rem;
		}

		.studii-section1 .box-style-1 {
			height: 100%;
		}

		.studii-section1 .box-style-2 .img-container {
			min-height: 23rem;
		}

		.studii-section1 .box-style-2 {
			height: 100%;
		}

		.studii-section1 .box-style-2 .text-container p {
			margin: 0;
		}

		.studii-section1 .box-style-1 .text-container:before,
		.studii-section1 .box-style-2 .text-container:before {
			width: 30%;
		}

		.studii-section1 .box-style-1 .text-container .button-style-mai-mult,
		.studii-section1 .box-style-2 .text-container .button-style-mai-mult {
			margin: 0;
		}

		.studii-section1 .box-style-1 .text-container p:before {
			width: 2rem;
			left: -45px;
		}

		.studii-section1 .box-style-2 .text-container p:before {
			width: 2rem;
			right: -45px;
		}

		.img-text {
			width: 100%;
			margin-right: 0;
			margin-bottom: 1rem;
		}

		.p-text-align {
			text-align: center;
		}

		.active ul {
			margin-top: 5rem;
		}

		.active ul li {
			display: block!important;
			margin: 0!important;
			padding: 0!important;
			margin-bottom: 2rem!important;
			font-size: 1.5rem;
		}

		.active ul li a {
			color: #fff!important;
		}

	}

	.membru-item img {
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		transform: translate(-50%, -50%) scale(1);
		-ms-transform: translate(-50%, -50%) scale(1);
		-webkit-transform: translate(-50%, -50%) scale(1);
	}

	.membri-fondatori-wrapper .membru-item .img-radius {
		display: inline-block;
		position: relative;
		width: 150px;
		height: 150px;
		border-radius: 50%;
		transition: .3s;
		overflow: hidden;
	}


.section--landing{

height:100vh;

width:100%;

background:#000 url("../../../images/uploads/hero.jpg") no-repeat center;

background-size:cover;

display: flex;

flex-direction: row;

align-items: center;

justify-content: center;

text-align: center;

}

.section--landing h1{

		font-family: 'PlayfairDisplay-Bold';
		color:#fff;
		font-size: 3rem;

}

.landing__wrapper .row + .row{

margin-top:4rem;

}

.columns--landing{

text-align: center;

display: flex;

flex-direction: row;

justify-content: center;

align-items: top;

}

.columns--landing a{

display: block;

transition:.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);

}



.columns--landing__item{

width:50%;

}



.columns--landing__item +

.columns--landing__item{

margin-left:30px;

}

.columns--landing__item__image{

display: block;

height:10vw;

min-height:100px;

width:10vw;

min-width:100px;

text-align: center;

background:#fff;

border-radius:100%;

overflow: hidden;

box-shadow:0 10px 50px 0 rgba(0,0,0,.2);

margin:0 auto;

}

.columns--landing__item__image img{

width:70%;

height:100%;

object-fit:contain;

object-position: center;

}

.columns--landing__item__image + a{

color:#fff;

font-size:1.2rem;

font-family: inherit;

margin-top:1rem;

}

.columns--landing__item:hover .columns--landing__item__image{

transform:scale(.8)

}

.columns--landing__item:hover .columns--landing__item__image + a{

transform:translate3d(0,-1rem,0)

}