/* banner */

.blog-post-footer__btn-wrapper {
  display: flex;
  position: relative;
  flex-direction: row;
  background-image: url("../images/blog-banners/backg-blog-post.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 34px 8px 30px 27px;
  background-color: #1C85C8;
  border-radius: 20px;
  margin-bottom: 38px;
  color: #FFFFFF;
  width: 100%;
  object-fit: 213 / 186;
}

.blog-post-footer__btn-wrapper>.blog-post-footer-btn>.btn-view-posts {
  background-color: #FFFFFF;
  border-radius: 7px;
  border: none;
  color: #1C85C8;
}

.blog-post-footer__btn-wrapper>.btn-view-posts:hover {
  background-color: #1c85c8;
  color: #1c85c8;
}

.blog-post-footer__btn-wrapper>.btn-view-posts {
  background-color: #FFFFFF;
  color: #1C85C8;
  border: none;
}

.blog-post-footer-text {
  border-right: 2px solid #479DD4;
  height: 181px;
  max-width: 38%;
}

.blog-post-footer__btn-wrapper h3 {
  font-size: 26px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 14px;
}

.blog-post-footer__btn-wrapper p {
  font-size: 17px;
  font-weight: medium;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}

.blog-post-footer__btn-wrapper span {
  font-size: 18px;
  font-weight: bold;
}

.blog-post-footer__btn-wrapper h3 {
  font-size: 26px;
}

.blog-post-footer__btn-wrapper p {
  text-align: left;
  font-size: 17px;
  max-width: 80%;
}

.blog-post-footer__btn-wrapper span {
  text-align: center;
  font-size: 17px;
}

.blog-post-footer-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-left: 20px;
  max-width: 210px;
}

