@media (max-width: 1025px) {
  body{
    padding: 0 6rem;
    padding-top: 8rem;
  }

  /*TOP IMAGE*/
  .top-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
  }

  .top-imgBox {
    height: 60rem;
    width: 50rem;
  }

  .top-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .toptext-box {
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
  }

  .BEAUC-text {
    font-size: 6.5rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: -0.1rem;
    word-spacing: -0.7rem;
    line-height: .9;
    /*font-family: "Mona Sans", sans-serif;*/
    font-weight: 700; 
  }

  .copyyRight {
    font-size: 5rem;
  }

  .BEAUC-sub {
    font-size: 1.5rem;
    width: 30rem;
    font-weight: 400;
  }

  /*SECOND IMG BOX*/
  .second-imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50rem;
  }

  .second-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }

  section {
    margin-top: 4rem;
    padding: 0 2rem;
  }

  section p {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.2;
    text-align: justify;
  }

  /*CEO RAIN*/
  .ceo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
  }

  .ceo-quote {
    font-size: 2rem;
    font-weight: 500;
  }

  .ceo-quote i {
    font-weight: 300;
  }

  figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  figure img {
    height: 50rem;
    width: 40rem;
    object-fit: cover;
  }

  figcaption {
    font-size: 2rem;
    font-weight: 500;
  }

  .ceo {
    font-weight: 700;
  }

}

@media (max-width: 920px) {
  body{
    padding: 0 6rem;
    padding-top: 8rem;
  }

  /*TOP IMAGE*/
  .top-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
  }

  .top-imgBox {
    height: 50rem;
    width: 40rem;
  }

  .top-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .toptext-box {
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
  }

  .BEAUC-text {
    font-size: 5.5rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: -0.1rem;
    word-spacing: -0.7rem;
    line-height: .9;
    /*font-family: "Mona Sans", sans-serif;*/
    font-weight: 700; 
  }

  .copyyRight {
    font-size: 4rem;
  }

  .BEAUC-sub {
    font-size: 1.5rem;
    width: 30rem;
    font-weight: 400;
  }

  /*SECOND IMG BOX*/
  .second-imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50rem;
  }

  .second-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }

  section {
    margin-top: 4rem;
    padding: 0 2rem;
  }

  section p {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: justify;
  }

  /*CEO RAIN*/
  .ceo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
  }

  .ceo-quote {
    font-size: 2rem;
    font-weight: 500;
  }

  .ceo-quote i {
    font-weight: 300;
  }

  figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  figure img {
    height: 50rem;
    width: 40rem;
    object-fit: cover;
  }

  figcaption {
    font-size: 2rem;
    font-weight: 500;
  }

  .ceo {
    font-weight: 700;
  }

}

@media (max-width: 836px) {
  body{
    padding: 0 4rem;
    padding-top: 8rem;
  }

  /*TOP IMAGE*/
  .top-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
  }

  .top-imgBox {
    height: 50rem;
    width: 40rem;
  }

  .top-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .toptext-box {
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
  }

  .BEAUC-text {
    font-size: 5.5rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: -0.1rem;
    word-spacing: -0.7rem;
    line-height: .9;
    /*font-family: "Mona Sans", sans-serif;*/
    font-weight: 700; 
  }

  .copyyRight {
    font-size: 4rem;
  }

  .BEAUC-sub {
    font-size: 1.5rem;
    width: 30rem;
    font-weight: 400;
  }

  /*SECOND IMG BOX*/
  .second-imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50rem;
  }

  .second-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }

  section {
    margin-top: 4rem;
    padding: 0 2rem;
  }

  section p {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: justify;
  }

  /*CEO RAIN*/
  .ceo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
  }

  .ceo-quote {
    font-size: 2rem;
    font-weight: 500;
  }

  .ceo-quote i {
    font-weight: 300;
  }

  figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  figure img {
    height: 50rem;
    width: 40rem;
    object-fit: cover;
  }

  figcaption {
    font-size: 2rem;
    font-weight: 500;
  }

  .ceo {
    font-weight: 700;
  }

}

@media (max-width: 770px) {
  body{
    padding: 0 4rem;
    padding-top: 8rem;
  }

  /*TOP IMAGE*/
  .top-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
  }

  .top-imgBox {
    height: 50rem;
    width: 40rem;
  }

  .top-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .toptext-box {
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
  }

  .BEAUC-text {
    font-size: 5.5rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: -0.1rem;
    word-spacing: -0.7rem;
    line-height: .9;
    /*font-family: "Mona Sans", sans-serif;*/
    font-weight: 700; 
  }

  .copyyRight {
    font-size: 4rem;
  }

  .BEAUC-sub {
    font-size: 1.5rem;
    width: 30rem;
    font-weight: 400;
  }

  /*SECOND IMG BOX*/
  .second-imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50rem;
  }

  .second-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }

  section {
    margin-top: 4rem;
    padding: 0 2rem;
  }

  section p {
    font-weight: 500;
    font-size: 2.3rem;
    line-height: 1.2;
    text-align: justify;
  }

  /*CEO RAIN*/
  .ceo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
  }

  .ceo-quote {
    font-size: 2rem;
    font-weight: 500;
  }

  .ceo-quote i {
    font-weight: 300;
  }

  figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  figure img {
    height: 45rem;
    width: 40rem;
    object-fit: cover;
    object-position: top;
  }

  figcaption {
    font-size: 2rem;
    font-weight: 500;
  }

  .ceo {
    font-weight: 700;
  }

}

