.internship-triumfo-ban {
  background: url(../images/intern-ban.webp);
  background-repeat: no-repeat;
  position: relative;
  background-size: 100%;
  padding: 90px 0px;
}

.internship-triumfo-ban::before {
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000000d9;
  opacity: 0.84;
  position: absolute;
}

.internship-triumfo-ban h1 {
  font-size: 4rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  font-weight: bold;
  text-transform: uppercase;}  

.internship-triumfo-ban p {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  line-height: 30px;
  padding: 30px 90px;}


.privacy-content-sec {
  padding: 50px 0px;
}

.privacy-content-sec .inner-content {
  padding: 10px 0px;
}
.privacy-content-sec .inner-content .title {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #414141;
  margin: 0 0 1rem;
  font-weight: 700;
}

.privacy-content-sec .inner-content .pragraph {
  display: block;
  width: 100%;
  position: relative;}

.privacy-content-sec .inner-content .pragraph ul {
  margin: 0px;
  position: 0px;
}
.privacy-content-sec .inner-content .pragraph ul li {
  padding: 7px 0 7px 25px;
  position: relative;
}
.privacy-content-sec .inner-content .pragraph ul li::before {
  content: "";
  background: #ae190e;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 13px;}

.privacy-content-sec .inner-content .pragraph p {
  display: block;
  font-size: 1rem;
  line-height: 1.7;
  color: #3d3d3d; padding: 4px 0px;
}






