.container_12 {
  width: 1200px;
}

.s1_grid_12 {
  width: auto;
}

@media only screen and (max-width: 1199px) and (min-width: 600px) {
  .container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1300px;
    min-width: 600px;
  }
}

@media only screen and (max-width: 616px) {
  .container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    display: block;
  }
}
.ican-blog-gadget .blogPostList,
.ican-blog-gadget .boxContainer {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.ican-blog-gadget .boxOuterContainer {
  background: #ffffff;
  border-top: 6px solid #684875;
  padding: 22px;
  margin: 0 !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  box-sizing: border-box;
  min-height: 260px;
}

.ican-blog-gadget h4,
.ican-blog-gadget h4 a,
.ican-blog-gadget .boxHeaderTitle,
.ican-blog-gadget .boxHeaderTitle a {
  color: #684875 !important;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 24px !important;
  line-height: 1.15;
  font-weight: bold;
  text-decoration: none !important;
  margin-bottom: 10px !important;
}

.ican-blog-gadget .boxInfoOuterContainer,
.ican-blog-gadget .postedOn,
.ican-blog-gadget .postDetails,
.ican-blog-gadget .boxInfoContainer {
  color: #777 !important;
  font-size: 13px !important;
  margin: 8px 0 12px 0 !important;
}

.ican-blog-gadget .boxBodyOuterContainer,
.ican-blog-gadget .boxBodyOuterContainer p {
  color: #333333;
  font-size: 14px !important;
  line-height: 1.45;
}

.ican-blog-gadget .boxBodyOuterContainer {
  max-height: 120px;
  overflow: hidden;
}

.ican-blog-gadget a {
  color: #684875 !important;
  font-weight: bold;
  text-decoration: none !important;
}

.ican-blog-gadget a:hover {
  color: #DBBCA1 !important;
  text-decoration: none !important;
}

.ican-blog-gadget .linksContainer,
.ican-blog-gadget .postBottom,
.ican-blog-gadget .boxFooterOuterContainer {
  margin-top: 16px;
  padding-top: 10px;
  border-top: 1px solid #e6dff0;
}

@media only screen and (max-width: 767px) {
  .ican-blog-gadget .blogPostList,
  .ican-blog-gadget .boxContainer {
    display: block !important;
  }

  .ican-blog-gadget .boxOuterContainer {
    margin-bottom: 22px !important;
    min-height: auto;
    padding: 20px;
  }

  .ican-blog-gadget h4,
  .ican-blog-gadget h4 a,
  .ican-blog-gadget .boxHeaderTitle,
  .ican-blog-gadget .boxHeaderTitle a {
    font-size: 23px !important;
  }
  .ican-subscription-gadget {
  background: #f2edf7;
  border: 3px solid #684875;
  padding: 35px 30px;
  margin: 35px 0;
  font-family: 'Open Sans', Arial, sans-serif;
  box-sizing: border-box;
}

.ican-subscription-gadget .gadgetStyleTitle,
.ican-subscription-gadget h1,
.ican-subscription-gadget h2,
.ican-subscription-gadget h3 {
  color: #684875 !important;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 30px !important;
  font-weight: bold;
  text-transform: uppercase;
  border: none !important;
  background: none !important;
  margin-bottom: 22px !important;
}

.ican-subscription-gadget label,
.ican-subscription-gadget .fieldLabel {
  color: #333333 !important;
  font-weight: bold;
  font-size: 15px;
}

.ican-subscription-gadget input[type="text"],
.ican-subscription-gadget input[type="email"],
.ican-subscription-gadget input[type="tel"] {
  width: 100% !important;
  max-width: 620px;
  border: 2px solid #d8cde3 !important;
  padding: 10px 12px !important;
  font-size: 15px;
  box-sizing: border-box;
  background: #ffffff;
}

.ican-subscription-gadget input:focus {
  border-color: #684875 !important;
  outline: none !important;
}

.ican-subscription-gadget input[type="submit"],
.ican-subscription-gadget .button,
.ican-subscription-gadget .WaGadgetSubscriptionForm .button {
  background: #684875 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 13px 26px !important;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 18px !important;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
}

.ican-subscription-gadget input[type="submit"]:hover,
.ican-subscription-gadget .button:hover {
  background: #DBBCA1 !important;
  color: #684875 !important;
}

.ican-subscription-gadget .mandatoryFieldsTitle,
.ican-subscription-gadget .mandatorySymbol {
  color: #684875 !important;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .ican-subscription-gadget {
    padding: 28px 18px;
  }

  .ican-subscription-gadget input[type="text"],
  .ican-subscription-gadget input[type="email"],
  .ican-subscription-gadget input[type="tel"] {
    max-width: 100%;
  }

  .ican-subscription-gadget input[type="submit"],
  .ican-subscription-gadget .button {
    width: 100%;
    box-sizing: border-box;
    margin-top: 12px;
  }