﻿
.main {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin-bottom: 60px;
    padding: 30px 30px 15px;
    position: relative;
}
h1, h3, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 10px;
    text-rendering: optimizelegibility;
}
h1 {
    font-size: 38px;
    line-height: 40px;
}
h2 {
    font-size: 32px;
    line-height: 36px;
}
h3 {
    font-size: 24px;
    line-height: 28px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
    line-height: 24px;
}
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 15px;
}

.strip-lessons {
   
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.section-titleforDetails {
   
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 0;
    text-transform: uppercase;
}