@media (max-width: 768px) {
  .lgs {
    width: 90% !important;
  }
}
body {
  font-family: sen, sans-serif;
  font-style: normal;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l {
  width: 250px;
  height: 250px;
}
.lg {
  display: flex;
  flex-direction: row;
  margin-bottom: 48px;
}
.i {
  width: 64px;
  height: 64px;
  margin-right: 24px;
  border-radius: 50%;
}
.c {
  color: #fff;
}
.t {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}
.d {
  font-size: 14px;
}
.lgs {
  width: 50%;
}