.asset-blocks-collection__row {
  display: flex;
  justify-content: center; }

@media screen and (min-width: 33.75rem) {
  .asset-block__logo {
    width: 33%;
    padding: 25px 0 15px; } }

h2.asset-block__body {
  text-align: center;
  font-size: 1.556rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #12284c;
  font-family: "Open Sans", "Tajawal", "Arial", sans-serif;
  /*  @include breakpoint($breakpoint-small) {
    text-align: left;
  } */ }

.asset-block__body,
.asset-block__readmore {
  text-align: center; }

.asset-block__text {
  font-size: 1.111rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #12284c; }

.button.asset-block {
  font-size: 14px;
  padding: 14px 24px;
  color: #12284c;
  border: solid 2px #12284c;
  background: #0000; }
  .button.asset-block:hover {
    color: #ffffff;
    border: solid 2px #12284c;
    background: #12284c; }

.col-6-md.asset-block.newsroom, .col-6-md.asset-block.shared {
  text-align: center;
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 33.75rem) {
    .col-6-md.asset-block.newsroom, .col-6-md.asset-block.shared {
      margin: 0; } }
  .col-6-md.asset-block.newsroom img.shared, .col-6-md.asset-block.shared img.shared {
    width: 120px;
    height: 122px; }
    @media screen and (min-width: 80rem) {
      .col-6-md.asset-block.newsroom img.shared, .col-6-md.asset-block.shared img.shared {
        width: 147px;
        height: 149px; } }
  .col-6-md.asset-block.newsroom img.newsroom, .col-6-md.asset-block.shared img.newsroom {
    width: 120px;
    height: 81px; }
    @media screen and (min-width: 80rem) {
      .col-6-md.asset-block.newsroom img.newsroom, .col-6-md.asset-block.shared img.newsroom {
        width: 147px;
        height: 100px; } }

.container.asset-blocks-collection {
  padding: 40px 0; }

[dir="rtl"] .asset-block__text {
  line-height: 1.9; }
