.forum-container {
  padding: 120px 100px 37px;
  margin-top: 10px;
}
.forum-top-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.forum-info {
  width: 50%;
}
.forum-socials {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.forum-contact {
  display: flex;
  width: 500px;
  justify-content: space-between;
  background: #f3f4f6;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-left: 152px;
}
.forum-contact p {
  margin-top: 26px;
  margin-bottom: 26px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  color: #051e47;
  margin-right: 340px !important;
}
.forum-contact-span {
  padding: 6px 10px;
  width: 160px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  color: #051e47;
}
.forum-programs {
  padding: 30px;
  margin: 70px auto;
  width: 1240px;
  height: 610px;
  background: #f3f4f6;
  border-radius: 10px;
}
.forum-programs h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #051e47;
}
.forum-images {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 0px 80px;
}
.forum-image-div {
  border: 0px solid #051e47;
  width: 320px;
  height: 320px;
  margin-top: 50px;
  border-radius: 187px;
  border: 2px solid aliceblue;
}
.forum-image-div img {
  width: 100%;
  height: 100%;
  border-radius: 187px;
}
.each-image-div h5 {
  color: #051e47;
  margin-bottom: 0px;
  margin-top: 20px;
  font-size: 17px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #051e47;
}
.each-image-div p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #051e47;
}
.each-image-div {
  width: 320px;
}
.forum-protest2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.protest-vision2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 0;
  width: 50%;
}
.protest-vision2 span {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 75px;
  text-align: center;
  display: block;
  color: #051e47;
}
.protest-vision2 p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #051e47;
  width: 429px;
}
.each-program {
  padding: 40px;
  background: #f3f4f6;
  border-radius: 10px;
  margin-top: 15px;
}
.each-program img {
  width: 64px;
  height: 64px;
  border-radius: 50px;
}
.each-program h6 {
  margin: 10px 0;
  font-size: 20px;
  font-family: "Roboto";
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: justify;
  text-transform: uppercase;
  color: #051e47;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 16px 0px;
}
.each-program p,
.each-program-ul {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  color: #051e47;
  margin-bottom: 0;
}
.each-program-ul li {
  margin-left: 25px;
}
.protest-image2 {
  width: 50%;
}
.protest-image2 img {
  width: 600px;
  height: 360px;
  margin: 30px 50px 100px 81px;
}
.traffic-image2 {
  width: 295px;
  height: 360px;
  margin: 0 auto;
}
.traffic-image2 img {
  width: 100%;
  height: 100%;
}
.cyber-security-top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cyber-security-info {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.women-ul {
  margin: 30px 0px;
}
.forum-info h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 75px;
  text-align: center;
  color: #051e47;
}
.cyber-forum-programs {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 0px 79px;
}
.cyber-program {
  width: 500px;
  height: 450px;
  background: #f3f4f6;
  border-radius: 10px;
}
.forum-bottom-section span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 75px;
  text-align: left;
  color: #051e47;
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .forum-container {
    padding: 100px 20px 20px;
  }
  .forum-info {
    width: 100%;
  }
  .forum-info h1 {
    text-align: center;
  }
  .forum-socials {
    margin: 0 auto;
    width: 100%;
  }
  .forum-contact {
    width: 100%;
  }
  .forum-protest {
    padding: 10px;
  }
  .protest-image {
    width: 100%;
    height: 100%;
  }
  .protest-image img {
    width: 100%;
    height: 100%;
  }
  .protest-vision {
    margin-top: 30px;
    width: 100%;
  }
  .cyber-program {
    width: 100%;
    height: 100% !important;
  }
  .cyber-security-info {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .protest-vision2 p {
    width: 100%;
  }
}
@media (min-width: 599px) and (max-width: 992px) {
  .forum-programs {
    width: 100%;
    height: 100%;
  }
  .traffic-details-div {
    flex-wrap: wrap;
  }
  .protest-image2 {
    width: 100%;
  }
  .protest-image2 img {
    margin: 0;
    width: 100%;
    height: 100%;
  }
  .forum-protest2 {
    display: block;
  }
  .protest-vision2 {
    width: 100%;
    padding: 30px;
  }
  .cyber-program{
    width: auto;
  }
  .cyber-forum-programs{
    padding: 0px;
  }
}


