.embedded_SP {
  padding-top: 10px;
  color: white;
/*background-color: black; */
  background-image: url("../specialties/Embedded/The_Corridor_Man.png");
  background-size:100%;
}
@media screen and (min-width: 800px) {
  .embedded_SP {
    width: 725px;
    border-right: 2px solid white;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
@media screen and (max-width: 799px) {
  .embedded_SP {
    width: 100%;
  }
}
.embedded_SP p {
  font-family:DejaVu Sans;
  font-size:15px;
  margin-left:10px;
  margin-bottom:8px;
}
.embedded_SP ul {
  font-family:DejaVu Sans;
  font-size:15px;
}
.embedded_SP li {
  margin-bottom:5px;
}

.specialty_title {
  font-size: 25px;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top:10px;
  margin-bottom:10px;
  height:fit-content
}

.Embedded_Title {
  border:solid #57ff57;
  border-radius:10px;
  padding-left:20px;
  padding-right:20px;
  padding-top:5px;
  padding-top:5px;
  display:block;
  margin-left:auto;
  margin-right:auto;
  background-color:#000000A0;
}
@media screen and (min-width: 800px) {
  .Embedded_Title {
    width:max-content;
  }
}
@media screen and (max-width: 799px) {
  .Embedded_Title {
    width:80%;
    margin-left:auto;
    margin-right:auto;
  }
}

.Flexos_Embeddoi {
  width:100%;
  display:flex;
}
@media screen and (min-width: 800px) {
  .Flexos_Embeddoi {
    flex-direction:row-reverse;
  }
}
@media screen and (max-width: 799px) {
  .Flexos_Embeddoi {
    flex-direction:column;
  }
}

.tron_lines {
  background-color:#000000A0;
  border:solid #57ff57;
  border-width:2px;
  border-radius:10px;
  margin-left:10px;
  margin-right:10px;
  padding-left:10px;
  padding-right:10px;
}

.hard_soft {
  background-color:#000000A0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.hard_soft p {
  font-family:AvianoSerifRegular;
  font-size:11px;
}
.hard_soft ul {
  font-family:AvianoSerifRegular;
  font-size:11px;
  line-height:1.5;
}
@media screen and (min-width: 800px) {
  .hard_soft {
    font-family:AvianoSerifRegular;
    width:25%;
    background-image: url("../specialties/Embedded/Disk_Game.png");
  }
}
@media screen and (max-width: 799px) {
  .hard_soft {
    font-family:AvianoSerifRegular;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    background-image: url("../specialties/Embedded/Grid_Man.png");
  }
}

@media screen and (min-width: 800px) {
  .super_embedded {
    width:75%;
  }
}
@media screen and (max-width: 799px) {
  .super_embedded {
    width:100%;
  }
}

