/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .card-item {
  border: 1px solid rgba(82, 86, 94, 0.2);
  background: #fff;
  position: relative;
  border-radius: 0;
}

.contact .card-item .card-bg {
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact .card-item .card-body {
  padding: 30px;
}

.contact .card-item h4 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 15px;
  color: var(--color-secondary);
}

.contact .card-txt span {
  color: var(--color-secondary);
  display: inline-block;
  padding-top: 10px;
}

.contact .card-txt span:first-child {
  font-weight: 600;
  width: 80px;
}

.contact .card-service {
  padding-top: 15px;
}

.contact .card-service span {
  display: inline-block;
  padding-top: 5px;
}

.contact .card-service span:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 575px) {
  .contact .card-item .card-bg {
    min-height: 260px;
  }
}
