.employer-card{
  box-shadow: 5px 5px 5px lightgray;
  border: none !important;
  display: inline-block;
  overflow: hidden
}

.employer-card img{
  display: block;
  border-radius: 0px !important;
  transition: .3s ease-in-out
} 

.employer-card img:hover {
  transform: scale(1.01)
}

.wrap-item{
  display: flex;
  height: 100%;
}

.wrap-child{flex-grow: 1}
.float-left {width: 80%}

.float-right {
    float: right;
    background: #31623E;
    width: 20%;
}

.float-right img{
  width: 70%;
  margin-left: 15px;
  margin-top: 5px;
  display: inline-block;
}

.photo_employee {
	width: 30%;
	margin-left: 10%
}

.text_employee {
	width: 35%;
	margin-right: 15%;
	text-align: justify 
}

.text_employee2 {
	width: 60%;
	margin-right: 15%;
	text-align: justify;
	padding-top: 2%	;
	display: flex;
}

.card-title {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	font-size: 28px;
	line-height: 157.19%;
	letter-spacing: 0.08em;
	color: #2B3D16;
}

.card-text {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 112.19%;
	letter-spacing: 0.055em;
	color: #2B3D16;
}

.title_name {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 56px;
	letter-spacing: 0.005em;
	color: #212126;
	text-align: left
}

.tit_text {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-size: 38px;
	line-height: 45px;
	letter-spacing: 0.075em;
	color: #212126;
	text-align:left;
	padding-top: 30px
}

.persons_icon {
	height: 100px;
	width: auto;
	padding-top: 30px
}

.div_string {
	display: block;
	float: left;
}

@media (min-width: 1491px) and (max-width: 1960px) {
.tit_text {
	font-size: 30px;}
.title_name {
	font-size: 40px;}
}
@media (min-width: 1200px) and (max-width: 1490px) {
.tit_text {
	font-size: 30px;}
.title_name {
	font-size: 40px;}
}


@media (min-width: 992px) and (max-width: 1199px) {
.tit_text {
	font-size: 25px;}
.title_name {
	font-size: 30px;}
.text_employee {
	width: 45%;
	margin-right: 5%;}
.text_employee2 {
	width: 85%;
	margin-right: 5%;}
}

@media (min-width: 768px) and (max-width: 991px) {
.tit_text {
	font-size: 20px;}
.title_name {
	font-size: 24px;}
.text_employee {
	width: 55%;
	margin-right: 5%;}
.text_employee2 {
	width: 80%;
	margin-right: 10%;}
}


@media (max-width: 767px) {
.photo_employee {
	width: 40%;
	margin: auto}
.tit_text {
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 0.075em;}
.title_name {
	font-size: 24px;}
.text_employee {
	width: 90%;
	margin-right: 5%;}
.text_employee2 {
	width: 90%;
	margin-right: 5%;}
.card-text {
	font-size: 2vw;}
.card-title {
	font-size: 2.4vw;}
.persons_icon {
	height: 0px;
	width: auto;
	padding-top: 50px}
.li_style {
	padding-left: 10%}	
}

