.traffic-ul-div li {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #051e47;
}
.traffic-ul-div {
  margin: 27px;
  width: 590px;
}
.forum-socials5 {
  width: 500px;
  flex-direction: column;
  margin-left: 12rem;
}
.forum-info5 {
  width: 100%;
}
.forum-info5 h1 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 75px;
  text-align: left;
  color: #051e47;
  margin-left: 12px;
}
.forum-contact5 {
  display: flex;
  width: 94%px;
  height: 56px;
  justify-content: space-between;
  background: #f3f4f6;
  border-radius: 5px;
  margin-bottom: 15px;
}
.forum-contact5 p {
  margin: 22px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  color: #051e47;
  padding-left: 11px;
}
.traffic-vision-div {
  margin: 0px 154px 87px;
}
.traffic-vision-div span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 75px;
  text-align: center;
  display: block;
  color: #051e47;
}
.traffic-vision-div p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #051e47;
}
.traffic-details-div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .forum-info5 h1 {
    font-size: 46px;
  }
  .traffic-details-div {
    flex-direction: column;
  }
  .traffic-ul-div {
    width: 100%;
    margin: 0;
  }
  .forum-socials5 {
    margin-top: 10px;
    margin-left: 0;
  }
  .forum-programs {
    margin: 0;
    width: 100%;
    height: 100%;
  }
  .forum-programs h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .forum-images {
    margin-top: 0;
    padding: 0px;
  }
  .forum-image-div {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    margin: 0 auto;
  }
  .traffic-vision-div {
    margin: 30px auto;
  }
  .traffic-vision-div span {
    font-size: 30px;
  }
  .forum-bottom-section span {
    font-size: 50px;
    text-align: center;
    margin-bottom: 0px;
  }
  .forum-protest2 {
    flex-direction: column;
  }
  .protest-image2 {
    width: 100%;
    height: 100%;
    margin-top: 12px;
  }
  .protest-image2 img {
    width: 100%;
    height: 100%;
    margin: 20px auto;
  }
  .protest-vision2 {
    width: 100%;
    margin-top: 20px;
  }
  .protest-vision2 h1 {
    font-size: 50px;
  }
  .each-program-ul li {
    margin-left: 0;
  }
  .forum-protest {
    padding: 0;
  }
  .traffic-image {
    width: 240px;
    height: 240px;
  }
  .protest-vision {
    padding: 0px;
    width: 100%;
  }
  .protest-vision p {
    width: 100%;
  }
  .protest-vision h1 {
    font-size: 50px;
  }
  .cyber-forum-programs {
    padding: 0;
  }
  .each-program h6 {
    font-size: 20px;
    word-break: break-all;
  }
  .each-image-div p {

  font-size: 14px;
  line-height: 20px;

}
.each-image-div h5 {

  font-size: 20px;
  line-height: 25px;

}

.protest-vision2 span {

  font-size: 30px;
  line-height: 50px;

}
}
@media screen and (max-width: 430px) {
.forum-info5 {
  margin-top: 25px;
}
.forum-info5 h1 {
  line-height: 46px;
}
}
@media (min-width: 599px) and (max-width: 880px) {
  .forum-socials5{
    margin-left: 1rem;
  }
}