#newsletter {
  padding: 45px 0;
  background: transparent
    linear-gradient(180deg, #273c43 0%, #32474e 39%, #537681 100%) 0% 0%
    no-repeat padding-box;
}

#newsletter form {
  height: 100%;
}

.text img{
  max-width: 100%;
  height: auto;
}

#newsletter .text p {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  line-height: 110%;
  color: #ffffff;
  margin: 0;
}

#newsletter .input-container label {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 15px;
  line-height: 19px;
}

#newsletter .input-container input {
  display: block;
  height: 63px;
  border: 1px solid #537681;
  border-radius: 100px;
  background: transparent;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  padding: 0 24px;
  margin-top: 6px;
  outline: 0;
}

#newsletter .input-container input::placeholder {
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  opacity: 0.44;
}

#newsletter .btn-submit {
  width: 100%;
  max-width: 210px;
  height: 63px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent linear-gradient(127deg, #ffc850 0%, #ffc850 100%) 0%
    0% no-repeat padding-box;
  border-radius: 32px;
  margin-top: 29px;
  transition: all 0.3s ease;
  outline: 0;
  border: 0;
}

#newsletter .btn-submit:hover {
  background: #537681 0% 0% no-repeat padding-box;
  transition: all 0.3s ease;
  transform: translateY(-4px);
}

#posts {
  padding: 110px 0 90px 0;
}

.card {
  border: 0;
}

.posts .main-post .card-body {
  padding: 0;
  height: 100%;
  margin-left: 51px;
  max-width: 465px;
}

#posts .main-post .card-body {
  padding: 0;
  height: 100%;
  margin-left: 51px;
  max-width: 465px;
}

.posts .card img {
  border-radius: 25px !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-post .card img {
  border-radius: 25px !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card .tags {
  gap: 25px;
}

.card .tags small {
  letter-spacing: 0.7px;
  color: #ffaf1e;
  text-transform: uppercase;
  font-size: 14px;
}
.card .tags img {
  border-radius: 0 !important;
  display: block;
  margin-right: 8px;
  width: unset;
}
#posts .main-post .card .card-title {
  margin-top: 28px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #32474e;
  font-size: 34px;
  line-height: 42px;
}
#posts .main-post .card .card-text {
  margin: 0;
  margin-top: 33px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 30px;
  color: #32474e;
  width: 100%;
  max-width: 410px;
  letter-spacing: 0;
}

.card .card-button {
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #537681;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 19px;
  outline: 0;
  border: 0;
  margin-top: 28px;
  font-weight: 700;
}

.card .card-button::before {
  content: "";
  width: 48px;
  height: 5px;
  display: block;
  background: #537681;
  border-radius: 100px;
  margin-right: 30px;
  transition: all 0.3s ease;
}

.card-button:hover {
  letter-spacing: 7.5px;
  color: #ffc850;
  transition: all 0.3s ease;
}

.card .card-button:hover::before {
  background: #ffc850;
}

.featured-posts {
  margin-top: 93px;
}

.featured-posts .posts,
.last-posts .posts {
  margin-top: 44px;
}

.featured-posts .post:not(:first-child) {
  margin-top: 50px;
}

.featured-posts h3,
.last-posts h3 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.84px;
  color: #537681;
  font-size: 42px;
}

.featured-posts .card-body {
  padding: 0;
  margin-left: 63px;
}

.featured-posts .card-body .card-title {
  margin: 0;
  margin-top: 36px;
  font-family: "Montserrat", sans-serif;
  color: #32474e;
  font-size: 32px;
  line-height: 36px;
}

.featured-posts .card-body .card-text {
  margin: 0;
  margin-top: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #32474e;
}

.last-posts {
  margin-top: 108px;
}

.last-posts .posts .post:not(:first-child) {
  margin-top: 63px;
}

.last-posts .card-body {
  padding: 0;
  margin-left: 63px;
}

.last-posts .post img {
  max-height: 320px;
}

.last-posts .card-body .card-title {
  margin: 0;
  margin-top: 28px;
  font-family: "Montserrat", sans-serif;
  color: #32474e;
  font-size: 34px;
  line-height: 36px;
}

