@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');	

.mwd-section-01-01 {
  background-image: url("../../../assets/images/1920/1280/abstract-006-004.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 1rem;
}

.mwd-section-01-01 .card-header {
  background-color: transparent !important;
  border-bottom: 0 !important;
}

.mwd-section-01-01 .card-header h1 {
  font-weight: 500;
  font-size: 1.1rem;
  margin: 0;
  padding: 0 0 2px 0;
  border-bottom: 1px dashed rgba(73, 77, 91, 0.4);
}

.mwd-section-01-01 .card-body h2 {
  font-weight: 400;
  font-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 2px 0;
  border-bottom: 1px dashed rgba(73, 77, 91, 0.4);
}

.mwd-section-01-01 .card-body {
 padding: 1rem 1rem 0 1rem !important;
}

.mwd-section-01-01 .mwd-card-list-01-01 ul {
  padding-left: 20px;
}

.mwd-section-01-01 .mwd-card-list-01-01 li {
  position: relative; 
  list-style: none;
  padding-left: 23px;
}

.mwd-section-01-01 .mwd-card-list-01-01 li::before {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f0c8";
  font-size: 11px;
  color: #b3b3b3;
  top: 5px;
  left: 0;
}

.mwd-section-01-01 .card-footer {
  background-color: transparent !important;
  border: none !important;
}

.mwd-btn-001-001 {
  position: relative;
  width: 100%;
  padding: 6px 12px 6px 60px !important;
  text-align: left;
}

.mwd-btn-001-001-label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
}

.mwd-card-footer-link {
  position: relative;    
}

.mwd-card-footer-link a {
  display: block;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 98%;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 6px 60px 6px 10px;
  border: 1px dotted rgba(203, 203, 203, 0.4);
  background-color: rgba(203, 203, 203, 0.1);
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 11px;
  letter-spacing: 1px;
}

.mwd-card-footer-link a:hover {
  background-color: rgba(69, 78, 92, 0.9);
  color: rgba(255, 255, 255, 0.9);
}
