.content-v1-block{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.content-v1-sidebar{
  position: sticky;
  top: 15rem;
  width: 40rem;
  background: var(--white);
  border-radius: 0.8rem;
  padding: 4.8rem;
}
.content-v1-item{
  margin-bottom: 3.2rem;
  padding-bottom: 3.2rem;
}
.content-v1-item:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.content-v1-item li{
  margin-bottom: 0.8rem;
}
.content-v1-item a{
  font-size: 1.4rem;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
}
.content-v1-item li.active a, 
.content-v1-item li:hover a {
  color: var(--pink);
}
.content-v1-item a::after {
  position: absolute;
  content: "";
  right: 0;
  width: 0.7rem;
  height: 1rem;
  background-image: url(../images/icon-chevron-right.png);
  background-size: cover;
  background-position: center;
}
.content-v1-item li.active a::after, 
.content-v1-item li:hover a::after {
    background-image: url(../images/icon-pink-chevron-right.png);
}
.content-v1{
  width: calc(100% - 43.2rem);
  background: var(--white);
  border-radius: 0.8rem;
  padding: 4.8rem;
}
.content-v1 .h1,
.content-v1 .h2,
.content-v1 .h3{
  margin: 4.8rem 0 2.4rem;
}
.content-v1 .h4,
.content-v1 .h5,
.content-v1 .h6{
  font-family: 'Poppins';
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 600;
  margin: 4.8rem 0 0.8rem;
}
.content-v1 h1:first-child,
.content-v1 h2:first-child,
.content-v1 h3:first-child,
.content-v1 h4:first-child,
.content-v1 h5:first-child,
.content-v1 h6:first-child{
  margin-top: 0;
}
.content-v1 h1:last-child,
.content-v1 h2:last-child,
.content-v1 h3:last-child,
.content-v1 h4:last-child,
.content-v1 h5:last-child,
.content-v1 h6:last-child{
  margin-bottom: 0;
}
.content-v1-btn{
  margin: 4rem 0 4.8rem;
}
.content-v1-btn:first-child{
  margin-top: 0;
}
.content-v1-btn:last-child{
  margin-bottom: 0;
}
.content-v1 p a{
  color: var(--pink);
}
.content-v1 p a:hover{
  text-decoration: underline !important;
}
.content-v1-link{
  margin-top: 1.2rem;
}
.content-v1-link li{
  margin-bottom: 0.4rem;
}
.content-v1-link a{
  text-decoration: underline !important;
}
.content-v1-link a:hover{
  color: var(--pink);
}
@media(min-width:1200px) and (max-width:1459.98px){
  .content-v1-sidebar {
    top: 14rem;
    width: 38rem;
    padding: 3.2rem;
  }
  .content-v1-item {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .content-v1 {
    width: calc(100% - 40.4rem);
    padding: 3.2rem;
  }
  .content-v1-btn {
    margin: 3.2rem 0 4rem;
  }
  .content-v1 .h1, 
  .content-v1 .h2, 
  .content-v1 .h3 {
    margin: 4rem 0 2rem;
  }
  .content-v1 .h4, 
  .content-v1 .h5, 
  .content-v1 .h6 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin: 4rem 0 0.8rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .content-v1-sidebar {
    top: 13rem;
    width: 35rem;
    padding: 2.4rem;
  }
  .content-v1-item {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .content-v1 {
    width: calc(100% - 37rem);
    padding: 2.4rem;
  }
  .content-v1-btn {
    margin: 3.2rem 0 4rem;
  }
  .content-v1 .h1, 
  .content-v1 .h2, 
  .content-v1 .h3 {
    margin: 4rem 0 2rem;
  }
  .content-v1 .h4, 
  .content-v1 .h5, 
  .content-v1 .h6 {
    font-size: 1.7rem;
    line-height: 2.5rem;
    margin: 4rem 0 0.8rem;
  }
}
@media(max-width:991.98px){
  .content-v1-sidebar {
    position: relative;
    top: 0;
    width: 100%;
    padding: 2.4rem 2rem;
  }
  .content-v1-item {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .content-v1 {
    width: 100%;
    padding: 2.4rem 2rem;
    margin-top: 2rem;
  }
  .content-v1-btn {
    margin: 2.8rem 0 3.2rem;
  }
  .content-v1 .h1, 
  .content-v1 .h2, 
  .content-v1 .h3 {
    margin: 3.2rem 0 2rem;
  }
  .content-v1 .h4, 
  .content-v1 .h5, 
  .content-v1 .h6 {
    font-size: 1.7rem;
    line-height: 2.5rem;
    margin: 3.2rem 0 0.8rem;
  }
}

.sec-content-v1 table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1rem 0 2rem 0;
}

.sec-content-v1 th,
.sec-content-v1 td {
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: top;
}
@media(max-width:1359.98px){
  .content-v1-table {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 2rem;
  }
  .content-v1-table table{
    margin-bottom: 0 !important;
  }
}