/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.page-cms .text img {
	margin: 15px 0;
}
.page-cms  h1 {
    color: #00639a;
    margin-bottom: 15px;
}
.page-cms  h2 {
    color: #00639a;
}

.page-cms .text ul, .product-description-detail ul {
    list-style: disc;
    padding-left: 15px;
}

/*video responsive*/
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}