.funeral_services section .btn-telp {
  width: 100%;
  max-width: 420px;
}
.funeral_services .card-title {
  color: #45c4b7;
}
@media only screen and (min-width: 992px) {
  .funeral_services .intro .card {
    padding: 24px;
  }
  .funeral_services .intro .card .fs-img {
    aspect-ratio: 72 / 35;
  }
  .funeral_services .intro .card .btn-big-green {
    height: 45px;
  }
  .funeral_services .intro .card .btn-telp {
    font-size: clamp(1.5rem, 1.3636rem + 0.5455vw, 2rem);
    height: 58px;
  }
  .funeral_services .information .mw-800 .btn-line-wrapper {
    display: flex;
    gap: 8px;
  }
  .funeral_services .information .mw-800 .btn-line-wrapper a {
    flex: 1;
  }
}
@media screen and (min-width: 1440px) {
  .funeral_services .intro .card .btn-telp {
    font-size: 32px;
  }
  .funeral_services .information .mw-800 .btn-line {
    width: calc(100% - 432px);
  }
}
@media only screen and (max-width: 991px) {
  .funeral_services .information .container > .container {
    width: 100%;
  }
}
