
.vc-wrapper {
   border: 0px solid #000000;
   max-width: 560px;
   height:315px;
  }

.vc-consent {
    padding: 10px;
    text-align: center; 
    max-width: 560px;
    height:315px;
    background-color: rgba(4, 170, 109, 0.1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 
}
.vc-consent button {
    margin: 5px;
    padding: 6px 16px;
}
.vc-consent .transbox {
 
  margin: 40px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid black;
  padding: 6px 16px;
}

.vc-consent .transbox p {
  margin: 5%;
  font-weight: bold;
  color: #000000;
} 