

.agi-blog-row img {
  width: 100%;
  border: 2px solid white;
  border-bottom: 0 none;

}

.blog-wrapper {
  background-color: white !important;
  box-shadow: unset;
  border: 0 none;
}

.blog-wrapper #content {
  border: 0 none;
  box-shadow: unset !important;
}





#blog-sections img {
  width: 100%;
}

.agi-blog-section {

  display: flex;
  position: relative;
  width: 100%;
  padding-top: 12px;

}

.agi-blog-section div {
  padding-left: 12px;
  padding-right: 12px;
  text-align: justify;
  line-height: 1.5;
}

.agi-blog-section div.blog-section-text {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.agi-blog-list-border {
  border: 1px solid grey;
  border-top: 0 none;
  padding: 12px;
  margin-left: 1px;
  margin-right: 1px;
  padding-bottom: 20px;
  position: relative;
  display: block;
  margin-bottom: 12px;

}

.blog-list-author {
  display: block;
  position: absolute;
  bottom: -14px;
  right: 20px;
  background-color: white;
  padding: 5px;
  border-radius: 10px;
  font-size: 0.9em;
}

#module-agiblog-post #wrapper {
  padding-top: 20px !important;
}

@media (max-width: 768px) {

  .agi-blog-row .agi-col-33 {
    width: calc(50% - 10px) !important;
  }

}
