.has-text-align-center {
  text-align: center; }

.text-w-image__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px; }

.text-w-images__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.text-w-images__wrapper .embed__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%; }

.text-w-images__wrapper .embed__images a {
  display: block;
  max-width: 150px; }

.text-w-image__text {
  width: 70%; }

.text-w-image__text.order-2 {
  width: 70%;
  padding-right: 0; }

.text-w-image__image {
  width: 30%; }

.text-w-image__wrapper:first-of-type, .text-w-images__wrapper:first-of-type {
  margin-top: 50px; }

@media screen and (max-width: 991px) {
  .text-w-image__wrapper:first-of-type, .text-w-images__wrapper:first-of-type {
    margin-top: 25px; }
  .text-w-image__text.order-2 {
    padding-left: 50px; } }

@media screen and (max-width: 768px) {
  .text-w-image__text.order-2 {
    width: 100%;
    padding: 0; }
  .text-w-image__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .text-w-images__wrapper .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .text-w-image__text {
    width: 100%;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .text-w-image__image {
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .text-w-image__image img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; }
  .text-w-images__wrapper {
    gap: 50px; }
  .text-w-images__wrapper .embed__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto; }
  .text-w-images__wrapper .embed__images a {
    max-width: 200px; }
  .text-w-images__wrapper .embed__images p:not(:last-child), .text-w-images__wrapper .embed__images img:not(:last-child) {
    margin-bottom: 0; } }

@media screen and (max-width: 450px) {
  .text-w-image__image {
    max-width: 200px;
    margin: 10px auto; }
  .text-w-images__wrapper .embed__images a {
    max-width: 150px; } }

.blog-items .blog-item .image img,
.text-round-image .image img {
  -o-object-fit: cover;
     object-fit: cover; }

.single-flexible #main {
  padding-top: 0; }

#main.blog-page {
  padding-top: 0; }

.page-template-mobidev_life_page-php #main.blog-page {
  padding-bottom: 0; }

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