.project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0; }

a.project-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 20px 50px;
  font-size: 20px;
  border-radius: 5px;
  background-color: #9e2b2b;
  z-index: 99;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.7); }
  a.project-button:hover {
    font-weight: bolder;
    color: #F1AE44;
    background-color: #083068; }

.project-icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .project-icon-title h3 {
    margin: 0;
    line-height: 1.5; }

.project-icon {
  width: 50px;
  margin-right: 10px; }

.project-main {
  width: calc(100% - 400px);
  padding: 0 2%; }
  .project-main h2 {
    position: relative;
    padding-left: 10px;
    color: #083068;
    border-left: 5px solid #083068; }
  .project-main h3 {
    color: #9e2b2b; }
  .project-main p {
    line-height: 2; }
  .project-main img {
    margin-bottom: 20px; }
  .project-main .project-icon {
    margin-bottom: 0px; }

.project-donation {
  width: 400px; }

.single-time {
  width: 100%;
  padding: 20px 4%;
  border-radius: 10px;
  background-color: #f4d3d3; }
  .single-time h2 {
    text-align: center; }
  .single-time ul {
    margin: 20px 0; }
  .single-time li {
    border-bottom: 1px solid #c68383;
    padding: 0 10px;
    cursor: pointer; }
    .single-time li:hover {
      border-radius: 10px;
      background-color: #fbdda6; }
    .single-time li a {
      color: initial;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .single-time .money {
    width: 30%; }
    .single-time .money span {
      display: block;
      font-size: 20px;
      font-weight: bold;
      padding: 4px 0;
      color: #740404; }
  .single-time .content {
    width: 60%;
    line-height: 1.5; }
    .single-time .content span {
      font-size: 16px; }
  .single-time .people {
    color: #d25353;
    font-weight: bold;
    padding: 0 4px; }
  .single-time span.detail {
    padding-left: 4px;
    font-size: 16px;
    color: #6f6f6f; }
  .single-time .single-time-btn {
    display: inline-block;
    position: relative;
    padding: 10px 40px;
    background: #E36955;
    margin: 20px 0;
    width: 100%;
    text-align: center;
    border-radius: 5px; }
    .single-time .single-time-btn:hover {
      background: #F1AE44; }

.project-film .videobox {
  position: relative;
  width: 100%;
  height: 450px;
  margin: 10px auto;
}

.project-film .videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .project {
    display: block;
    margin: 0 auto;
    padding: 40px 0; }
  .project-main {
    width: 96%;
    margin: 0 auto; }
  .project-donation {
    width: 96%;
    margin: 0 auto; } }
