.section-rounded-cards-grid {
  padding: 94px 120px 59px;
}
@media screen and (max-width: 992px) {
  .section-rounded-cards-grid {
    padding: 24px 24px 40px;
  }
}
.section-rounded-cards-grid .text-center {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 84px;
}
@media screen and (max-width: 992px) {
  .section-rounded-cards-grid .text-center {
    padding-bottom: 32px;
  }
}
.section-rounded-cards-grid .text-center .title {
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 992px) {
  .section-rounded-cards-grid .text-center .title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}
.section-rounded-cards-grid .text-center .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}
@media screen and (max-width: 992px) {
  .section-rounded-cards-grid .text-center .subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .section-rounded-cards-grid .grid {
    row-gap: 32px;
  }
}
.section-rounded-cards-grid .grid .box {
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .section-rounded-cards-grid .grid .box {
    margin-bottom: 0;
  }
}
.section-rounded-cards-grid .grid .box h4 {
  font-size: 44px;
  font-weight: 600;
}
.section-rounded-cards-grid .grid .box .card {
  border: none;
  border-radius: 8px;
  min-height: 295px;
  font-size: 16px;
  text-decoration: none;
}
.section-rounded-cards-grid .grid .box .card .card-body {
  z-index: 2;
}
.section-rounded-cards-grid .grid .box .card span.text-link {
  color: #002a93;
  text-decoration: none;
  border-bottom: 1px solid #002a93;
  padding-bottom: 2px;
  font-weight: 600;
  transition: all 300ms ease-in-out;
}
.section-rounded-cards-grid .grid .box .card span.text-link::after {
  content: "";
  mask: url("data:image/svg+xml,%3csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg id='Icons'%3e %3cpath id='Vector' d='M11.55 7.91011L8.10747 4.46761C7.96695 4.32792 7.77686 4.24951 7.57872 4.24951C7.38058 4.24951 7.1905 4.32792 7.04997 4.46761C6.97968 4.53733 6.92388 4.62028 6.88581 4.71167C6.84773 4.80307 6.82812 4.9011 6.82812 5.00011C6.82812 5.09911 6.84773 5.19714 6.88581 5.28854C6.92388 5.37993 6.97968 5.46288 7.04997 5.53261L10.5 8.96761C10.5703 9.03733 10.6261 9.12028 10.6641 9.21167C10.7022 9.30307 10.7218 9.4011 10.7218 9.50011C10.7218 9.59911 10.7022 9.69714 10.6641 9.78854C10.6261 9.87993 10.5703 9.96288 10.5 10.0326L7.04997 13.4676C6.90875 13.6078 6.82901 13.7984 6.82831 13.9975C6.8276 14.1965 6.90599 14.3876 7.04622 14.5289C7.18646 14.6701 7.37705 14.7498 7.57607 14.7505C7.7751 14.7512 7.96625 14.6728 8.10747 14.5326L11.55 11.0901C11.9713 10.6682 12.208 10.0964 12.208 9.50011C12.208 8.90385 11.9713 8.33198 11.55 7.91011Z' fill='%23002A93' /%3e %3c/g%3e %3c/svg%3e");
  display: inline-block;
  vertical-align: -3px;
  margin-left: 2px;
  width: 18px;
  height: 18px;
  background-color: #002a93;
  transition: all 300ms ease-in-out;
}
.section-rounded-cards-grid .grid .box .card span.text-link:hover {
  color: #ff6f61;
  border-color: #ff6f61;
}
.section-rounded-cards-grid .grid .box .card span.text-link:hover::after {
  background-color: #ff6f61;
}
.section-rounded-cards-grid .grid .box .card span.text-link.text-link-collapse::after {
  transform: rotate(-90deg);
}
.section-rounded-cards-grid .grid .box .card span.text-link.text-link-down::after {
  transform: rotate(90deg);
}
.section-rounded-cards-grid .grid .box .bg-gray {
  background: #eef4f5;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.section-rounded-cards-grid .grid .box .bg-gray .bg-img {
  content: "";
  display: inline-block;
  mask-size: cover !important;
  object-fit: cover !important;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -6px;
  right: 0;
  background-color: #d4dddf;
  transition: background-color 0.3s, top 0.3s;
}
.section-rounded-cards-grid .grid .box .bg-gray:hover .bg-img {
  background-color: #ff6f61;
  top: 0;
}

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