.sv03-newsbox {
  border-radius: 15px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.sv03-newstitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.sv03-newstitle h4 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.sv03-newstitle .date {
  display: flex;
  align-items: center;
}
.sv03-newstitle .date span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  color: #000;
}
.sv03-newstitle .date svg {
  max-width: 16px;
  margin-right: 10px;
}
.sv03-newsbox h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
.sv03-newsbox p {
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
}
.sv03-newsbox .newsview-btn {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}
.sv03-newsbox .newsview-btn svg {
  margin-left: 9px;
  max-width: 24px;
}

@media (max-width: 767px) {
  .mb-md-4 {
    margin-bottom: 20px;
  }
}
