.publicTalks {
    padding-top:30px;
    padding-bottom:30px;
    /*background-color:rgba(176, 176, 176, 0.1);*/
    border-top: 2px dashed rgba(77, 77, 77, 0.1);
    border-bottom: 2px dashed rgba(77, 77, 77, 0.1);
}

.publicTalks h1 {
    padding-bottom:30px;
    font-size: 30px;
    font-family: "Kaushan Script", cursive;
    font-weight: 300;
    font-style: normal;
}
.publicTalks .iframeBox{
    padding:5px;
    border:2px dashed rgba(120, 241, 255, 0.7);
}

.publicTalks h4 {
    text-align:left;
    font-size:15px;
    font-family: "Cormorant Garamond", serif;
    color: black;
    font-weight: 600;
    font-style: italic;
}
