.services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 76px;
}

.services .service-content {
	width: 30%;
	padding: 45px 82px;
	margin: 9px;
	text-align: center;
	color: white;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 33px;
	background: rgba(255, 255, 255, 0.07);
}

.services .service-content .service-img {
    margin-bottom: 20px;
}

.services.service-slider .slick-slide img {
    width: 20% !important;
    margin: 0 auto !important;
}

.services.service-slider .slick-slide .service-txt {
    text-align: center !important;
}

/* services as a list */

.services-list .service-content {
    width: 25%;
    text-align: center;
}

.services-list .service-content .service-img {
    height: 200px;
}

.services-list .service-content .service-img img {
    width: auto;
    height: 100%;
}

.team {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 62px;
	padding-bottom: 100px;
}

.team .service-content .service-txt h3 {
	padding-top: 27px;
	padding-bottom: 12px;
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: var(--text-color);
}

.team .service-content .service-txt a {
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: var(--text-color);
}

.team .el__socials .el__social {
    width: 30px;
    height: 30px;
    margin: 10px;
}

.team .service-content .service-img {
    margin: 0 20px;
    transition: all 500ms ease;
}

.team .service-content .service-img:hover {
    transform: scale(1.06);
}

.team-highlighted {
    background-color: white;
    padding: 20px 50px;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.team-highlighted img {
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
}

.teams {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.teams .service-img {
    width: 200px;
    height: 200px;
}

.teams .service-content {
    margin: 50px;
}

.about-img {
    margin: 0 50px;
}

.about-txt p {
    margin-bottom: 68px;
}


.about .about-content .about-txt {
	padding: 0 100px;
}

.about-content-2 {
    flex-direction: row-reverse;
}

.about-content-3  .about-img, .about-content-4  .about-img {
    margin: 50px auto;
    width: 50%;
}

.logo-list .logo-content {
    width: 250px;
    height: 250px;
    margin: 50px;
}

.logo-list .logo-content .service-txt {
    text-align: center;
}
