.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 {
  padding: 60px 0;
}

.blog .mini-banner {
  height: 375px;
  width: 100%;
  margin-bottom: 66px;
}

.blog .mini-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 120px 0 120px;
}

.blog h1 {
  max-width: 80%;
  font-family: Orbitron !important;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  color: #252525;
  margin-bottom: 20px;
}

.blog h2 {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  color: #eb6617;
  margin-bottom: 40px;
}

.blog .divid {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 2px;
  margin-bottom: 40px;

  background: linear-gradient(90deg, #eb6617 0%, rgba(235, 102, 23, 0.1) 100%);
}

.blog .divid::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #eb6617;
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
}

.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: 200px;
  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;
}
