
.row {

  margin-left: 0 !important;
}
.breadcrumb-item a {
  color: black;
  text-decoration: none;
  font-weight: 600;
}
.breadcrumb-item.active {
  color: #009aff !important;
  font-weight: 600;
}
.bg {
  position: relative;
}
.bg img {
  width: 100%;
  height: 664px;
  object-fit: cover;
}
.bg_right {
  position: absolute;
  top: -100px;
  right: 0;
  width: 30%;
}
.bg_left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
}
.bg_title {
  position: absolute;
  z-index: 5;
  color: rgb(255, 255, 255);
  top: 60%;
  font-size: 80px;
  left: 20%;
  font-weight: 900;
}
.content {
  margin-top: 20px;
  position: relative;
}

.content_more {
  width: 80%;
  margin: auto;
  z-index: 5;
  position: relative;
}






.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  color: white;
  text-shadow: 2px 3px 5px #4d4d4d;
}
.content_text {
  font-size: var(--h4);
}
.content_title {
  font-size: var(--h1);
  font-weight: 600;
  color: #757575;
}
.content_title img {
  width: 25%;
}
.edu_counter{
  font-size: var(--h1);
  font-weight: 900;
}
.edu_unit{
  margin-left: 5px;
  font-size: var(--h3);
}
.rick_img{
  width: 100%;
}
.risk_img2{
  width: 80%;
}
.risk3_cm{
  display: block;
}
.risk3_mo{
  display: none;
}

@media (max-width: 768px) {
  .bg_title {
    position: absolute;
    top: 70%;
    font-size: 40px;
    left: 10%;
  }

  .bg {
    position: relative;
  }
  .bg img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .bg_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
  }
  .bg_left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
  }
  .bg_title {
    position: absolute;
    z-index: 5;
    color: rgb(255, 255, 255);
    top: 60%;
    font-size: 40px;
    left: 20%;
    font-weight: 900;
  }
  .content {
    margin-top: 20px;
    position: relative;
  }

  .content_more {
    width: 80%;
    margin: auto;
    z-index: 5;
    position: relative;
  }


  .content_text {
    font-size: var(--h5);
  }
  .content_title {
    font-size: var(--h3);
  }
  .div_img img{
    width: 100%;
    }
    .risk3_cm{
      display: none;
    }
    .risk3_mo{
      display: block;
    }
    .risk_img2{
      width: 10 0%;
    }
}
