.services-style-one-items {
  display: flex;
  gap: 8px;
  position: relative;
}

.services-style-one-item {
  flex: 1;
  position: relative;
  min-height: 530px;
  overflow: hidden;
  border: 1px solid rgba(64, 0, 153, 0.25);
  border-radius: 10px;
  padding: 30px;
  background: #fff;
  /* Loại bỏ hiệu ứng hover thay đổi kích thước */
}

.services-style-one-item .icon img {
  height: 75px;
  margin-bottom: 30px;
  max-width: max-content;
}

.services-style-one-item .btn {
  background: linear-gradient(90deg, var(--fs-color-primary) 25%, #9747FF 100%);
  padding: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  line-height: 60px;
  border-radius: 50%;
  margin-top: 16px;
text-align: center;		
}

.services-style-one-item .btn i {
  top: 0;
  margin: 17px;
  transform: rotate(-45deg);
  font-size: 17px;
  position: relative;
}

.services-style-one-item .button-wrapper {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.services-style-one-item h4 {
  font-size: 20px;
  margin: 0;
  line-height: 1.2em;
}


.services-style-one-item .service-title-wrapper {
  height: 80px;
  overflow: hidden;
  margin-bottom: 10px;
}


.services-style-one-item span {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-weight: 800;
  font-size: 45px;
  color: var(--fs-color-primary);
  opacity: 0.1;
}


.services-style-one-item .service-desc-wrapper {
  position: static;
  opacity: 1;
  transform: none;
  transition: none;

}
.service-title-wrapper a
{
line-height: 1.6em;
}
.services-style-one-item svg#zam-favicon
	{
		width: 22px ;
		height: 22px;
	}
.services-style-one-item .cls-1
	{
		fill: #fff;
	}
@media (min-width: 768px)
{
.services-style-one-item .btn
{
  margin-top: -73px;
}

}
@media (max-width: 767px) {
  .services-style-one-items {
    display: block;
  }
  .services-style-one-item {
    width: 100%;
    margin-bottom: 16px;
    min-height: auto;
  }
  .services-style-one-item p {
    font-size: 15px;
  }
  .services-style-one-item .button-wrapper {
    position: relative;
    padding: 0;
    margin-top: 15px;
	margin-bottom: 20px;
    bottom: -45px;
  }
  .services-style-one-item span {
    position: relative;
    font-size: 30px;
    right: 0;
    bottom: 0;
  }
.services-style-one-item .btn
{
  margin-top: -15px;
}
.services-style-one-item
{
height: auto;
}
}
