
#thanky-you {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-bottom: 50px;
  max-width: 2100px;
  margin: auto;
}
#thanky-you .s1 {
  padding: 0px 4em;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: centers;
}
#thanky-you .s1 .together {
  display: flex;
  align-items: center;
}
#thanky-you .s1 .together img {
  width: 243.2px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.5;
}
#thanky-you .s1 .together p {
  font-size: 50px;
  font-weight: 500;
  text-align: left;
  color: #68348c;
  text-transform: uppercase;
}
#thanky-you .s1 .out-img {
  height: 378.2px;
  width: auto;
}
#thanky-you span {
  display: block;
  text-align: center;
  font-size: 16px;
}
#thanky-you span a {
  text-decoration: none;
  color: #68348c;
  font-weight: bold;
}
#thanky-you .sline {
  width: 1222.3px;
  height: 60.8px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#thanky-you .s2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 4em;
}
#thanky-you .s2 img {
  max-width: 2100px;
  height: auto;
}/*# sourceMappingURL=styles.css.map */







@media (max-width: 1300px) {
    #thanky-you .s1 .out-img {
        height: 178.2px;
        width: auto;
      }
      #thanky-you .s1 .together img {
        width: 143.2px;
      }
      #thanky-you .s1 .together p {
        font-size: 40px;
      }
      #thanky-you {
        gap: 50px;
      }
      #thanky-you .sline {
        width: 722.3px;
        height: 50.8px;
      }
      #thanky-you .s2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px 4em;
      }
      #thanky-you .s2 img {
        max-width: 600px;
      }
      #thanky-you .s2 img:nth-child(odd) {
        display: none;
      }
}

@media (max-width: 768px) {
    #thanky-you .s1 .together {
        margin-top: 50px;
    }
    #thanky-you .s1 .together img {
        width: 40%;
      }
      #thanky-you .s1 .together p {
        font-size: 20px;
      }
    #thanky-you .s1 .out-img {
       display: none;
      }
    #thanky-you .s1 .together p {
        font-size: 30px;
      }
    #thanky-you .sline {
        width: 80%;
      }
    #thanky-you .s2 {
        padding: 0px 2em;
      }
    #thanky-you .s2 img {
        max-width: 100%;
    }
    #thanky-you span {
        font-size: 13px;
        margin: 2em;
      }
}