.blog-post-footer__btn-wrapper::after {
  content: "";
  position: absolute;
  background-image: url("../images/blog-banners/background-blog-post-footer.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: cover;
  background-position: right;
  height: 186px;
  width: 213px;
  left: 80%;
  top: 50px;
}

@media (max-width:1600px) {
  .blog-post-footer__btn-wrapper::after {
    left: 74%;
  }
}

@media (max-width:1365px) {
  .blog-post-footer__btn-wrapper h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .blog-post-footer__btn-wrapper p {
    text-align: left;
    font-size: 15.3px;
    max-width: 80%;
  }

  .blog-post-footer__btn-wrapper span {
    text-align: center;
    font-size: 16px;
  }

  .blog-post-footer-btn {
    max-width: 170px;
  }

  .blog-post-footer__btn-wrapper {
    height: 216px;
    padding-top: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
  }

  .blog-post-footer__btn-wrapper::after {
    left: 71%;
    top: 45px;
    height: 171px;
    width: 196px;
  }

  .blog-post-footer-btn>.btn-view-posts {
    font-size: 18px;
  }
}

@media (max-width:992px) {
  .blog-post-footer__btn-wrapper {
    justify-content: space-between;
    position: relative;
    background-image: url("../images/blog-banners/");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    width: 100%;
    height: 464px;
    padding: 34px 50px 30px 27px;
    background-color: #1C85C8;
    border-radius: 20px;
    margin-bottom: 0px;
    color: #FFFFFF;
  }

  .blog-post-footer-btn {
    display: flex;
    justify-content: start;
  }

  .blog-post-footer__btn-wrapper::after {
    height: 282px;
    width: 246px;
    top: 45%;
    left: 35%;
  }

  .blog-post-footer-text {
    max-width: 60%;
    height: 160px;
  }

  .blog-post-footer__btn-wrapper h3 {
    font-size: 24px;
  }

  .blog-post-footer__btn-wrapper p {
    text-align: left;
    font-size: 18px;
    max-width: 100%;
  }

  .blog-post-footer__btn-wrapper span {
    font-size: 19px;
    max-width: 85%;
  }

  .blog-post-footer-btn {
    align-items: center;
    padding-left: 0;
  }
}

@media (max-width:580px) {
  .blog-post-footer__btn-wrapper {
    height: 335px;
    flex-direction: column;
    justify-content: start;
    gap: 10px;
    padding: 16px;
  }

  .blog-post-footer-btn {
    max-width: 100%;
  }

  .blog-post-footer-btn {
    align-items: center;
    gap: 5px;
  }

  .blog-post-footer-text {
    text-align: center;
    font-size: 20px;
    height: auto;
  }

  .blog-post-footer__btn-wrapper h3 {
    margin-bottom: 10px;
  }

  .blog-post-footer__btn-wrapper p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
  }

  .blog-post-footer__btn-wrapper span {
    font-size: 14px;
  }

  .blog-post-footer__btn-wrapper span br {
    display: none;
  }

  .blog-post-footer-text {
    border-right: none;
  }

  .blog-post-footer__btn-wrapper span {
    text-align: center;
  }

  .blog-post-footer__btn-wrapper::after {
    height: 100%;
    width: 100%;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center bottom;
    top: 0%;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .blog-post-footer-text {
    max-width: 100%;
  }

  .blog-post-footer-btn>.btn-view-posts {
    font-size: 14px;
    margin-top: 0;
  }
}

@media (max-width: 420px) {
  .blog-post-footer__btn-wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }

  .blog-post-footer__btn-wrapper::after {
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
}

@media (max-width: 1365px) {
  .blog-post-footer-btn {
    max-width: 100%;
  }
}

.blog-widget-banner {
  width: 100%;
  height: 418px;
  background-color: #1C85C8;
  background-image: url("../images/blog-banners/backgound-blog-widget1365.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-left: 24px;
  padding-top: 24px;
  padding-top: 30px;
  padding-right: 24px;
  border-radius: 12px;
  justify-content: start;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 30px;
}

.blog-widget-banner>.post-card__btn-contact>.btn-view-posts {
  background-color: #FFFFFF;
  color: #1C85C8;
  border: none;
  border-radius: 7px;
}

.blog-widget-banner h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  letter-spacing: 0.4px;
}

.blog-widget-banner p {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 17px;

}

.blog-widget-banner span {
  font-size: 18px;
  font-weight: bold;
}

.blog-widget-banner>.post-card__btn-contact {
  margin-top: 24px;
}

@media (max-width: 1600px) {

  .blog-widget-banner {
    height: 360px;
    padding-left: 16px;
    padding-top: 16px;
    padding-right: 16px;
  }

  .blog-widget-banner h3 {
    font-size: 18.6px;
    font-weight: bold;
    margin-bottom: 16px;
  }

  .blog-widget-banner p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 14px;
  }

  .blog-widget-banner>.post-card__btn-contact {
    margin-top: 16px;
  }

  .blog-widget-banner span {
    font-size: 16px;
    font-weight: bold;
  }

  .post-card__btn-contact>.btn-view-posts {
    font-size: 16px;
  }
}

@media (max-width: 993px) {

  .blog-widget-banner {
    width: 100%;
    height: auto;
    background-color: #1C85C8;
    background-image: url("../images/blog-banners/back-blog-widget_993.svg");
    background-size: 42%;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-left: 24px;
    padding-bottom: 24px;
    padding-top: 30px;
    padding-right: 24px;
    border-radius: 12px;
    justify-content: start;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 30px;
  }

  .post-card__btn-contact {
    text-align: left;
  }

  .blog-widget-banner h3 {
    font-size: 24px;
    font-weight: medium;
    margin-bottom: 16px;
  }

  .blog-widget-banner p {
    max-width: 320px;
    font-size: 17px;
  }

  .blog-widget-banner span {
    font-size: 17px;
  }

  .blog-widget-banner>.post-card__btn-contact {
    margin-top: 16px;
  }

  .post-card__btn-contact>.btn-view-posts {
    font-size: 18px;
  }
}

@media (max-width: 420px) {
  .blog-widget-banner {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }
}
