@media(min-width: 992px) and (max-width: 1200px) {
  .dummy-content {
    width: 100%;
  }

  .company-intro {
    width: calc(100% - 30px);
  }

  .text p {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .dummy-title p:nth-of-type(1) {
    font-size: 36px;
    margin-top: 38px;
  }

  .dummy-title p:nth-of-type(2) {
    font-size: 26px;

  }

  .dummy-title p:nth-of-type(3) {
    height: 50px;
    font-size: 22px;
    
  }

  .dummy-title {
    height: 234px;
  }

  .company-information {
    width: 100%;
  }

  .int-p {
    font-size: 36px;
  }

  .int-box span {
    display: none;
  }

  .int-pt {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.25);
  }

  .company-box {
    display: none;
  }

  .text p {
    font-size: 28px;
    margin-top: 30px;
    line-height: 30px;
  }

  .company-intro {
    display: block;
    height: auto;
  }

  .company-title{
    margin-top: 0;
  }

  .company-center {
    height: 100%;
    display: block;
    padding: 30px 15px;
  }

  .company-text {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .text {
    height: auto;
  }

  .information-text {
    height: 50%;
    margin-top: 20px;
  }

  .dummy-content {
    height: 100%;
  }

  .company-information .row {
    height: 100%;
  }

  .information-img {
    border-radius: 40px;
    height: 50%;
  }

  .information-img img {
    border-radius: 40px;
  }

  .information-text div {
    margin: 0 10%;
  }

  .information-text div p:nth-of-type(1) {
    font-size: 36px;
    color: rgba(0, 0, 0, 0.85);
    
    text-align: center;
  }

  .information-text div p:nth-of-type(2) {
    display: none;
  }

  .information-text div p:nth-of-type(3) {
    font-size: 28px;
    
    margin-top: 28px;
  }
}

@media(max-width: 768px) {
  .dummy-title p:nth-of-type(1) {
    font-size: 18px;
    margin-top: 38px;
    letter-spacing: 2px;
  }

  .dummy-title p:nth-of-type(2) {
    font-size: 14px;
    margin: 10px 0 15px 0;
  }

  .dummy-title p:nth-of-type(3) {
    height: 25px;
    
    font-size: 12px;
  }

  .dummy-title {
    height: 170px;
    margin-top: 48px;
  }

  .int-p {
    font-size: 18px;
    
  }

  .int-box span {
    display: none;
  }

  .int-pt {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.25);
  }

  .company-intro {
    display: block;
    height: auto;
  }

  .company-title{
    margin-top: 0;
  }

  .company-center {
    height: 100%;
    display: block;
    padding: 30px 15px;
  }

  .company-text {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .text {
    height: auto;
  }


  .company-box {
    display: none;
  }
  .text{
    margin: 0;
  }
  .text p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 24px;
  }

  .company-intro {
    width: 100%;
    /* height: 950px; */
  }

  

  .information-text {
    height: 50%;
  }

  .dummy-content {
    width: 100%;
    height: 100%;
    padding: 0 12px;
  }

  .company-information .row {
    height: 100%;
  }

  .information-img {
    border-radius: 20px;
    height: 50%;
  }

  .information-img img {
    border-radius: 20px;
  }

  .information-text div p:nth-of-type(1) {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
  }

  .information-text div p:nth-of-type(2) {
    display: none;
  }

  .information-text div p:nth-of-type(3) {
    font-size: 14px;
    margin-top: 14px;
  }
  .dummy-title p:nth-of-type(3){
    width: 143px;
    margin: 0;
  }
  
}