@media (max-width: 735px) {
  body{
    padding: 0 4rem;
    padding-top: 8rem;
  }

  /*TOP IMAGE*/
  .top-box {
    gap: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: center;
    margin-bottom: 2rem;
  }

  .top-imgBox {
    height: 65vh;
    width: 100%;
  }

  .top-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .toptext-box {
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
    gap: 5rem;
  }

  .BEAUC-text {
    font-size: 5.5rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: -0.1rem;
    word-spacing: -0.7rem;
    line-height: .9;
    /*font-family: "Mona Sans", sans-serif;*/
    font-weight: 700; 
  }

  .copyyRight {
    font-size: 4rem;
  }

  .BEAUC-sub {
    font-size: 1.5rem;
    font-weight: 400;
    width: 42rem;
  }

  .OURservice {
    font-size: 2.5rem;
    font-weight: 900;
    text-align: start;
    margin-bottom: 2rem;
  }

  /*SECOND IMG BOX*/
  .second-imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50rem;
  }

  .second-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }

  section {
    margin-top: 4rem;
    padding: 0 2rem;
  }

  section p {
    font-weight: 500;
    font-size: 2.3rem;
    line-height: 1.2;
    text-align: justify;
  }

  /*CEO RAIN*/
  .ceo-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
  }

  .ceo-quote {
    font-size: 2rem;
    font-weight: 500;
    text-align: justify;
    padding: 0 2rem;
  }

  .ceo-quote i {
    font-weight: 300;
  }

  figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  figure img {
    height: 45rem;
    width: 40rem;
    object-fit: cover;
    object-position: top;
  }

  figcaption {
    font-size: 2rem;
    font-weight: 500;
  }

  .ceo {
    font-weight: 700;
  }

}

@media (max-width: 661px) {
  body{
    padding: 0 4rem;
    padding-top: 8rem;
  }

  /*TOP IMAGE*/
  .top-box {
    gap: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: center;
    margin-bottom: 2rem;
  }

  .top-imgBox {
    height: 65vh;
    width: 100%;
  }

  .top-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .toptext-box {
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
    gap: 5rem;
  }

  .BEAUC-text {
    font-size: 5.5rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: -0.1rem;
    word-spacing: -0.7rem;
    line-height: .9;
    /*font-family: "Mona Sans", sans-serif;*/
    font-weight: 700; 
  }

  .copyyRight {
    font-size: 4rem;
  }

  .BEAUC-sub {
    font-size: 1.5rem;
    font-weight: 400;
    width: 35rem;
  }

  .OURservice {
    font-size: 2.5rem;
    font-weight: 900;
    text-align: start;
    margin-bottom: 2rem;
  }

  /*SECOND IMG BOX*/
  .second-imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50rem;
    
  }

  .second-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }

  section {
    margin-top: 4rem;
    padding: 0 2rem;
  }

  section p {
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 1.2;
    text-align: justify;
  }

  /*CEO RAIN*/
  .ceo-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
  }

  .ceo-quote {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: justify;
    padding: 0 2rem;
  }

  .ceo-quote i {
    font-weight: 300;
  }

  figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  figure img {
    height: 40rem;
    width: 35rem;
    object-fit: cover;
    object-position: top;
  }

  figcaption {
    font-size: 2rem;
    font-weight: 500;
  }

  .ceo {
    font-weight: 700;
  }

}

@media (max-width: 560px) {
  body{
    padding: 0 4rem;
    padding-top: 8rem;
  }

  /*TOP IMAGE*/
  .top-box {
    gap: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: center;
    margin-bottom: 2rem;
  }

  .top-imgBox {
    height: 65vh;
    width: 100%;
  }

  .top-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .toptext-box {
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
    gap: 5rem;
  }

  .BEAUC-text {
    font-size: 5.5rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: -0.1rem;
    word-spacing: -0.7rem;
    line-height: .9;
    /*font-family: "Mona Sans", sans-serif;*/
    font-weight: 700; 
  }

  .copyyRight {
    font-size: 4rem;
  }

  .BEAUC-sub {
    font-size: 1.5rem;
    font-weight: 400;
    width: 35rem;
  }

  .OURservice {
    font-size: 2.5rem;
    font-weight: 900;
    text-align: start;
    margin-bottom: 2rem;
  }

  /*SECOND IMG BOX*/
  .second-imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30rem;
    
  }

  .second-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }

  section {
    margin-top: 2rem;
    padding: 0 2rem;
  }

  section p {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: justify;
  }

  /*CEO RAIN*/
  .ceo-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
  }

  .ceo-quote {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: justify;
    padding: 0 2rem;
  }

  .ceo-quote i {
    font-weight: 300;
  }

  figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  figure img {
    height: 30rem;
    width: 25rem;
    object-fit: cover;
    object-position: top;
  }

  figcaption {
    font-size: 2rem;
    font-weight: 500;
  }

  .ceo {
    font-weight: 700;
  }

}

