.posts_listing {
  padding: 72px 120px 96px;
  color: #00141a;
}
@media screen and (max-width: 992px) {
  .posts_listing {
    padding: 64px 24px;
  }
}
.posts_listing .header {
  display: flex;
  gap: 20px;
  margin-bottom: 64px;
}
.posts_listing .header .title {
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.88px;
}
.posts_listing .header .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
  color: #3c484b;
}
.posts_listing .boxes-wrapper {
  row-gap: 24px;
}
@media screen and (max-width: 992px) {
  .posts_listing .boxes-wrapper {
    row-gap: 21px;
  }
}
.posts_listing .boxes-wrapper .box {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 2px solid #d6dfe1;
  border-radius: 24px;
  height: 100%;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.posts_listing .boxes-wrapper .box:hover {
  border-color: #ff6f61;
}
.posts_listing .boxes-wrapper .box .image-wrapper {
  width: 71px;
  height: 71px;
  border-radius: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.posts_listing .boxes-wrapper .box .image-wrapper.shade {
  background-color: #eef4f5;
}
.posts_listing .boxes-wrapper .box .text-wrapper .level {
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  color: #ff6f61;
}
@media screen and (max-width: 992px) {
  .posts_listing .boxes-wrapper .box .text-wrapper .level {
    font-size: 14px;
  }
}
.posts_listing .boxes-wrapper .box .text-wrapper .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
  color: #00141a;
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .posts_listing .boxes-wrapper .box .text-wrapper .title {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
}
.posts_listing .boxes-wrapper .box .text-wrapper .title--small {
  font-size: 20px;
}
.posts_listing .boxes-wrapper .box .text-wrapper .salary {
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
  color: #808b8e;
  padding-bottom: 12px;
}
@media screen and (max-width: 992px) {
  .posts_listing .boxes-wrapper .box .text-wrapper .salary {
    font-size: 16px;
  }
}
.posts_listing .boxes-wrapper .box .btn-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.posts_listing .boxes-wrapper .box .btn-wrapper .text-link {
  color: #002a93;
  text-decoration: none;
  border-bottom: 1px solid #002a93;
  padding-bottom: 2px;
  font-weight: 600;
  transition: all 300ms ease-in-out;
}
.posts_listing .boxes-wrapper .box .btn-wrapper .text-link::after {
  content: "";
  mask: url("data:image/svg+xml,%3csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg id='Icons'%3e %3cpath id='Vector' d='M11.55 7.91011L8.10747 4.46761C7.96695 4.32792 7.77686 4.24951 7.57872 4.24951C7.38058 4.24951 7.1905 4.32792 7.04997 4.46761C6.97968 4.53733 6.92388 4.62028 6.88581 4.71167C6.84773 4.80307 6.82812 4.9011 6.82812 5.00011C6.82812 5.09911 6.84773 5.19714 6.88581 5.28854C6.92388 5.37993 6.97968 5.46288 7.04997 5.53261L10.5 8.96761C10.5703 9.03733 10.6261 9.12028 10.6641 9.21167C10.7022 9.30307 10.7218 9.4011 10.7218 9.50011C10.7218 9.59911 10.7022 9.69714 10.6641 9.78854C10.6261 9.87993 10.5703 9.96288 10.5 10.0326L7.04997 13.4676C6.90875 13.6078 6.82901 13.7984 6.82831 13.9975C6.8276 14.1965 6.90599 14.3876 7.04622 14.5289C7.18646 14.6701 7.37705 14.7498 7.57607 14.7505C7.7751 14.7512 7.96625 14.6728 8.10747 14.5326L11.55 11.0901C11.9713 10.6682 12.208 10.0964 12.208 9.50011C12.208 8.90385 11.9713 8.33198 11.55 7.91011Z' fill='%23002A93' /%3e %3c/g%3e %3c/svg%3e");
  display: inline-block;
  vertical-align: -3px;
  margin-left: 2px;
  width: 18px;
  height: 18px;
  background-color: #002a93;
  transition: all 300ms ease-in-out;
}
.posts_listing .boxes-wrapper .box .btn-wrapper .text-link:hover {
  color: #ff6f61;
  border-color: #ff6f61;
}
.posts_listing .boxes-wrapper .box .btn-wrapper .text-link:hover::after {
  background-color: #ff6f61;
}
.posts_listing .boxes-wrapper .box .btn-wrapper .text-link.text-link-collapse::after {
  transform: rotate(-90deg);
}
.posts_listing .boxes-wrapper .box .btn-wrapper .text-link.text-link-down::after {
  transform: rotate(90deg);
}
@media screen and (max-width: 992px) {
  .posts_listing .text-center .boxes-wrapper {
    row-gap: 20px;
  }
}
.posts_listing .text-center .boxes-wrapper .box .image-wrapper {
  align-self: center;
}
@media screen and (max-width: 992px) {
  .posts_listing .text-center .boxes-wrapper .box .text-wrapper .title {
    font-size: 20px;
  }
}
.posts_listing .text-center .boxes-wrapper .box .btn-wrapper {
  justify-content: center;
}
.posts_listing .text-center .boxes-wrapper .col-6 {
  padding-left: 6px;
  padding-right: 6px;
}

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