.service-bottom-content {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.hr-services .hr-icon {
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background: #d4ebd7;
	padding: 10px;
}

.services-head {
	display: flex;
	align-items: start;
	column-gap: 20px;
	justify-content: center;
}
.services-head .hr-crop-titel {
	max-width: 190px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.hr-services .hr-icon img {
	width: 70px;
	max-width: 70px;
}
.services-card p {
	text-align: center;
	line-height: 26px;
	color: #6C757D;
	font-size: 16px;
	margin: 0;
}
.services-card {
	border: 1px solid #d6e6ff;
	box-shadow: none;
	border-radius: 20px;
	height: 100%;
	transition: all .3s ease-in-out;
	padding: 25px;
}
.services-card:hover {
	box-shadow: 0 7.7077627182px 25.0502281189px 0 rgba(0,103,255,.08);
}
.hr-services-content .row {
	row-gap: 25px;
}
.hr-services .hr-section-content {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.service-bottom-content h3 {
	color: #212121;
	font-weight: 600;
	font-size: 22px;
}

/*Main-service css*/

.main-service-right-img img {
  width: 100%;
  border-radius: 20px;
  transition: .3s ease-in-out;
}
.main-service-right-img {
  overflow: hidden;
}
.main-service-right-img:hover img {
  transform: scale(1.1);
}
.main-service-right-img {
	border-radius: 20px;
	margin: 0;
}
.main-service-head h3, .main-service-bottom h3 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 10px;
}
.main-service-bottom h4 {
	font-size: 20px;
	font-weight: 500;
	color: var(--color-3);
}
.main-service-bottom {
/*	background: linear-gradient(180deg, #E7EEFF 0%, #F3F6FD 100%);*/
/*	padding: 30px 20px;*/
	border-radius: 10px;
/*	box-shadow: 0px 6px 20px 0px #0000001A;*/
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.service-bullet {
  padding: 20px;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: start;
  column-gap: 30px;
  row-gap: 10px;
}
.service-bullet li {
	list-style: none;
	display: flex;
	align-items: center;
	column-gap: 10px;
	color: #1c1c1c;
	font-size: 17px;
}
.service-bullet li span {
	color: var(--color-4);
}
.main-service-head-content h4 {
	color: var(--color-3);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
}
.main-service-inner {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

/*Brand-process css*/

.brand-process-icon img {
  width: 100%;
  max-width: 50px;
}
.brand-process-wapper {
	padding: 58px 24px 50px 26px;
	box-shadow: 0px 4px 20px 5px rgba(0,0,0,0.03);
	border-radius: 10px;
	background: #ffffff;
	height: 100%;
}	
.brand-process-wapper h6 {
  font-size: 17px;
  color: #1c1c1c;
  font-weight: 600;
}
.brand-process-wapper p {
  margin: 0;
  font-size: 15px;
  color: dimgray;
}
.brand-process-head h5 {
  font-size: 34px;
  color: #1c1c1c;
  font-weight: 600;
}
.brand-process-inner {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}



.main-service-bottom a {
  color: var(--color-3);
}
.main-service-bottom li {
	list-style: none;
	padding-left: 25px;
	position: relative;
	line-height: 25px;
}
.main-service-bottom li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '\f058';
	font-family: 'Font Awesome 6 Pro';
	font-weight: normal;
	font-style: normal;
	color: var(--color-3);
}
.main-service-bottom ul {
	padding: 0;
	display: flex;
	flex-direction: column;
	row-gap: 7px;
}

.main-service-bottom h6 a {
	color: #fff;
	padding: 15px 20px;
	border-radius: 5px;
	display: flex;
	width: max-content;
	font-size: 18px;
	background: var(--color-3);
	transition: .3s ease-in-out;
	font-weight: 600;
	margin-top: 20px;
}
.main-service-bottom h6 a:hover {
	background: var(--color-4);
	color: #fff;
	transition: .3s ease-in-out;
}
.main-service-bottom p {
	color: dimgray;
	font-size: 18px;
	font-family: var(--font-01);
	font-weight: 400;
	line-height: 28px;	
}
@media(max-width:1200px){
	.main-service-head h3, .main-service-bottom h3 {
	font-size: 38px;
	font-weight: 500;
	margin-bottom: 10px;
}
}

@media(max-width:576px){
.main-service-head h3, .main-service-bottom h3 {
	font-size: 24px;
}
.main-service-bottom .row {
	row-gap: 30px;
}
}