.article-post {
  overflow: hidden; }

.article-post_left,
.article-post_right {
  vertical-align: top;
  box-sizing: border-box;
  display: inline-block;
  margin-right: -4px; }

.article-post_left {
  margin-right: 50px;
  width: 39%; }

.article-post_right {
  width: 39%; }

.article-post_item {
  margin-bottom: 68px;
  width: 100%;
  float: left;
  display: block; }
  .article-post_item:nth-of-type(even) {
    float: right; }
  .article-post_item .btn-rounded {
    margin-top: 3px; }

.article-post_text {
  margin-bottom: 13px; }

.article-post_title {
  font: 25px/26px "Exo_black";
  margin-bottom: 31px; }

.btn-rounded {
  padding: 14px 30px;
  margin-top: 34px; }
  .btn-rounded .svg {
    margin: -5px 10px 0 0;
    height: 24px;
    width: 16px; }
    .btn-rounded .svg path {
      fill: #fff; }

.question-card {
  width: 80%; }

.question-card_title {
  color: #4b6a91;
  font: bold 44px/36px "Exo_black";
  margin-bottom: 30px; }

.question-card_text {
  color: #4b6a91;
  font: italic 18px/26px Arial, Helvetica, sans-serif;
  letter-spacing: 0; }

.m-btns-width {
  width: 84%; }

.m-align-left {
  text-align: right; }
  @media (max-width: 1220px) {
    .m-align-left {
      text-align: left; } }

.question-card_btns div.m-pad {
  padding-right: 40px;
  padding-left: 40px; }
  @media (max-width: 1220px) {
    .question-card_btns div.m-pad {
      text-align: left; } }

.a-img_wrapper {
  width: 408px; }
  .a-img_wrapper img {
    margin-bottom: 10px; }
  .a-img_wrapper figcaption {
    color: #4b6a91; }

.a-quotation {
  width: 370px;
  padding: 46px 50px 51px 38px;
  border: 1px dashed #4b6a91;
  border-radius: 16px;
  margin: 38px 0 86px 52px; }
  .a-quotation p {
    font: 23px/27px "Exo_black";
    color: #4b6a91; }

.a-right {
  margin-left: 24px;
  margin-bottom: 45px; }

.a-left {
  margin-right: 24px;
  margin-bottom: 45px; }

.m-center {
  margin: 0 auto; }

.a-row:after, .a-row:before {
  content: '';
  display: table; }

.a-row:after {
  clear: both; }

.a-col-1 {
  float: left;
  width: 24.25%; }

.a-col-3 {
  float: left;
  width: 74.75%; }

.a-questio-line {
  position: relative;
  background-color: #00a9ff;
  border-radius: 6px;
  padding: 30px 40px 26px 40px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }
  .a-questio-line:before {
    transition: opacity 0.3s ease;
    background: url("/img/questions-bubble-o.png") 0 0 no-repeat;
    position: absolute;
    display: block;
    bottom: 21px;
    height: 27px;
    width: 27px;
    right: -22px;
    content: '';
    z-index: 3; }

.a-questio-line_text {
  font: 32px/30px "Exo_black";
  color: #fff;
  text-shadow: 1px 1px 2px #969696; }

.a-questio-btn {
  margin-top: 0; }

.m-text-algn {
  text-align: right; }

@media (max-width: 1420px) {
  .article-post_left,
  .article-post_right {
    width: 50%;
    margin-right: -4px;
    padding-right: 30px; }

  .question-card_btns div.m-pad {
    padding-right: 16px;
    padding-left: 16px; } }
@media (max-width: 900px) {
  .article-post_left,
  .article-post_right {
    width: 100%; }

  .a-right {
    float: none;
    margin: 0 auto; }

  .a-left {
    float: none;
    margin: 0 auto; }

  .a-quotation {
    margin: 0 auto;
    margin-bottom: 16px; }

  .a-img_wrapper {
    margin-bottom: 16px; }

  .a-questio-btn {
    height: auto; } }

/*# sourceMappingURL=index.css.map */
