table {
  border-collapse: collapse;
}
.content_acryl {
  margin-left: 200px;
  width: 400px;
  /* font-size: 0.8em; */
  font-size: 1em;
  box-sizing: border-box;
}

.acr6s {
  /* font-size: 19px; */
  /* font-size: 1.375em; */
  font-size: 1.1875em;
}

.acr{
  /* font-size: 1.375em; */
  font-size: 1.125em;
  text-align: left;
}

.tab {
  overflow: hidden;
  border: 0px solid #ccc;
  background-color: #fff;
  margin-left: 0px;
  margin-top: 1.25em;
}

/* Style the buttons inside the tab */
.tab button {
  font-family: inherit;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 0px;
  transition: 0.3s;
  /* font-size: 22px; */
  font-size: 1.25em;
  /* width: 133px; */
  width: 133px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  width: 400px;
  display: none;
  margin-left: 0px;
  margin-top: 20px;
}
.tabcontentA {
  width: 400px;
  display: none;
  margin-left: 0px;
  margin-top: 20px;
}
/* Style the tab content */
.tabcontentA123 {
  display: none;
  margin-left: 0px;
  margin-top: 20px;
}

.pic {
  width: 200px;
  float: left;
}

@media screen and (max-width: 600px) {
  .tab {
    width: 100%;
    margin-top: 1em;
  }
  
  .tab button {
    /* font-size: 1.375em; */
    width: 33%;
  }

  .tabcontent {
    /* margin-left: -5vw; */
  }

  .tabcontentA123 {
    /* margin-left: -5vw; */
    width: 100%;
  }
  
  .tabcontentA {
    /* margin-left: -5vw; */
    width: 100%;
  }
  
 .content_acryl {
    margin-left: 0px;
    padding: 3%;
    width: 100%;
  }
  
  h2 {
    font-size: 1.8em;
  }

  .pic {
    width: 47vw;
  }
}
