.l-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 639px) {
  .l-section {
    margin-bottom: 50px;
  }
}

.p-call {
  background: linear-gradient(180deg, #F2F2EE 0, #F2F2EE 100px, #1E344C 100px, #1E344C 100%);
  overflow: visible;
  padding-bottom: 60px;
  margin-top: 20px;
}
@media screen and (max-width: 639px) {
  .p-call {
    background: linear-gradient(180deg, #F2F2EE 0, #F2F2EE 60px, #1E344C 60px, #1E344C 100%);
    padding-bottom: 40px;
  }
}
.p-call__container {
  background-color: #fafafa;
  padding: 40px 0 80px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .p-call__container {
    padding: 20px 0 60px;
  }
}
.p-call__title {
  background: url("/wp/wp-content/themes/tyl/images/call/call_heading.svg") no-repeat center center;
  background-size: contain;
  text-align: center;
  padding: 80px 0 64px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #1E344C;
  line-height: 1.4;
}
@media screen and (max-width: 639px) {
  .p-call__title {
    padding: 20px 0 32px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-call__title-num {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 639px) {
  .p-call__title-num {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-call__desc {
  position: relative;
  z-index: 3;
  padding: 0 40px;
}
@media screen and (max-width: 639px) {
  .p-call__desc {
    padding: 0 15px;
  }
}
.p-call__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .p-call__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-call__text-sml {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
  font-weight: 400;
}
@media screen and (max-width: 639px) {
  .p-call__text-sml {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: left;
  }
}
.p-call__img {
  position: absolute;
  bottom: -40px;
  right: -40px;
  z-index: 1;
}
.p-call__img img {
  width: 320px;
}
@media screen and (max-width: 639px) {
  .p-call__img {
    bottom: -40px;
    right: -10px;
  }
  .p-call__img img {
    width: 120px;
  }
}
.p-call__post {
  margin-bottom: 60px;
}
@media screen and (max-width: 639px) {
  .p-call__post {
    margin-bottom: 30px;
  }
}
.p-call__heading {
  color: #1E344C;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
  border-bottom: solid 1px #8E99A4;
}
@media screen and (max-width: 639px) {
  .p-call__heading {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-action {
  background: #5691AF;
  padding: 80px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  .p-action {
    padding: 40px 0;
  }
}
.p-action__heading {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fafafa;
  text-align: center;
  background: #1E344C;
  color: #fafafa;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 0 1em;
  position: relative;
}
@media screen and (max-width: 639px) {
  .p-action__heading {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
    padding: 0.5em 1em;
  }
}
.p-action__heading::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #1E344C transparent transparent transparent;
  pointer-events: none;
}
.p-action__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto 40px;
  color: #fafafa;
}
@media screen and (max-width: 639px) {
  .p-action__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-line__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 30px;
}
@media screen and (max-width: 639px) {
  .p-line__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-line__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  background: #fafafa;
  border: solid 1px #CCC;
  padding: 30px;
  border-radius: 4px;
}
@media screen and (max-width: 639px) {
  .p-line__item {
    gap: 15px;
    padding: 20px;
  }
}
.p-line__logo {
  width: auto;
  height: 40px;
}
.p-line__desc {
  letter-spacing: 0;
}
.p-line__desc span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 639px) {
  .p-line__desc__logo {
    height: 32px;
  }
}

.c-button-line {
  background-color: #06C755;
  color: #fafafa;
  padding: 15px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  width: fit-content;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.4s ease;
  height: fit-content;
  margin-top: auto;
}
@media screen and (max-width: 639px) {
  .c-button-line {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-button-line:hover {
  filter: brightness(1.1);
  color: #fafafa;
}
.c-button-line__arrow {
  width: 16px;
  height: 12px;
  background-image: url("/wp/wp-content/themes/tyl/images/common/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-left: 8px;
}

/*# sourceMappingURL=call.css.map */
