.presentations-container {
    background-color: white;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    width: 100%;
    padding: 3.5em 4em 3.5em 2em;
    position: relative;
}
.presentations-extlink {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: inline-block;
}
.presentations-extlink span.icon {
    width: 75px;
    height: 75px;
    margin: 0;
    background-color: #3caa9f;
    padding: 15px;
}
#presentations_interviews_container {
    margin-top: 5em;
}
.allinterviews {
    margin-top: 4em;
}
.presentations-number {
    font-size: 24px;
    color: #204386;
    font-weight: 600;
}
.presentations-title {
    font-size: 24px;
    margin-top: 5px;
    font-weight: 500;
    letter-spacing: 1px;
}
.presentations-line {
    border-top: 1px solid #53bd99;
    margin-top: 20px;
    margin-bottom: 25px;

}
.each-pres {
    margin-bottom: 5em;
}
@media only screen and (max-width: 1240px) {
    #presentations_interviews_container {
        margin-top: 2em;
    }
}
@media only screen and (max-width: 1024px) {
    .presentations-container {
        padding: 2.5em 1em 2.5em 1em;
    }
}
@media only screen and (max-width: 768px) {
    #presentations_interviews_container {
        margin-top: 0;
    }
    .presentations-number {
        font-size: 17px;
    }
    .presentations-title {
        font-size: 20px;
    }
    .presentations-container {
        padding: 2em 2em 2em 2em;
    }
    .allinterviews {
        margin-top: 2em;
    }
}