.qa-button {
    width: 100%;
    color: #666;
    background-color: #d3e2e5;
    border: none;
}

.qa-button:hover {
    color: #fff;
    background-color: #2C5D62;
}

.questions-box {
    margin-bottom: 1rem;
}

.questions {
    padding: 1rem;
    color: #fff;
    background-color: #7da19f;
    border-radius: 5px;
}

.images-box {
    width: 100%;
    text-align: center;
    padding: 1rem;
}

img {
    border-radius: .5rem;
}

.answers {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 1rem;
}

span {
    background-color: bisque;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
    
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
}