/* **************************************************************
MV
************************************************************** */
.mv__container {
  background-image: url("../img/mv-bg.jpg");
  background-size: cover;
  background-position: center;
}

.mv__img {
  background-image: url("../img/mv-img.jpg");
}

.mv__grid {
  box-shadow: 3px 8px 15px rgba(0, 0, 0, 0.65);
}

/* **************************************************************
.l-cv-block
************************************************************** */
.l-cv-block {
  background-image: url("../img/mv-bg.jpg");
}

.dev-faqs {
  display: grid;
  gap: 50px;
}

.dev-faq__title {
  display: grid;
  grid-template-columns: auto 1fr;
  /* align-items: end; */
  /* align-items: flex-end; */
  align-items: first baseline;
  gap: 1rem;
  baseline-shift: baseline;
}
.dev-faq__title::before {
  display: inline-block;
  content: "Q";
  line-height: 1;
  color: var(--ft-color-main);
  font-size: var(--fz-headline-lg);
  font-weight: var(--weight-b);
}

.m-pagetop {
  bottom: 40px;
}