.flex-left {
    display: flex;
}
.flex-div {
    display: flex;
}

/*desktop style*/

@media only screen and (min-width: 992px){
  .flex-left {
    justify-content: space-between;
}
.content {
    width: 73%;
    margin-top: 18px;
}  
.image-div {
    width: auto;
    margin-right: auto;
}   
.flex-left p.footnote {
    margin-top: 28.1px;
}  


.flex-div {
    justify-content: space-between;
}
.e-icn-div {
    margin-right: 15px;
}
.content-div {
    width: 60%;
    margin: 18px auto 18px 18px;
}
.content-div h2.font-32{
    
}

.content-div div p:first-child{
    margin-bottom:24px;
}
.content-div div ul.cmp-btn{
    margin-top:33px;
}


iframe.mwEmbedKalturaIframe{
    width: 96% !important;
    transform: scale(1.015);
}


}



/*mobile style*/

@media only screen and (max-width: 992px){
    
 .flex-left {
    flex-direction: column;
}  
 .flex-left h2.font-32{
    margin-bottom:0;
}
.flex-left p.footnote{
    margin-top:8px;
}
.image-div {
    text-align: center;
    margin-top: 25px;
}


.flex-div {
    flex-direction:column;
}

.cmp-video__player iframe {
    transform: scale(1.04);
}


    
}








