.vc_column_container>.vc_column-inner {
    padding-left: 45px;
    padding-right: 45px;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
    .vc_custom_1609164003585 {
        padding: 50px;
    }

    .wpb_wrapper.single-product-column {
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
  	/* For desktop: */
  	.wpb_wrapper.single-product-column {
    	width: 80%;
  	}
	.wpb_single_image.vc_align_left {
    	padding-left: 70px;
	}
    .vc_custom_1609164003585 {
        padding: 80px;
        background-color: #f9f9f9;
    }
}

p {
    color: #3a3a3a;
	font-size: 16px;
    text-align: justify;
}

.vc_tta-container {
    margin-top: 30px;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #6dab3c;
    background-color: #82c452;
    color: #fff;
}

#container {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    visibility: hidden;
    display: none;
    background-color: rgba(22,22,22,0.5); /* complimenting your modal colors */
}
#container:target {
    visibility: visible;
    display: block;
}
.reveal-modal {
    position: relative;
    margin: 0 auto;
    top: 25%;
}