@import url(https://fonts.googleapis.com/css?family=Nunito+Sans);
#prd-sct {
display: flex;
    width: 100%;
    max-width: 1200px;
    gap: 48px;
  justify-content: center;
}

.content-product-card h4 {
color: var(--colorInterfaceDarkDeep, #393B47);

/* Site/Site - Heading 4 */
font-family: "Nunito Sans";
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: 100%; /* 24px */ 
  margin: 0px;
  padding; 0x;
  margin-top: 8px;
}


.content-product-card h6 {
color: var(--colorInterfaceDarkDown, #67697A);

/* eyebrow */
font-family: "Nunito Sans";
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 18px */
letter-spacing: 2.16px;
text-transform: uppercase;
margin: 0px;
  padding; 0x;
}


.content-product-card p {
color: var(--colorInterfaceDarkDown, #67697A);

/* Site/Site - Paragraph */
font-family: "Nunito Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 20.8px */
   margin: 0px;
  padding; 0x;
  margin-top: 16px;
  margin-bottom: 24px;
}

.box-product-card { 
    width: 100%;
}


.content-product-card {
display: flex;
padding: 32px;
flex-direction: column;
align-items: flex-start;
flex: 1 0 0;
align-self: stretch;
border-radius: 16px 16px 0px 0px;
background-color: #F3F5FE;
}

.primary_button {
    display: inline-flex;
    gap: 4px;
    min-height: 48px;
    width: fit-content;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    padding: 0px var(--spacingSm, 24px);
    background-color: #0025E0;
  }

.primary_button {
color: var(--colorInterfaceLightPure, #FFF);
text-align: center;
font-family: Nunito Sans;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 16px */
  text-decoration: none;

}

 .primary_button:hover {
    background-color: ;
    text-decoration: underline;
  }

@media screen and (max-width: 800px) {
#prd-sct {
display: flex;
    width: 100%;
    max-width: 1200px;
    gap: 48px;
  flex-direction: column;
  justify-content: center;
}


}