﻿figure.snip1197 {
  position: relative;
  margin: 10px;
  min-width: auto;
  max-width: auto;
  width: 100%;
  height: auto;
  text-align: left;
}
figure.snip1197 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
figure.snip1197 img {
  max-width: 40%;
  margin-left: 1030px;
  border-radius: 10px;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.3);
}
figure.snip1197 figcaption {
  top: 0;
  bottom: 0;
  left: 0;
  width: 1050px;
  position: absolute;
  background-color: #ffffff;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.3);
}
figure.snip1197 blockquote {
  position: relative;
  padding: 25px 50px 25px 50px;
  font-weight: 500;
  text-align: left;
  margin: 0;
  line-height: 1.6em;
}
figure.snip1197 .arrow {
  top: 30px;
  left: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #ffffff;
  margin: 0;
  position: absolute;
}
figure.snip1197 .author {
  position: absolute;
  top: 100%;
  width: 1%;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}
figure.snip1197 .author h5 {
  opacity: 0.5;
  font-size: 15;
  margin: 0;
  font-weight: 800;
}
.box-margin-top{margin-top: 30px;}
.h3-margin-bottom{margin-bottom: 30px;}




.card{
  width: auto;
  height: auto;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,245,248,1) 35%, rgba(236,236,237,1) 100%);
  box-shadow: 0 13px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-left: 1%;
  margin-top: 30px;
  transition: background-color .5s, box-shadow .5s, margin-left .5s;
}
.card:hover{
  margin-left: 1%;
  background-color: #ffff;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.3);
  transition: background-color .5s, box-shadow .5s, margin-left .5s;
}
.post-image{
  width: 200px;
  height: 220px;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  border-radius: 10px 10px 10px;
  float: left;
  object-fit: cover;
}
.post-content{
  width: 77%;
  height: auto;
  float: left;
  margin-top: 20px;
  margin-left: 30px;
  margin-bottom: 10px;
  overflow: hidden;
}
a:link{
  text-decoration: none;
}
.post-text{
  font-size: 15px;
  padding-left: 30px;
  color: #768CA4;
  font-family: 'Roboto', sans-serif;  
}
.post-header{
  font-size: 25px;
  margin-top: 15px;
  color: #3B3C3F;
  margin-left: 0px;
  text-align: left;
}

