.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;
  }