.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;

  padding: 50px 0;
}

.banner .bdcrumb {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 60px;
}

.banner .bdcrumb .item {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  color: rgba(255, 255, 255, 1);
}

.banner .sectitle {
  font-family: Orbitron;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  color: rgba(255, 255, 255, 1);

  margin-bottom: 30px;
}

.banner .secsubtitle {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  color: rgba(255, 255, 255, 0.8);

  width: 600px;
  max-width: 100%;
}

/* End Banner */

/* Blog */

.blog {
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 80px;
}

.blog .sectitle {
  margin-bottom: 30px;
  font-family: Orbitron;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;

  color: #eb6617;
}

.blog .secsubtitle a {
  background: linear-gradient(92.02deg, #eb6617 0.17%, #ff8035 99.83%);

  padding: 10px 20px;

  border-radius: 0 15px 0 15px;
  color: #ffffff;

  margin-left: 25px;
  font-family: Orbitron;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  text-decoration: none;
}

.blog .secsubtitle a img {
  margin-left: 10px;
}

.blog .item {
  border-radius: 60px 0 60px 0;
  background: #ffffff;

  border: 1px solid #e4e4e4;
  box-shadow: 0px 4px 40px 0px #7090b026;

  padding: 20px;
  margin-bottom: 20px;

  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.blog .item img {
  border-radius: 60px 0 0 0;
  width: 100%;
  height: 275px;
  object-fit: cover;
  margin-bottom: 25px;
}

.blog .item .text {
  font-family: Orbitron;
  font-weight: 600;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  color: #565656;
  margin-bottom: 10px;
}

.blog .pages {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .pages .page {
  width: 50px;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: Orbitron;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;

  color: #818181;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.blog .pages .page:not(.previous, .next).active {
  background: linear-gradient(
    180deg,
    rgba(235, 102, 23, 0) 0%,
    rgba(235, 102, 23, 0.15) 100%
  );
  color: #eb6617;
  border-bottom: 1px solid #eb6617;
}
/* End of Blog */
