@media only screen and (max-width: 768px) {
    div.br_big_images_hover_blog {
        height: 650px;
    }

    a.all_button {
        margin: 70px auto 100px;
    }

    div.blog_img_blog {
        height: 195px;
    }

    div.blog_post_blog {
        background: #fff;
    }

    .learn_more_blog {
        background: #ca9a8e;
        color: #fff;
    }

    a.all_button {
        color: #fff;
        background: #ca9a8e;
    }

    div.blog_text_blog {
        margin: 0px 0px 25px;
    }
}

@media only screen and (min-width: 768px) {
    div.br_big_images_hover_blog {
        height: 720px;
    }

    a.all_button {
        margin: 5px auto 5px;
    }

    div.blog_img_blog {
        height: 240px;
    }

    div.blog_post_blog {
        background: #fff;
    }

    .learn_more_blog {
        background: #ca9a8e;
        color: #fff;
    }

    a.all_button {
        color: #fff;
        background: #ca9a8e;
    }

    div.blog_text_blog {
        margin: 0px 0px 25px;
    }
}

@media only screen and (min-width: 1024px) {
   div.br_big_images_hover_blog {
      height: 655px;
   }

   a.all_button {
       margin: 70px auto 40px;
   }

   div.blog_img_blog {
       height: 240px;
   }

   div.blog_post_blog {
       background: #fff;
   }

   .learn_more_blog {
       background: #ca9a8e;
       color: #fff;
   }

   a.all_button {
       color: #fff;
       background: #ca9a8e;
   }

   div.blog_text_blog {
       margin: 0px 0px 25px;
   }
}

@media only screen and (min-width: 1250px) {
    div.br_big_images_hover_blog {
        height: 650px;
    }

    a.all_button {
        margin: 70px auto 150px;
    }

    div.blog_img_blog {
        height: 240px;
    }

    div.blog_post_blog {
        background: transparent;
    }

    .learn_more_blog {
        background: #fff;
        color: #282828;
    }
    a.all_button {
        color: #000;
        background: #fff;
    }

    div.blog_text_blog {
        margin: 0px 0px 25px;
    }
}

@media only screen and (min-width: 1441px) {
    div.br_big_images_hover_blog {
        height: 650px;
    }

    a.all_button {
        margin: 70px auto 200px;
    }

    div.blog_img_blog {
        height: 250px;
    }

    div.blog_post_blog {
        background: transparent;
    }

    .learn_more_blog {
        background: #fff;
        color: #282828;
    }

    a.all_button {
        color: #000;
        background: #fff;
    }

    div.blog_text_blog {
        margin: 0px 0px 25px;
    }
}

@media only screen and (min-width: 1600px) {
    div.br_big_images_hover_blog {
        height: 750px;
    }

    a.all_button {
        margin: 0px auto 130px;
    }

    div.blog_img_blog {
        height: 213px;
    }

    div.blog_post_blog {
        background: transparent;
    }
    .learn_more_blog {  
		background: #fff;
        color: #282828;
    }
    a.all_button {
        color: #000;
        background: #fff;
    }

    div.blog_text_blog {
        margin: 35px 0px 25px;
    }
}

/* # */

#br_arrow_left_blog {
    cursor: default;
    z-index: 10;
    left: 0;
    color: #578078;
}

#br_arrow_right_blog {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    right: 0;
    color: #578078;
}

#br_big_images_moving_div_blog {
    position: relative;
}

#br_div_blog {
    position: relative;
}
/* # */
/* . */
.br_arrow_div_blog {
    font-size: 50px;
    position: relative;
    display: inline-block;
    color: #578078;
    transition: all .20s ease-in-out;
}

div.blog_post_blog {
    transition: all 0.15s ease-in-out;
}

div.blog_post_blog:hover {
    background: #fff;
    box-shadow: 0px 0px 32.55px 2.45px rgba(0, 0, 0, 0.05);
}

div.blog_small_content_blog {
    padding: 30px;
}

.learn_more_blog {
    width: 165px;
    height: 70px;
    display: block;
    text-align: center;
    line-height: 70px;
    text-decoration: none;
    transition: all .2s ease-out;
    position: relative;
    box-shadow: 0px 0px 32.55px 2.45px rgba(0, 0, 0, 0.05);
}

.hover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: 0.2s;
  z-index: 1;
}

.learn_more_blog span {
  position: relative;
  z-index: 2;
}

div.blog_text_blog {
    overflow: hidden;
}

div.blog_text_div_blog h3 {
    margin-bottom: 20px;
}

div.br_big_image_div_blog {
    position: absolute;
}

div.blog_img_blog {
    overflow: hidden;
}

div.br_big_images_hover_blog {
    overflow: hidden;
}

div.arrow_control {
    width: 135px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 30px;
    position: relative;
}

a.all_button {
    text-decoration: none;
}

a.all_button:hover .hover {
    width: 100%;
    display: block;
    background: #ca9a8e;
}

a.all_button:hover span {
    color: #fff;
}

a.service_post {
    text-decoration: none;
    color: #000;
}
div.blog_post_blog:hover .hover {
    width: 100%;
    display: block;
    background: #ca9a8e;
}

div.blog_post_blog:hover .hover {
    color: #fff;
}

div.blog_post_blog:hover .learn_more_blog span {
    color: #fff;
}
/* . */