/* xl - DESKTOP STYLES */
.efbl_feed_wraper .efbl_feeds_row {
  gap: 15px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .efbl_feed_wraper .efbl_feeds_row {
    flex-direction: row;
  }
}
.efbl_feed_wraper .efbl_feeds_row .efbl-row-content:nth-of-type(2) {
  display: none;
}
@media (min-width: 768px) {
  .efbl_feed_wraper .efbl_feeds_row .efbl-row-content:nth-of-type(2) {
    display: block;
  }
}
.efbl_feed_wraper .efbl_feeds_row .efbl-row-content:nth-of-type(3) {
  display: none;
}
@media (min-width: 768px) {
  .efbl_feed_wraper .efbl_feeds_row .efbl-row-content:nth-of-type(3) {
    display: block;
  }
}
.efbl_feed_wraper .efbl_feeds_row .efbl-row-content {
  width: 400px;
  height: 400px;
  border: 4px solid #0a3969;
  max-width: unset;
}
@media (min-width: 768px) {
  .efbl_feed_wraper .efbl_feeds_row .efbl-row-content {
    width: 356px;
    height: 356px;
  }
}
.efbl_feed_wraper .efbl_feeds_row .efbl-row-content .efbl-row-wrapper {
  border: unset;
  padding: unset !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F4649-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACEC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%22%7D */