.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.athlete-dew .athlete {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 668px) {
  .athlete-dew .athlete {
    flex-direction: column;
  }
}
.athlete-dew .athlete .img {
  width: 300px;
  padding: 10px;
  border: solid 2px rgba(238, 238, 238, 0.3725490196);
}
.athlete-dew .athlete .img img {
  width: 100%;
  box-shadow: 1px 1px 10px 1px rgba(1, 31, 31, 0.4705882353);
  border-radius: 10px;
}
.athlete-dew .athlete .athlete-details {
  margin-left: 50px;
  padding: 20px;
}
@media (max-width: 768px) {
  .athlete-dew .athlete .athlete-details {
    margin: 0;
  }
}
.athlete-dew .athlete .athlete-details span {
  display: flex;
  align-items: flex-start;
}
.athlete-dew .athlete .athlete-details span h2 {
  width: 200px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .athlete-dew .athlete .athlete-details span h2 {
    width: 150px;
  }
}
@media (max-width: 368px) {
  .athlete-dew .athlete .athlete-details span h2 {
    width: 100px;
    font-size: 13px;
  }
}
.athlete-dew .athlete .athlete-details span h3 {
  width: 200px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .athlete-dew .athlete .athlete-details span h3 {
    width: 150px;
  }
}
@media (max-width: 368px) {
  .athlete-dew .athlete .athlete-details span h3 {
    width: 100px;
    font-size: 13px;
  }
}
.athlete-dew .athlete .athlete-details hr {
  margin: 5px;
}

.school .modalbody .form-ctrl {
  width: 100%;
}
.school .modalbody .form-ctrl .grid2 {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .school .modalbody .form-ctrl .grid2 {
    flex-direction: column;
  }
}
.school .modalbody .form-ctrl .grid2 .left {
  width: 50%;
}
@media (max-width: 600px) {
  .school .modalbody .form-ctrl .grid2 .left {
    width: 100%;
  }
}/*# sourceMappingURL=athletes.css.map */