.elementor-7364 .elementor-element.elementor-element-c7ddd94{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7364 .elementor-element.elementor-element-aef7bdd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7364 .elementor-element.elementor-element-ba5690d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-e19e4ef *//* MSME REGISTRATION PAGE - SECTION 3 */
:root {
  --msme-green: #20b33f;
  --msme-navy: #062654;
  --msme-shell: min(1128px, calc(100% - 32px));
  --msme-serif: Georgia, "Times New Roman", serif;
  --msme-sans: "Segoe UI", Arial, Helvetica, sans-serif;
}

.msme-page-shell {
  width: var(--msme-shell);
  margin-left: auto;
  margin-right: auto;
}

.msme-hero {
  min-height: 122px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-family: var(--msme-sans);
  background:
    linear-gradient(
      90deg,
      rgba(2, 23, 52, 0.65) 0%,
      rgba(2, 23, 52, 0.55) 32%,
      rgba(2, 23, 52, 0.28) 48%,
      rgba(2, 23, 52, 0.04) 68%,
      rgba(2, 23, 52, 0) 100%
    ),
    var(--msme-hero-img) center right / cover no-repeat,
    #062654;
}

.msme-hero::before {
  display: none !important;
}

.msme-hero .msme-page-shell {
  min-height: 250px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.msme-hero-content {
  max-width: 610px;
}

.msme-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 800;
}

.msme-breadcrumb a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.msme-breadcrumb span,
.msme-breadcrumb strong {
  color: var(--msme-green);
}

.msme-hero-content h1 {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: var(--msme-serif);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.05;
}

.msme-hero-content h1 span {
  display: block;
  color: var(--msme-green);
}

.msme-hero-content p {
  max-width: 520px;
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.msme-hero-points {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.msme-hero-points span {
  position: relative;
  padding-left: 24px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  font-weight: 800;
}

.msme-hero-points span::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #071b3e;
  background: #9adf11;
  font-size: 11px;
  font-weight: 900;
}

@media (max-width: 820px) {
  .msme-hero {
    min-height: 380px;
    background:
      linear-gradient(90deg, rgba(2, 23, 52, 0.96), rgba(2, 23, 52, 0.84)),
      var(--msme-hero-img) center / cover no-repeat,
      #062654;
  }

  .msme-hero .msme-page-shell {
    min-height: 380px;
  }
}

@media (max-width: 560px) {
  :root {
    --msme-shell: min(100% - 24px, 1128px);
  }

  .msme-hero-content h1 {
    font-size: 36px;
  }

  .msme-hero-points {
    gap: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a9322b7 *//* MSME REGISTRATION PAGE - SECTION 4 */
.msme-services-section {
  padding: 24px 0 28px;
  background: #ffffff;
  font-family: var(--msme-sans);
}

.msme-section-heading {
  margin-bottom: 18px;
  text-align: center;
}

.msme-section-heading h2 {
  margin: 0;
  color: #071b3e;
  font-family: var(--msme-serif);
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.12;
  font-weight: 800;
}

.msme-section-heading h2 span {
  color: var(--msme-green);
}

.msme-section-heading i {
  width: 54px;
  height: 3px;
  display: block;
  margin: 12px auto 0;
  background: var(--msme-green);
  border-radius: 999px;
}

.msme-services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.msme-service-card {
  min-height: 248px;
  position: relative;
  overflow: hidden;
  padding: 24px 14px 18px;
  text-align: center;
  border: 1px solid #d8e0ea;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(8, 30, 65, 0.04);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.msme-card-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 12px;
}

.msme-card-icon svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

.msme-card-icon rect,
.msme-card-icon circle,
.msme-card-icon path {
  stroke: #071b3e;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.msme-card-icon path {
  fill: none;
}

.msme-card-icon circle {
  fill: #ffffff;
}

.msme-card-icon svg path:nth-last-child(1),
.msme-card-icon svg path:nth-last-child(2) {
  stroke: var(--msme-green);
}

.msme-service-card h3 {
  min-height: 46px;
  margin: 0 0 14px;
  color: #071b3e;
  font-family: var(--msme-serif);
  font-size: 18px;
  line-height: 1.18;
  font-weight: 800;
}

.msme-service-card p {
  min-height: 66px;
  margin: 0 0 16px;
  color: #071b3e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.msme-service-card a {
  color: #05852a !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
}

@media (max-width: 1024px) {
  .msme-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .msme-services-grid {
    grid-template-columns: 1fr;
  }

  .msme-service-card,
  .msme-service-card h3,
  .msme-service-card p {
    min-height: 0;
  }
}
/* SECTION 4: Hover Animation */
.msme-service-card {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.msme-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(32, 179, 63, 0.08),
      rgba(32, 179, 63, 0)
    );
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.msme-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(32, 179, 63, 0.55);
  box-shadow: 0 18px 38px rgba(8, 30, 65, 0.13);
}

.msme-service-card:hover::before {
  opacity: 1;
}

.msme-card-icon {
  transition: transform 0.28s ease;
}

.msme-service-card:hover .msme-card-icon {
  transform: scale(1.08) translateY(-2px);
}

.msme-service-card:hover h3 {
  color: var(--msme-green);
}

.msme-service-card a {
  transition: color 0.28s ease, letter-spacing 0.28s ease;
}

.msme-service-card:hover a {
  color: #071b3e !important;
  letter-spacing: 0.2px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ac8cea *//* MSME REGISTRATION PAGE - SECTION 5 */
.msme-benefits-section {
  padding: 22px 0 27px;
  color: #ffffff;
  background:
    linear-gradient(
      90deg,
      rgba(0, 20, 50, 0.98),
      rgba(5, 43, 95, 0.98),
      rgba(0, 20, 50, 0.98)
    ),
    #04265a;
  font-family: var(--msme-sans);
}

.msme-dark-title {
  margin: 0 0 22px;
  color: #ffffff;
  font-family: var(--msme-serif);
  font-size: clamp(25px, 2.8vw, 34px);
  line-height: 1.1;
  font-weight: 800;
  text-align: center;
}

.msme-dark-title span {
  color: var(--msme-green);
}

.msme-benefits-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
}

.msme-benefit-item {
  min-height: 88px;
  padding: 0 16px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.msme-benefit-item:last-child {
  border-right: 0;
}

.msme-benefit-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 8px;
}

.msme-benefit-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
}

.msme-benefit-icon path,
.msme-benefit-icon circle,
.msme-benefit-icon rect {
  stroke: #ffffff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.msme-benefit-icon path:last-child,
.msme-benefit-icon circle:last-child {
  stroke: #9adf11;
}

.msme-benefit-item h3 {
  max-width: 120px;
  margin: 0 auto;
  color: #ffffff;
  font-family: var(--msme-sans);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
}

@media (max-width: 1024px) {
  .msme-benefits-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 0;
  }

  .msme-benefit-item:nth-child(4) {
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .msme-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 0;
  }

  .msme-benefit-item {
    border-right: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a58d6b5 *//* MSME REGISTRATION PAGE - SECTION 6 */
.msme-process-section {
  padding: 24px 0 26px;
  background: #ffffff;
  font-family: var(--msme-sans);
}

.msme-process-section .msme-section-heading {
  margin-bottom: 20px;
}

.msme-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.msme-process-grid::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 18px;
  height: 1px;
  border-top: 1px dashed #9aa9bb;
  z-index: 0;
}

.msme-process-item {
  position: relative;
  z-index: 1;
  text-align: center;
}

.msme-process-item::after {
  content: "";
  position: absolute;
  top: 14px;
  right: -15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #9aa9bb;
  border-right: 1px solid #9aa9bb;
  transform: rotate(45deg);
}

.msme-process-item:last-child::after {
  display: none;
}

.msme-process-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--msme-green);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(32, 179, 63, 0.22);
}

.msme-process-item h3 {
  margin: 0 0 9px;
  color: #071b3e;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
}

.msme-process-item p {
  max-width: 150px;
  margin: 0 auto;
  color: #071b3e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}

.msme-process-item {
  transition: transform 0.28s ease;
}

.msme-process-item:hover {
  transform: translateY(-6px);
}

.msme-process-item:hover .msme-process-number {
  background: #071b3e;
}

@media (max-width: 900px) {
  .msme-process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .msme-process-grid::before,
  .msme-process-item::after {
    display: none;
  }
}

@media (max-width: 520px) {
  .msme-process-grid {
    grid-template-columns: 1fr;
  }

  .msme-process-item p {
    max-width: 240px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4dd0b53 *//* MSME REGISTRATION PAGE - SECTION 7 */
.msme-docs-pricing-section {
  padding: 18px 0 28px;
  background: #ffffff;
  font-family: var(--msme-sans);
}

.msme-docs-pricing-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  gap: 22px;
}

.msme-pricing-card,
.msme-docs-card {
  border: 1px solid #d8e0ea;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(8, 30, 65, 0.04);
}

.msme-pricing-card {
  padding: 16px 14px;
}

.msme-pricing-card h2 {
  margin: 0 0 16px;
  color: #071b3e;
  font-family: var(--msme-serif);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
}

.msme-pricing-card h2 span {
  color: var(--msme-green);
}

.msme-price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.msme-price-card {
  position: relative;
  min-height: 250px;
  padding: 20px 18px 14px;
  border: 1px solid #d8e0ea;
  border-radius: 7px;
  background: #ffffff;
  text-align: center;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.msme-price-card.featured {
  border: 2px solid var(--msme-green);
}

.most-popular {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 22px;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  background: var(--msme-green);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.msme-price-card h3 {
  margin: 0;
  color: #071b3e;
  font-family: var(--msme-serif);
  font-size: 20px;
  line-height: 1.05;
  font-weight: 800;
}

.msme-price-card p {
  margin: 3px 0 9px;
  color: #071b3e;
  font-size: 12px;
  font-weight: 700;
}

.msme-price-card strong {
  display: block;
  margin-bottom: 15px;
  color: #071b3e;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.msme-price-card ul {
  display: grid;
  gap: 9px;
  min-height: 90px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.msme-price-card li {
  position: relative;
  padding-left: 20px;
  color: #071b3e;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.msme-price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--msme-green);
  font-weight: 900;
}

.msme-price-card a {
  width: 122px;
  height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #ffffff !important;
  background: var(--msme-green);
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 900;
}

.msme-price-card:hover {
  transform: translateY(-7px);
  border-color: rgba(32, 179, 63, 0.65);
  box-shadow: 0 18px 38px rgba(8, 30, 65, 0.13);
}

.msme-docs-card {
  padding: 26px 24px;
}

.msme-docs-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #071b3e;
  font-family: var(--msme-serif);
  font-size: 24px;
  line-height: 1.12;
  font-weight: 800;
}

.msme-docs-title svg {
  width: 38px;
  height: 38px;
  fill: none;
}

.msme-docs-title svg rect,
.msme-docs-title svg path,
.msme-docs-title svg circle {
  stroke: var(--msme-green);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.msme-docs-inner {
  display: grid;
  grid-template-columns: 1fr 180px;
  align-items: center;
  gap: 14px;
}

.msme-docs-card ul {
  display: grid;
  gap: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.msme-docs-card li {
  position: relative;
  padding-left: 34px;
  color: #071b3e;
  font-size: 14px;
  font-weight: 800;
}

.msme-docs-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--msme-green);
  font-size: 13px;
  font-weight: 900;
}

.msme-docs-visual svg {
  width: 100%;
  height: auto;
}

.msme-docs-visual rect {
  fill: #ffffff;
  stroke: #294e73;
  stroke-width: 7;
}

.msme-docs-visual circle {
  fill: #6c7890;
}

.msme-docs-visual text {
  fill: #071b3e;
  font-family: var(--msme-sans);
  font-size: 17px;
  font-weight: 900;
}

.msme-docs-visual path {
  fill: none;
  stroke: var(--msme-green);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.msme-docs-visual .shield {
  fill: var(--msme-green);
  stroke: #0b7d2d;
}

.msme-docs-visual .shield-check {
  stroke: #ffffff;
  stroke-width: 8;
}

@media (max-width: 960px) {
  .msme-docs-pricing-grid,
  .msme-docs-inner {
    grid-template-columns: 1fr;
  }

  .msme-docs-visual {
    max-width: 190px;
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  .msme-price-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .msme-price-card ul {
    min-height: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89dcb88 *//* MSME REGISTRATION PAGE - SECTION 8 */
.msme-faq-section {
  padding: 0 0 30px;
  background: #ffffff;
  font-family: var(--msme-sans);
}

.msme-faq-section .msme-section-heading {
  margin-bottom: 16px;
}

.msme-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px 18px;
}

.msme-faq-item {
  border: 1px solid #d8e0ea;
  border-radius: 4px;
  background: #f8fafc;
  overflow: hidden;
}

.msme-faq-item summary {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 5px 12px 5px 20px;
  color: #071b3e;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  list-style: none;
}

.msme-faq-item summary::-webkit-details-marker {
  display: none;
}

.msme-faq-item summary b {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  position: relative;
  border: 1px solid #7d8da3;
  border-radius: 50%;
  background: #ffffff;
}

.msme-faq-item summary b::before,
.msme-faq-item summary b::after {
  content: "";
  position: absolute;
  background: #071b3e;
  border-radius: 999px;
}

.msme-faq-item summary b::before {
  width: 8px;
  height: 1.5px;
  left: 4px;
  top: 7px;
}

.msme-faq-item summary b::after {
  width: 1.5px;
  height: 8px;
  left: 7px;
  top: 4px;
}

.msme-faq-item p {
  margin: 0;
  padding: 0 20px 12px;
  color: #33415c;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}

.msme-faq-item[open] {
  background: #ffffff;
  border-color: rgba(32, 179, 63, 0.55);
}

.msme-faq-item[open] summary {
  color: var(--msme-green);
}

.msme-faq-item[open] summary b {
  color: #ffffff;
  background: var(--msme-green);
  border-color: var(--msme-green);
}

.msme-faq-item[open] summary b::after {
  display: none;
}

.msme-faq-item[open] summary b::before {
  background: #ffffff;
}

@media (max-width: 760px) {
  .msme-faq-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d88502e *//* MSME REGISTRATION PAGE - SECTION 9 */
.msme-cta-section {
  padding: 0 0 30px;
  background: #ffffff;
  font-family: var(--msme-sans);
}

.msme-cta-card {
  min-height: 92px;
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 12px 28px;
  border-radius: 7px;
  color: #ffffff;
  background:
    linear-gradient(90deg, #061b3e 0%, #062a60 55%, #061b3e 100%);
  box-shadow: 0 10px 28px rgba(7, 27, 62, 0.18);
}

.msme-cta-rocket {
  width: 92px;
  height: 78px;
}

.msme-cta-rocket svg {
  width: 100%;
  height: 100%;
}

.msme-cta-rocket circle {
  fill: #123d88;
}

.rocket-body {
  fill: #ffffff;
  stroke: #071b3e;
  stroke-width: 2;
}

.rocket-wing {
  fill: #ff8266;
  stroke: #071b3e;
  stroke-width: 2;
}

.rocket-window {
  fill: #1f8cff;
  stroke: #071b3e;
  stroke-width: 2;
}

.rocket-fire {
  fill: #ff8a35;
}

.rocket-flame {
  fill: #ffd447;
}

.rocket-line {
  fill: none;
  stroke: #ffb05b;
  stroke-width: 4;
  stroke-linecap: round;
}

.msme-cta-text h2 {
  margin: 0 0 6px;
  color: #ffffff;
  font-family: var(--msme-serif);
  font-size: clamp(23px, 2.8vw, 31px);
  line-height: 1.15;
  font-weight: 800;
}

.msme-cta-text p {
  max-width: 560px;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.msme-cta-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.msme-cta-btn {
  min-width: 156px;
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 900;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease,
    border-color 0.28s ease;
}

.msme-cta-btn.primary {
  color: #ffffff !important;
  background: var(--msme-green);
  border: 1px solid var(--msme-green);
  box-shadow: 0 8px 18px rgba(32, 179, 63, 0.22);
}

.msme-cta-btn.outline {
  color: #ffffff !important;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.msme-cta-btn:hover {
  transform: translateY(-3px);
}

.msme-cta-btn.primary:hover {
  background: #159832;
  box-shadow: 0 14px 26px rgba(32, 179, 63, 0.3);
}

.msme-cta-btn.outline:hover {
  border-color: var(--msme-green);
  background: rgba(32, 179, 63, 0.12);
}

@media (max-width: 860px) {
  .msme-cta-card {
    grid-template-columns: 90px 1fr;
  }

  .msme-cta-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .msme-cta-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 22px 18px;
  }

  .msme-cta-rocket {
    margin: 0 auto;
  }

  .msme-cta-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .msme-cta-btn {
    width: 100%;
  }
}/* End custom CSS */