.innser-sec-new-rate > .elementor-container.elementor-column-gap-default {
  justify-content: space-between;
  gap: 20px;
}
.innser-sec-new-rate .innser-sec-new-rate-core {
  width: 100% !important;
  max-width: 73%;
}

.core-functions-wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.core-functions-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #000;
}

.core-functions-wrapper .functions-grid {
  display: grid;
  gap: 20px;
}
.functions-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.core-functions-wrapper .functions-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.functions-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.core-functions-wrapper .functions-grid .function-card {
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border: 1px solid #686868;
  border-top: 10px solid #025bbf;
}

.function-image {
  margin-bottom: 20px;
}

.function-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.function-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.core-functions-wrapper .functions-grid .function-card .function-heading {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-family: "Poppins", Sans-serif !important;
}
.function-description p {
  margin: 0 0 10px 0;
}
.function-description p:last-child {
  margin-bottom: 0;
}
.core-functions-wrapper .functions-grid .function-card .function-button {
  background: #194c9f;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  align-self: flex-start;
  border-radius: 0;
}
.function-button svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.function-button:hover svg {
  transform: translateX(3px);
}
.core-functions-wrapper .core-function {
  margin: 0 !important;
}
.core-functions-wrapper .core-functions-wrapper h2.core-functions-title {
  margin-bottom: 20px;
}
.core-functions-wrapper .functions-grid .function-card .function-description p {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #686868;
  min-height: 63px;
}

@media only screen and (max-width: 1024px) {
  .innser-sec-new-rate .hom-bnr-pst-col.innser-sec-new-rate-key,
  .innser-sec-new-rate .innser-sec-new-rate-core {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .core-functions-wrapper
    .functions-grid
    .function-card
    .function-description
    p {
    font-size: 16px;
    line-height: 20px;
  }
  .core-functions-wrapper .functions-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 599px) {
  .innser-sec-new-rate .innser-sec-new-rate-core .functions-grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .innser-sec-new-rate
    .innser-sec-new-rate-core
    .functions-grid
    .function-card
    .function-description
    p {
    min-height: unset;
  }
}
