h4{
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
}


@media (min-width:992px){
	.floating-cols{
		display: block;
	}
	.floating-cols:after{
		content: '';
		display: block;
		clear:both;
	}
	.floating-cols .fll{
		float: left;
	}
	.floating-cols .flr{
		float: right;
	}
}

.quiz-legend{
	margin-top: 55px;
}
.quiz-legend{
	margin-bottom: 35px;
	display: flex;
}
.quiz-legend dl{
	display: flex;
	margin-bottom: 0;
}
.quiz-legend dt,
.quiz-legend dd{
	margin: 0;
}
.quiz-legend dt{
	margin-right: 15px;
}
.quiz-legend dd{
	margin: 0;
}
.quiz-legend dl:not(:last-child){
	margin-right: 55px;
}
.quiz-legend dt i{
	width: 50px;
	height: 4px;
	border-radius: 100px;
	display: inline-block;
}

.legend-blue{
	background: linear-gradient(253.19deg, #203263 -32.42%, #6376AA 135.2%);
}
.legend-grey{
	background: linear-gradient(237.99deg, #D0D0D0 6.41%, #E9E9E9 91.99%);
}

.w-bd-box{
	background: #fff;
	padding: 25px 40px;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
	border-radius: 24px;
	margin-bottom: 15px;
}
.quiz-result-progresses{
	margin-bottom: 20px;
	margin-top: -5px;
	padding-right: 20px;
}
.w-bd-box h3{
	font-weight: 400;
	font-size: 18px;
}
.progress-w-scale{
	position: relative;
}
.progress-w-scale:not(:last-child){
	margin-bottom: 6px;
}
.progress-w-scale progress{
	width: 100%;
	height: 12px;
	border-radius: 0;
	-webkit-appearance: none;
    appearance: none;
    display: block;
    background: none;
    border: 0;
}
.progress-scale{
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 24px;
	justify-content: space-between;
	list-style-type: none;
	counter-reset:list -1;
	margin: 0;
	padding: 0;
}
.progress-scale li{
	width: 2px;
	height: 24px;
	background: #000;
	display: block;
	padding: 0;
	position: relative;
}
.progress-scale li:not(:first-child):not(:last-child){
	left: -1px;
}
.progress-scale li:before{
	counter-increment:list;
	content:counter(list);
	color: #AFAFAF;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 17px;
	letter-spacing: -0.02em;
	text-align: center;
	left: 7px;
	opacity: 0.4;
}

.progress-w-scale.hide-numbers ol li:not(.c):before{
    opacity:0;
}

.progress-scale li.c:before{
	font-weight: bold;
	font-size: 14px;
	line-height: 140%;
	color: #203263;
	opacity: 1;
}



.progress-scale li:first-child{
	background: none !important;
}
.progress-scale li:first-child:before{
	left: 0;
}

/*.progress-scale li span{
	position: absolute;
}*/

.quiz-result-progresses .progress-w-scale:first-child{
	padding-top: 24px;
}
.quiz-result-progresses .progress-w-scale:last-child{
	padding-bottom: 24px;
}
.quiz-result-progresses .progress-w-scale:last-child .progress-scale{
	top: auto;
	bottom: 0;
}
.quiz-result-progresses .progress-w-scale:last-child .progress-scale li{
	padding-top: 7px;
}

.progress-personal~.progress-scale li{
	background: linear-gradient(180deg, rgba(93, 107, 147, 0) 0%, #57668D 100%);
	opacity: 0.4;
}

.progress-personal~.progress-scale li.c{
	background: linear-gradient(180deg, rgba(93, 107, 147, 0) 0%, #57668D 100%);
	opacity: 1;
}

.progress-common~.progress-scale li{
	background: linear-gradient(180deg, #DADADA 0%, rgba(218, 218, 218, 0) 100%);
	opacity: 0.4;
}

.progress-common~.progress-scale li.c{
	background: linear-gradient(180deg, #D0D0D0 0%, rgba(208, 208, 208, 0) 100%);
	opacity: 1;
}
.progress-common~.progress-scale li.c:before{
	color: #afafaf;
}

.progress-common::-webkit-progress-inner-element,
.progress-personal::-webkit-progress-inner-element {
  overflow: hidden;
  background-position:inherit;
}
.progress-common::-webkit-progress-bar,
.progress-personal::-webkit-progress-bar {
  background-color: transparent;
  background-position:inherit;
}
.progress-personal::-webkit-progress-value {
  background: linear-gradient(253.19deg, #203263 -32.42%, #6376AA 135.2%);
  opacity: 0.8;
}
.progress-personal::-moz-progress-bar {
  background: linear-gradient(253.19deg, #203263 -32.42%, #6376AA 135.2%);
  opacity: 0.8;
}
.progress-common::-webkit-progress-value {
	background: linear-gradient(267.62deg, #B5B5B5 1.99%, #CECECE 204.85%);
	opacity: 0.6;
}
.progress-common::-moz-progress-bar {
	background: linear-gradient(267.62deg, #B5B5B5 1.99%, #CECECE 204.85%);
	opacity: 0.6;
}




.progress-personal{}
.progress-common{}
.quiz-result-comment{
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 17px;
	letter-spacing: 0em;
	text-align: left;
	color: #858585;
	display: inline-block;
}
.quiz-result-vote{
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 17px;
	letter-spacing: 0em;
	text-align: left;
	color: #858585;
	display: inline-block;
	float: right;
}
.quiz-result-vote a{
	color: #858585;
}
.quiz-result-comment .inline-svg-icon{
	fill: #E9E9E9;
	width: 14.5px;
	height: 14.5px;
	margin-right: 6px;
	display: inline-block;
	vertical-align: middle;
}

.meter-box{
	margin-bottom: 85px;
}
.w-bd-logo-head{
	text-align: center;
	margin-bottom: 40px;
	padding-top: 12px;
}
.w-bd-logo-head .h{
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #203263;
	margin-bottom: 4px;
}
.w-bd-logo-head .h-logo{
	max-width: 247px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.meter-widget{
	text-align: center;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}
.meter-widget-itself{
	width: 320px;
	height: 320px;
	background: url(../images/rating-widget-bg.svg) no-repeat center top;
	background-size: contain;
	position: relative;
	margin-bottom: -40px;
}

.meter-widget-level{
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	/*background: url(../images/rating-widget-fg.svg) no-repeat center top;*/
	left: 0;
}
.meter-widget-level{
	width: 100%;
}
.meter-widget-level path{
	transition: stroke-dashoffset 0.5s 1.2s;
}
.meter-widget-level-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 56.2%;
	z-index: 1;
}
.meter-widget-level-fg{
	position: relative;
	z-index: 2;
}

.meter-widget-progress{}
.meter-widget-current{
	width: 30px;
	height: 30px;
	position: absolute;
	border-radius: 30px;

	background: #FFFFFF;
	border: 4px solid #E44039;
	box-sizing: border-box;
	box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);

    z-index: 4;
    left: -8px;
    margin: auto;
    top: 0;
    bottom: 0;
    transform: rotate(0deg);
    transform-origin: 170px 15px;
    transition: transform 0.5s 1.2s;
}
.meter-widget-current:after{
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #e44039;
}
.meter-widget-average{
	width: 14.42px;
	height: 5px;
	left: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	transform: rotate(118deg);
	transform-origin: 160px 2.5px;
	position: absolute;
	z-index: 3;
}
.meter-widget-average span{
    position: absolute;
    right: calc(100% + 10px);
    bottom: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.02em;
    color: #E9692D;
    transform: rotate(-90deg);
    opacity: 0;
}
.meter-widget-pointer{
	width: 42px;
	height: 35px;
	position: absolute;
	z-index: 2;
	left: 30px;
    margin: auto;
    top: 0;
    bottom: 0;
    transform: rotate(-5deg);
    transform-origin: 130px 17.5px;
    transition: transform 0.5s 1.2s;
}
.meter-widget-pointer:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 35px 21px 0;
	border-color: transparent #1a1a1a transparent transparent;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
}
.meter-widget-knob{
	background: #FFFFFF;
	box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
	width: 200px;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 3;
}
.meter-widget-knob .value{
	display: flex;
	align-items: baseline;
	position: relative;
}
.meter-widget-knob .points{

}
.meter-widget-knob .current{
	font-size: 64px;
	font-style: normal;
	font-weight: 500;
	line-height: 78px;
	letter-spacing: -0.02em;
	text-align: right;
}
.meter-widget-knob .total{
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #1A1A1A;

	opacity: 0.2;
	position: absolute;
    left: 100%;
    bottom: 12px;
    margin-left: 3px;
}
.meter-widget-knob .label{
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: center;
	text-transform: uppercase;
	color: #4D5B82;

}

.meter-widget-link{
	margin-top: 0px;
}
.meter-widget-link a{
	color: #203263;
}
.meter-widget-result{
	color: #1A1A1A;
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: -0.02em;
	text-align: center;
	margin-bottom: 15px;
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.meter-widget-person img{
	border-radius: 100%;
	width: 64px;
	height: 64px;
	object-fit: cover;
	margin-bottom: 10px;
}
.meter-widget-person{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #203263;

}
.meter-widget-person-name{}

.w-bd-box-footer{
	text-align: center;
	position: relative;
	border-top: 1px solid #EBEBEB;
	padding-top: 25px;
	margin-top: 35px;
	padding-bottom: 10px;
}

.btn-big-it{
	text-align: center;
	border-radius: 3px;
	min-width: 300px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
}
.btn-big-it svg{
	width: 15px;
	height: 15px;
	margin-right: 12px;
	vertical-align: middle;
	fill:#fff;
	stroke:#fff;
}
.btn-orangegrad{
	color: #fff;
	background: linear-gradient(231.38deg, #ED2A24 -50.6%, #FCB424 151.79%);
}
.btn-orangegrad:hover{
	color: #fff;
	background: linear-gradient(231.38deg, #E52210 -50.6%, #F9B020 151.79%);
}

.quiz-result-unsolved{
	position: relative;
}
.quiz-result-unsolved .quiz-result-progresses{
	pointer-events:none;
	filter:blur(1.75px) grayscale(1);
	opacity: 0.85;
}
.quiz-result-unsolved .btn-big-it{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.quiz-result-unsolved .btn-big-it svg{
	width: 28px;
	height: 25px;
}


.share-cloud{
	display: none;
	background: #fff;
	height: 54px;
	padding: 3px;
	background: #FFFFFF;
	box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
	border-radius: 27px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, calc(100% + 10px));
	display: none;
}
.share-cloud.called{
	display: inline-flex;
}
.share-cloud a{
	width: 48px;
	height: 48px;
	border-radius: 48px;
	position: relative;
	display: block;
	background: rgba(235, 235, 235, 0);
	transition: all 0.3s;
}
.share-cloud a:hover{
	background: rgba(235, 235, 235, 0.3);
}
.share-cloud .inline-svg-icon{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 16px;
	height: 16px;
}
.partners-list{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.partners-list li {
    position: relative;
    flex-grow: 1;
    text-align: center;
    flex-basis: 33.3%;
    padding: 20px;
}
.partners-list li img{
	transition: all 0.3s;
    filter: grayscale(1) opacity(0.5);
}
.partners-list li:hover img{
    filter: grayscale(0) opacity(1);
}
.partners-list li:not(:nth-child(3n+1)):before{
	height: 34px;
	width: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display: inline-block;
	background: linear-gradient(90deg, rgba(235, 235, 235, 0) 0%, #EBEBEB 55.47%, rgba(235, 235, 235, 0) 104.41%);
}

.partners-list-line li{
	flex-basis: 16.6667%;
	padding: 30px;
}
.partners-list-line li:not(:nth-child(3n+1)):before{
	display: none;
}

@media (max-width:991px){
	.w-bd-box{
		padding: 20px;
	}
	.w-bd-box h3{
		font-size: 12px;
	}
	.meter-box{
		margin-bottom: 40px;
		margin-top: 35px;
	}
	.quiz-legend{
		margin-top: 0px;
	}
}
@media (max-width:767px){
	.meter-widget-itself{
		width: 220px;
		height: 220px;
		margin-left: auto;
		margin-right: auto;
	}
	.meter-widget-knob{
		width: 130px;
		height: 130px;
	}
	.meter-widget-knob .current{
		font-size: 44px;
		line-height: 1.4;
	}
	.meter-widget-knob .total{
		font-size: 12px;
	}
	.meter-widget-knob .label{
		font-size: 12px;
		margin-top: -10px;
	}
	.meter-widget-pointer{
		left: 30px;
		transform-origin: 80px 17.5px;
	}
	.meter-widget-current{
		transform-origin: 120px 15px;
	}
	.meter-widget-average{
		transform-origin: 113px 2.5px;
	}
	.quiz-legend dl{
		display: block;
		margin: 0;
	}
	.quiz-legend dd{
		font-size: 12px;
		margin-top: 5px;
	}
	.btn-big-it{
		display: flex;
		line-height: 1;
		min-width: 100%;
		align-items: center;
		font-size: 16px;
		justify-content: center;
	}
	.meter-widget-link{
		margin-top: 10px;
	}
	.partners-list{
		flex-wrap: wrap;
		align-items: stretch;
		padding-top: 10px;
		padding-bottom: 10px;
		position: relative;
	}
	.partners-list li{
		flex:1 0 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	/*
	.partners-list li:first-child,
	.partners-list li:first-child+li{
		padding-bottom: 40px;
	}
	.partners-list li:last-child,
	.partners-list li:nth-last-child(2){
		padding-top: 40px;
	}
	*/
	.partners-list li:not(:first-child):before{
		display: none;
	}
	.partners-list li img{
		max-height: 70px;
	}
	.partners-list:before,
	.partners-list:after{
		content: '';
		background: linear-gradient(90deg, rgba(235, 235, 235, 0) 0%, #EBEBEB 55.47%, rgba(235, 235, 235, 0) 104.41%);
		width: 140px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		height: 1px;
		display: none;
	}
	.partners-list:before{
		transform: rotate(90deg);
	}
	.quiz-result-unsolved .btn-big-it{
		min-width: auto;
		padding: 0 20px;
		white-space: nowrap;
	}
}
[data-tip]{
	cursor: pointer;
}
/*.hovertip{
	position: absolute;
	background: #fff;
	padding: 10px;
	border: 1px #aaa;
	font-size: 12px;
	z-index: 100;
	box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
}
*/
.meter-widget-thumb{
	max-width: 85px;
	margin: 0;
}
.meter-widget-thumb .meter-widget-itself {
    width: 85px;
    height: 85px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
    margin-left: -10px;
    margin-top: -9px;
}
.meter-widget-thumb .meter-widget-knob {
    width: 53px;
    height: 53px;
}
.meter-widget-knob .total:only-child{
	font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: center;
    opacity: 1;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0;
}
.meter-widget-thumb .meter-widget-pointer:after{
    border-width: 6px 10px 6px 0;
}
.meter-widget-thumb .meter-widget-pointer{
	left: 7px;
	width: 12px;
	height: 15px;
	transform-origin: 36px center;
}
a.w-bd-box{
	display: block;
}
.w-bd-box.w-box-sq{
	border-radius: 3px;
}
.w-bd-box.w-box-prime{
	padding: 40px;
}
.it-director-landing{
	/*background:url(../images/leader-header.png) no-repeat right bottom #fff;
	background-size: auto 100%;*/
	margin-bottom: 60px;
	  position: relative;
}
.it-director-landing .text{
	max-width: 50%;
	font-size: 14px;
	line-height: 1.5;
	padding-right: 24px;
}
.it-director-landing .text p{
	margin-bottom: 1.4em;
}
.it-director-landing .text .h2{
	font-size: 48px;
}
.it-director-landing .text *:first-child{
	margin-top: 0;
}
.it-director-landing .text *:last-child{
	margin-bottom: 0;
}

.it-director-landing{
}
.w-box-prime-decoration{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  max-width: 50%;
  object-fit: cover;
  /*object-position: left top;*/
}


.w-box-slim{}
.it-director-card{
	padding: 25px 47px 25px 40px;
}
.it-director-card:hover{
	box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
}
.it-director-thumb{
	display: flex;
}
.it-director-thumb .meter-widget-thumb{
	margin-right: 30px;
}
.it-director-thumb .title{
	padding-left: 30px;
	position: relative;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	color: #203263;
}
.plt{
	padding-left: 40px;
}
.col-12.aside{
	margin-top: 85px;
}

.it-director-thumb .title:before{
	position: absolute;
	content: '';
	width: 1px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	left: 0;
	background: #E9E9E9;
}
.it-director-thumb .tag{
	padding: 0px 12px;
	height: 24px;
	border-radius: 3px;
	font-weight: 500;
	font-size: 10px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	display: inline-block;
	background: #858585;
	align-self: center;
	margin-left: 25px;
}

.untouched .title,
.untouched .tag{opacity: 0.4;}



@media (max-width:1200px){
	.it-director-thumb .title{
		padding-left: 0;
	}
	.it-director-thumb .title:before{
		display: none;
	}

}
@media (max-width:991px){
	.it-director-card{
		padding: 25px 30px;
		min-height: 100px;
	}
	.it-director-thumb .meter-widget-thumb{
		margin-right: 20px;
		position:absolute;
		left: 0;
		top: 0;
	}
	.it-director-thumb .title{
		padding-left: 0;
		line-height: 110%;
		font-size: 18px;
		align-items: center;
		    min-height: 45px;
		    display: flex;
	}
	.it-director-thumb{
		position: relative;
		padding-left: 95px;
		flex-direction: column-reverse;
	}
	.it-director-thumb .tag{
		align-self: flex-start;
	    margin-left: 0;
	    margin-bottom: 10px;
	}
	.it-director-landing{
		background: #fff;
	}
	.it-director-landing .text .h2{
		font-size: 36px;
	}
	.it-director-landing .text{
		max-width: 470px;
	}
	.w-box-prime-decoration{
		max-width: calc(100% - 500px)
	}
}
@media (max-width:991px){
	.w-bd-box.w-box-prime{
		padding: 30px 20px;
	}
	.it-director-landing .text .h2{
		font-size: 28px;
	}
	.plt{
		padding-left: 20px;
	}
	.col-12.aside{
		margin-top: 55px;
	}
}

.quiz-gift-box{
  background-image:url(../images/bubbles-bg.png);
  display: flex;
      background-size: cover;
      background-position: center;
      justify-content: space-between;
      align-items: center;
      padding-right: 10px;
}
.quiz-gift-box{}
.quiz-gift-text{
  width: 50%;
  flex-shrink: 0;
}
.quiz-gift-text .btn-big-it{
  min-width: initial;
  max-width: 192px;
  width: 100%;
  margin-top: 25px;
}

.w-bd-box .h2{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 120%;
}

@media (max-width:991px){
  .quiz-gift-text {
      width: 90%;
      flex-shrink: 0;
      position: relative;
      z-index: 2;
  }
  .quiz-gift-box {
      position: relative;
      overflow: hidden;
  }
  .quiz-gift-image{
    position: absolute;
      right: 0;
      bottom: 0;
    transform: translate(30%, 25%);
      opacity: 0.4;
  }
}
.w-box-sl{
	padding: 10px;
}
.blog-hz-thumb{
	display: flex;
}
.expert-thumb{

}
.blog-hz-thumb.expert-thumb figure{
	width: 278px;
	height: 278px;
	flex-shrink: 0;
}
.blog-hz-thumb.expert-thumb figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.blog-hz-thumb .blog-thumb-text{
	padding-top: 25px;
	padding-right: 50px;
	line-height: 1.4;
}
.blog-hz-thumb .blog-thumb-text:not(:first-child){
	margin-left: 30px;
}

.expert-thumb .date{
	font-size: 14px;
	color: rgba(53, 53, 53, 0.5);
	margin-bottom: 13px;
}
.expert-thumb h3 {
	font-size: 22px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
}

.w-box-teaser{

}

.w-box-teaser .h{
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 15px;
	font-weight: normal;
	font-weight: 500;
}
.w-box-teaser .btn-mid{
	width: 200px;
}

@media (max-width:1200px){
	.blog-hz-thumb .blog-thumb-text {
		padding: 10px 10px 0 0;
		font-size: 15px;
	}
	.blog-hz-thumb.expert-thumb h3 {
		font-size: 20px;
		line-height: 1.2;
	}
	.blog-hz-thumb .blog-thumb-text:not(:first-child){
		margin-left: 20px;
	}


}

@media (max-width: 767px){
	.blog-hz-thumb{
		flex-direction: column;
	}
	.blog-hz-thumb .blog-thumb-text{
		padding: 0;
	}
	.blog-hz-thumb .blog-thumb-text:not(:first-child){
		margin-left: 0;
	}
	.blog-hz-thumb.expert-thumb figure{
		width: 100%;
		margin-bottom: 20px;
	}
	.blog-hz-thumb.expert-thumb figure img{
		width: 100%;
		object-fit: cover;
	}
	.w-box-teaser .btn{
		width: 100%;
	}
}

@media (max-width:991px){
	.it-director-landing .text{
		max-width: 100%;
	}
	.w-box-prime-decoration{
		position: static;
		width: auto;
		height: auto;
		margin-bottom: 20px;
		max-width: 100%;
		order: -1;
		margin-top: -10px;
	}
	.it-director-landing{
		display: flex;
		flex-direction: column;
	}
}
