.certificate-title {
  width: 90%;
}

.certificate-title h2 {
  width: 75%;
}

.certificate-title hr {
  width: 5%;
  margin: 1rem 1rem 1rem 3rem;
}

.certificate {
  display: flex;
  background-color: #e0e0e0;
  color: #122d53;
}

.certificate img {
  width: 45rem;
  align-self: center;
}

.certificate-1-text {
  margin: 1rem 5rem 1rem 5rem;
}

.certificate-1-text h2 {
  font-size: 7rem;
  margin-bottom: 3rem;
}

.certificate-text p {
  text-align: justify;
}

.separator {
  background-color: aliceblue;
}

.separator-1-img {
  width: 25rem;
}

.certificate-2-text {
  margin: 1rem 6rem 1rem 6rem;
}

.certificate-2-text h2 {
  font-size: 7rem;
  margin-bottom: 3rem;
}

.prize-1-title {
  margin: 0rem 0rem -8rem 2rem;
  z-index: 1;
}

.prize-2-title {
  margin: 0rem 2rem -8rem 0rem;
  z-index: 1;
}

.prize-1-body {
  background-color: #0045ab;
  color: #fff;
  padding: 10rem 2.5rem;
  flex-direction: row;
}

.prize-1-body-l {
  width: 55%;
}

.prize-1-body-r {
  width: 45%;
}

.prize-1-body-r img {
  width: 35rem;
  position: absolute;
}

.workshop-title {
  margin: 0rem -2rem -4rem 0rem;
  z-index: 1;
}

.workshop {
  background-color: #61a60e;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 7rem 4rem 4rem 4rem;
}

.workshop-img img {
  width: 25rem;
  margin-right: 3rem;
}

.text-box {
  width: 64%;
}

#wsp-container {
  width: 90%;
  height: 10%;
  padding: 10px 20px 50px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}

#wsp-container div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: rgb(45, 177, 45);
  border-radius: 100%;
}

@media (max-width: 1280px) {
  .certificate img {
    width: 35rem !important;
    height: 50rem !important;
  }
}

@media (max-width: 1000px) {
  .certificate img {
    margin: 3rem 0rem;
    width: 45rem !important;
    height: 70rem !important;
  }
  .certificate {
    display: flex !important;
    flex-direction: column !important;
  }
  .prize-1-body-r img {
    width: 80% !important;
  }
}

@media (max-width: 500px){
  .section-container{
    margin: 3rem 0;
  }

  .prize-1-title{
    margin: 0 !important;
    width: 100%;
  }

  .prize-1-body{
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
  }
  
  .prize-1-body-l{
    width: 100% !important;
    padding: 3rem;
  }

  .prize-1-body-r{
    width: 100% !important;
    padding-bottom: 3rem !important;
  }

  .prize-1-body-r img{
    position: static !important;
    width: 80% !important;
  }

  .prize-2-title{
    margin: 0 !important;
    width: 100%;
  }

  .prize-2-body{
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
  }
  
  .prize-2-body-l{
    width: 100% !important;
    padding: 3rem;
  }

  .prize-1-body-r img{
    width: 80% !important;
    position: static !important;
    padding-top: 3rem !important;
  }
  
  .prize-2-body-l{
    width: 100% !important;
  }

  .workshop{
    flex-direction: column !important;
  }
  
  .workshop-img img{
    margin: auto;
  }

  .text-box{
    width: 100%;
  }
}
