/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#big_blog_footer, #big_small_footer {
  margin:50px auto;
  display: flex;
  justify-content: space-between;
}
h2.title-blog-footer {

  margin-bottom: 15px;
  font: normal normal normal 40px/48px Figtree;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.9;
}
#big_blog_footer .block_box{
  /*width: 48%;*/
  /*border-bottom:10px solid #52a2ae;*/
  box-shadow: 0px 0px 6px #00000029;
}
#big_small_footer .block_box {
  width: 48%;
}
#big_blog_footer .block_box .btn-post-1{
  display: inline-block;
  margin-top:15px;
  background:#FEC834;
  padding:10px 24px;
  border:0;
  border-radius: 6px;
  color:#000;
  margin-bottom:20px;
}
#big_blog_footer .block_box .btn-post-2 {
  display: inline-block;
  margin-top:15px;
  background:#52a2ae;
  padding:10px 24px;
  border:0;
  border-radius: 6px;
  color:#fff;
}
#big_blog_footer .block_box > div {
  padding:30px 35px;
  min-height: 330px;
}
#big_blog_footer .block_box > div > p {
  font-size: 20px;
  line-height: 1.5em;
  margin-top:15px;
}
#big_blog_footer .block_box > div > h3 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300!important;
  font-size: 30px;
}
#big_blog_footer .block_box:first-child {
  /*border-bottom:10px solid #fec834;*/
}

.single_block_content {
  display:flex;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.single_block_content .content_blog {
  padding:25px;
}
.single_block_content .content_blog h3 {
  font-weight: 500!important;
  font-size: 20px;
  margin-bottom: 10px;
}
.single_block_content .image_blog {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 200px;
  min-height: 253px;
}
.single_block_content .info_top {
  margin-bottom: 15px;
  color:#181818;
  font-size:13px;
}
.single_block_content .info_top span {
  color:#181818;
  font-size:13px;
  text-transform: uppercase;
}
.single_block_content .info_top .pt_1 {
  color:#fec834;
  font-style: normal;
  margin:0 10px;
  font-size:13px;
}
.single_block_content .info_top .pt_2 {
  color:#52a2ae;
  font-style: normal;
  margin:0 10px;
  font-size:13px;
}
.single_block_content .image_blog img {
  /* max-width: 400px; */
  width: auto;
  /* height: auto; */
  height:100%;
  left: 0;
  margin-left: -50px;
  top: 0;
  position: absolute;
}

.content_box h3{
  font: normal normal medium 20px/25px Figtree;
  letter-spacing: 0px;
  color: #2D2D2D;
  opacity: 0.9;
}
.content_box p{
  font: normal normal normal 15px/22px Figtree;
  letter-spacing: 0px;
  color: #2D2D2D;
  opacity: 0.9;
}

#big_small_footer .block_box:first-child .single_block_content .image_blog {
 /* border-bottom: 10px solid #fec834;*/
}
#big_small_footer .block_box:last-child .single_block_content .image_blog {
 /* border-bottom: 10px solid #52a2ae;*/
}
#big_small_footer .right-link {
  width: 100%;
  text-align: right;
}
#big_small_footer .link-footer-blog-all {
  color:#181818;
  font-size:13px;
  text-align: right;
  display: inline-block;
}
#big_small_footer .block_box:last-child a.link-footer-blog-all:after {
  content:'';
  display:block;
  width:100%;
  margin-top:0px;
  border-bottom:1px solid #52a2ae;
}
#big_small_footer .block_box:first-child a.link-footer-blog-all:after {
  content:'';
  display:block;
  width:100%;
  margin-top:0px;
  border-bottom:1px solid #fec834;
}

@media (max-width:768px) {
  #big_blog_footer, #big_small_footer {
    flex-direction: column;
  }
  #big_blog_footer .block_box, #big_small_footer .block_box {
    width: 100%;
    margin-bottom:15px;
  }
  #big_small_footer .single_block_content {
    flex-direction: column;
  }
  #big_small_footer .right-link {
    margin-bottom:15px;
    text-align: center;
  }
  #big_small_footer .single_block_content .image_blog {
    width:100%;
    max-width: 100%;
  }
  #big_small_footer .single_block_content .image_blog img {
    width:150%;
    max-width: 600px;
    margin:0;
  }
}

@media(max-width:991px) {
  #big_small_footer .single_block_content {
    flex-direction: column!important;
  }
  .single_block_content .image_blog {
    max-width: 100px;
    margin-top:30px;
    height:100px;
  }
  .single_block_content .image_blog img{
    margin-left: 0px;
    height: 100px;
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
  }
  .single_block_content{
    margin-bottom:0px;
  }
}
.right-link{
  text-align: right;
}