.last-posts .card-body .card-text {
  margin: 0;
  margin-top: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #32474e;
}

#load-more {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 6px;
  color: #32474e;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  margin-top: 83px;
  border: 0;
  outline: 0;
}

@media (max-width: 1024px) {
  #newsletter {
    padding: 25px 0;
  }
  #newsletter .text p {
    font-size: 26px;
  }
  #newsletter .input-container label {
    font-size: 13px;
  }
  #newsletter .input-container input {
    height: 45px;
    font-size: 12px;
    line-height: 15px;
  }
  #newsletter .input-container input::placeholder {
    font-size: 12px;
    line-height: 15px;
  }
  #newsletter .btn-submit {
    height: 45px;
    font-size: 12px;
  }

  #posts {
    padding: 60px 0 40px 0;
  }

  #posts .main-post .card-body {
    margin-left: 25px;
  }

  .card .tags {
    gap: 15px;
  }

  .card .tags small {
    font-size: 12px;
  }

  #posts .main-post .card .card-title {
    margin-top: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  #posts .main-post .card .card-text {
    margin-top: 20px;
    font-size: 13px;
    line-height: 25px;
    color: #32474e;
  }

  .card .card-button {
    margin-top: 18px;
    font-size: 13px;
    line-height: 16px;
  }

  .card .card-button::before {
    width: 40px;
    height: 4px;
    margin-right: 20px;
  }

  .featured-posts {
    margin-top: 60px;
  }

  .featured-posts .posts,
  .last-posts .posts {
    margin-top: 30px;
  }

  .featured-posts .post:not(:first-child) {
    margin-top: 30px;
  }

  .featured-posts h3,
  .last-posts h3 {
    font-size: 30px;
  }

  .featured-posts .card-body {
    margin-left: 20px;
  }

  .featured-posts .card-body .card-title,
  .last-posts .card-body .card-title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .featured-posts .card-body .card-text,
  .last-posts .card-body .card-text {
    margin-top: 15px;
    font-size: 13px;
    line-height: 25px;
  }

  .last-posts {
    margin-top: 70px;
  }

  .last-posts .posts .post:not(:first-child) {
    margin-top: 30px;
  }
  .last-posts .card-body {
    margin-left: 20px;
  }

  #load-more {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 4px;
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  #newsletter .text p {
    font-size: 24px;
    margin-bottom: 15px;
    width: 100%;
  }
  #newsletter .text br {
    display: none;
  }
  #newsletter .input-container input {
    padding: 0 8px;
  }
  #newsletter .col-2 {
    padding-left: 0;
  }
  #posts {
    padding: 25px 0 25px 0;
  }
  #posts .main-post .card-body {
    margin-left: 0;
    margin-top: 15px;
  }
  .card .tags small {
    font-size: 10px;
  }
  #posts .main-post .card .card-title {
    margin-top: 18px;
    font-size: 22px;
    line-height: 28px;
  }
  #posts .main-post .card .card-text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 22px;
  }
  .card .card-button {
    font-size: 12px;
  }
  .featured-posts {
    margin-top: 40px;
  }
  .featured-posts .posts,
  .last-posts .posts {
    margin-top: 25px;
  }

  .featured-posts .posts img,
  .last-posts .posts img  {
    max-height: 220px;
  }

  .featured-posts .posts .card-body,
  .last-posts .posts .card-body {
    margin-top: 15px;
    margin-left: 0;
  }

  .featured-posts h3,
  .last-posts h3 {
    font-size: 26px;
    text-align: center;
  }
  .featured-posts .card-body .card-title,
  .last-posts .card-body .card-title {
    margin-top: 15px;
    font-size: 18px;
    line-height: 26px;
  }

  .featured-posts .card-body .card-text,
  .last-posts .card-body .card-text {
    margin-top: 12px;
    font-size: 12px;
    line-height: 22px;
  }
  .last-posts {
    margin-top: 40px;
  }
  .last-posts .card-body {
    margin-left: 0;
  }
  #load-more {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 3px;
    margin-top: 40px;
  }
}