.press-block {
  background: linear-gradient(209deg, #99dbff 0%, #79caf6 85%);
  margin-top: -285px;
  padding-top: 312px !important;
}
.press-block .item {
  padding: 2.5rem 2rem 2.5rem 2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.press-block .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #FFFFFF;
  border-radius: 2.18rem;
  z-index: -1;
}
.press-block .item .title {
  display: flex;
  column-gap: 1rem;
  justify-content: space-between;
  font-size: 26px;
  font-family: "StyreneAWeb", sans-serif;
  font-weight: 700;
  color: #333333;
}
.press-block .item .title .img {
  width: 200px;
  height: 45px;
}
.press-block .item .title .img img {
  object-fit: contain;
  mask: unset !important;
}
.press-block .item .date {
  font-size: 16px;
  color: rgba(105, 105, 105, 0.5);
  margin-top: 1.75rem;
  margin-bottom: 1.5rem;
}
.press-block .item .text {
  font-size: 16px;
  color: rgba(105, 105, 105, 0.7);
  margin-bottom: 4rem;
}
.press-block .item .urls a {
  text-decoration: underline;
  font-weight: 400;
  transition: all 0.3s;
}
.press-block .item .urls a:hover {
  color: #333333;
  font-weight: 500;
  transition: all 0.3s;
}
.press-block .item .img {
  width: 374px;
  height: 100%;
  margin: auto auto auto 0;
}
.press-block .item:nth-child(2n) .foto .img img {
  mask: url("../../assets/mask/bg-img.svg") no-repeat center/contain;
}
.press-block .item:nth-child(2n+1) .foto .img img {
  mask: url("../../assets/mask/bg-img2.svg") no-repeat center/contain;
}
.press-block .item:first-child:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 95px;
  right: 0;
  top: 0;
  background: url("../../assets/svg/fiksik.svg") no-repeat center/contain;
  rotate: -18deg;
  z-index: -1;
  transition: all 0.7s;
}
.press-block .item:hover:first-child:before {
  right: 110px;
  top: -65px;
  transition: all 0.7s;
}
@media (max-width: 1440px) {
  .press-block .item .foto .img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .press-block .item .title {
    flex-direction: column;
    gap: 1rem;
  }
  .press-block .item .title .img {
    width: 160px;
  }
  .press-block .item .date {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
  .press-block .item .text {
    margin-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .press-block .item {
    padding: 1.5rem;
  }
  .press-block .item .title {
    font-size: 20px;
  }
  .press-block .item .text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .press-block {
    padding-top: 280px !important;
  }
  .press-block .container {
    padding-top: 0;
  }
  .press-block .item .ico {
    margin: 2rem auto 0 auto;
  }
}
@media (max-width: 576px) {
  .press-block {
    padding-top: 290px;
  }
  .press-block .row {
    margin-top: 0;
  }
  .press-block .item .title {
    margin-top: 1rem;
  }
  .press-block .item .date {
    margin-top: 1rem;
    font-size: 12px;
  }
  .press-block .item .wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-end;
  }
  .press-block .item .ico {
    margin: 0.5rem 0;
    width: 95px;
    height: 25px;
  }
  .press-block .item .ico img {
    object-fit: contain;
    mask: unset !important;
  }
  .press-block .item .urls a {
    font-size: 16px;
    font-weight: 500;
  }
}

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