#workshop-details{
    /* background-color: rgba(240, 128, 128, 0.583) !important; */
}

.workshop-content-info {
    height: auto;
    /* background-color: orange; */
}

/* .workshop-content-info .workshop-info-container{
height: 100%;
background-color: deepskyblue;
} */

.workshop-content-info .workshop-heading-container {
    height: auto;
    /* background-color: yellow; */
}

.workshop-content-info .dtp-container {
    height: auto;
    /* background-color: yellow; */
}

.workshop-content-info .speaker-container {
    height: auto;
    /* background-color: yellow; */
}

.workshop-content-info .services-container {
    height: 30%;
    /* background-color: yellow; */
}

.workshop-content-info .workshop-instructions-container {
    height:auto;
    /* background-color: yellow; */
}



/* Listen and learn start */

.listen-and-learn{
    border-radius: 9px;
    box-shadow: 0px 0px 4px rgb(0,0,0,0.24);
}


.podcast-container{
    height: 80px;
    width: auto;
    /* background-color: yellow; */
}

/* Listen and learn end */





/* @media only screen and (min-width:320px) and (max-width:1024px) {
    .workshop-content-info .services-container {
        height: auto;
        background-color: yellow;
    }
} */