.v-companyprofile__table {
  border-collapse: collapse;
}
.v-companyprofile__table > tbody > tr > th {
  font-size: 20px;
  border-bottom: 2px solid #EAEAEA;
  width: 30%;
  text-align: left;
  padding: 30px 30px 30px 50px;
}
.v-companyprofile__table > tbody > tr > td {
  font-size: 20px;
  border-bottom: 2px solid #EAEAEA;
  padding: 30px 22px;
  color: #666666;
}
.v-companyprofile__table > tbody > tr > td .v-companybutton {
  padding: 10px;
  display: block;
  width: 123px;
}
.v-companyprofile__details {
  margin-top: 350px;
  padding: 0 60px;
}
.v-companyprofile__details__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 120px 0;
}
.v-companyprofile__details__box.has-bigmargin {
  margin-bottom: 320px;
}
.v-companyprofile__details__box__text {
  width: 514px;
}
.v-companyprofile__details__box__text > p {
  font-size: 19px;
  color: #707070;
  padding: 30px;
}
.v-companyprofile__details__box__text > p > a {
  text-decoration: none;
  color: #707070;
}
.v-companyprofile__details__box__img {
  margin-bottom: 5px;
}

@media screen and (max-width: 750px) {
  .v-companyprofile {
    padding: 0 2rem;
  }
  .v-companyprofile__table {
    border-collapse: collapse;
  }
  .v-companyprofile__table > tbody > tr > th {
    font-size: 2rem;
    border-bottom: 2px solid #EAEAEA;
    width: 100%;
    display: block;
    text-align: left;
    padding: 1rem;
  }
  .v-companyprofile__table > tbody > tr > td {
    font-size: 2rem;
    padding: 1rem;
    color: #666666;
    display: block;
    width: 100%;
  }
  .v-companyprofile__table > tbody > tr > td .v-companybutton {
    padding: 10px;
  }
  .v-companyprofile__details {
    margin-top: 4rem;
    padding: 0;
  }
  .v-companyprofile__details__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3rem 0;
  }
  .v-companyprofile__details__box.has-bigmargin {
    margin-bottom: 3rem;
  }
  .v-companyprofile__details__box__text {
    width: auto;
  }
  .v-companyprofile__details__box__text > p {
    font-size: 1.9rem;
    color: #707070;
    padding: 0;
  }
  .v-companyprofile__details__box__img {
    margin-bottom: 5px;
  }
  .v-companyprofile__details__box__img > img {
    width: 33rem;
  }
}
.v-heading {
  font-size: 2.5rem;
}
/*# sourceMappingURL=index.css.map */