@media (max-width: 471px) {
  body{
    padding: 0 2rem;
    padding-top: 8rem;
  }

  /*TOP IMAGE*/
  .top-box {
    gap: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: center;
    margin-bottom: 2rem;
  }

  .top-imgBox {
    height: 65vh;
    width: 100%;
  }

  .top-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .toptext-box {
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
    gap: 5rem;
  }

  .BEAUC-text {
    font-size: 5.5rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: -0.1rem;
    word-spacing: -0.7rem;
    line-height: .9;
    /*font-family: "Mona Sans", sans-serif;*/
    font-weight: 700; 
  }

  .copyyRight {
    font-size: 4rem;
  }

  .BEAUC-sub {
    font-size: 1.5rem;
    font-weight: 400;
    width: 35rem;
  }

  .OURservice {
    font-size: 2.5rem;
    font-weight: 900;
    text-align: start;
    margin-bottom: 2rem;
  }

  /*SECOND IMG BOX*/
  .second-imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30rem;
    
  }

  .second-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }

  section {
    margin-top: 2rem;
    padding: 0 2rem;
  }

  section p {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: justify;
  }

  /*CEO RAIN*/
  .ceo-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
  }

  .ceo-quote {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: justify;
    padding: 0 2rem;
  }

  .ceo-quote i {
    font-weight: 300;
  }

  figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  figure img {
    height: 30rem;
    width: 25rem;
    object-fit: cover;
    object-position: top;
  }

  figcaption {
    font-size: 2rem;
    font-weight: 500;
  }

  .ceo {
    font-weight: 700;
  }

}

@media (max-width: 445px) {
  body{
    padding: 0 2rem;
    padding-top: 8rem;
  }

  /*TOP IMAGE*/
  .top-box {
    gap: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: center;
    margin-bottom: 2rem;
  }

  .top-imgBox {
    height: 50vh;
    width: 100%;
  }

  .top-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .toptext-box {
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
    gap: 5rem;
  }

  .BEAUC-text {
    font-size: 5.5rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: -0.1rem;
    word-spacing: -0.7rem;
    line-height: .9;
    /*font-family: "Mona Sans", sans-serif;*/
    font-weight: 700; 
  }

  .copyyRight {
    font-size: 4rem;
  }

  .BEAUC-sub {
    font-size: 1.5rem;
    font-weight: 400;
    width: 35rem;
  }

  .OURservice {
    font-size: 2rem;
    font-weight: 900;
    text-align: start;
    margin-bottom: 1rem;
  }

  /*SECOND IMG BOX*/
  .second-imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30rem;
    
  }

  .second-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }

  section {
    margin-top: 2rem;
    padding: 0 1rem;
  }

  section p {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: justify;
  }

  /*CEO RAIN*/
  .ceo-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
  }

  .ceo-quote {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: justify;
    padding: 0 1rem;
  }

  .ceo-quote i {
    font-weight: 400;
  }

  figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  figure img {
    height: 26rem;
    width: 21rem;
    object-fit: cover;
    object-position: top;
  }

  figcaption {
    font-size: 1.8rem;
    font-weight: 500;
  }

  .ceo {
    font-weight: 700;
  }

}

@media (max-width: 405px) {
  body{
    padding: 0 2rem;
    padding-top: 8rem;
  }

  /*TOP IMAGE*/
  .top-box {
    gap: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: center;
    margin-bottom: 2rem;
  }

  .top-imgBox {
    height: 50vh;
    width: 100%;
  }

  .top-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .toptext-box {
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
    gap: 5rem;
  }

  .BEAUC-text {
    font-size: 5rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: -0.1rem;
    word-spacing: -0.7rem;
    line-height: .9;
    /*font-family: "Mona Sans", sans-serif;*/
    font-weight: 700; 
  }

  .copyyRight {
    font-size: 3rem;
  }

  .BEAUC-sub {
    font-size: 1.5rem;
    font-weight: 400;
    width: 30rem;
  }

  .OURservice {
    font-size: 2rem;
    font-weight: 900;
    text-align: start;
    margin-bottom: 1rem;
  }

  /*SECOND IMG BOX*/
  .second-imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25rem;
  }

  .second-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }

  section {
    margin-top: 2rem;
    padding: 0 1rem;
  }

  section p {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: justify;
  }

  /*CEO RAIN*/
  .ceo-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
  }

  .ceo-quote {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: justify;
    padding: 0 0;
  }

  .ceo-quote i {
    font-weight: 300;
  }

  figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  figure img {
    height: 26rem;
    width: 21rem;
    object-fit: cover;
    object-position: top;
  }

  figcaption {
    font-size: 1.8rem;
    font-weight: 500;
  }

  .ceo {
    font-weight: 700;
  }

}