﻿.guru-highlight p {
    margin-left: 40px;
    margin-bottom: 15px;
    padding-left: 20px;
    border-left: 4px solid #8BB9FF;
}
.guru-quote {
    position: relative;
}
.guru-quote p {
    padding: 40px 0 40px 60px;
    font-size: 22px;
    font-style: italic;
    line-height: 32px;
}
.guru-quote:before {
    content: "”";
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: absolute;
    left: 15px;
    top: 38px;
    font-size: 85px;
    line-height: 1;
    color: #8BB9FF;
}
.guru-takeaways {
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}
.guru-takeaways p {
    line-height: 40px;
}
.guru-takeaways:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 33%;
    max-width: 200px;
    height: 25%;
    max-height: 50px;
    border-left: 2px solid #8BB9FF;
    border-top: 2px solid #8BB9FF;
    color: #fff;
}
.guru-takeaways:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 33%;
    max-width: 200px;
    height: 25%;
    max-height: 50px;
    border-bottom: 2px solid #8BB9FF;
    border-right: 2px solid #8BB9FF;
    color: #fff;
}
.guru-takeaways-description,
.guru-takeaways-list {
    margin: 0 !important;
}

.guru-note {
    border: 2px solid #e1e1e1;
    padding: 15px 20px 15px 40px;
    margin: 20px 0;
    position: relative;
}
.guru-note p {
    margin: 0;
    color: #333;
}
.guru-note:before {
    content: "\2605";
    position: absolute;
    left: 11px;
    font-size: 24px;
    color: #8BB9FF;
}