/* General  */
p, li {
    font-size: 20px;
}
.gold {
    color: #ce9a49;
}
.maroon {
    color: #801419;
}
.section {
    padding: 0 60px;
    clear: both;
    position: relative;
    display: block;
}
.section::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 40px;
    height: 15px;
    background-color: #3079be;
}
.section h4 {
    font-weight: bold;
    text-align: left;
    font-size: 35px;
}
.section .boxes p {
    margin:0;
}
.section .boxes .title {
    font-weight: bold;
    margin-bottom:1rem;
}

/* Banner area */
.banner-area {
    text-align: center;
    color: #ffffff;
    background: #191e16;
}
.banner-area div {
    margin: 0 auto;
}
.banner-area p{
    width: 100%;
    font-size: 39px;
    margin: 30px auto;
}
.banner-area .title {
    font-size: 75px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}
.banner-area .gold {
    font-size: 78px !important;
}
.banner-area p.desc {
    max-width: 40%;
    text-align: justify;
    font-size: 25px;
    font-weight: lighter;
}

/* Key Takeaways section */
.section.takeaways {
    text-align: center;
}
.section.takeaways .boxes {
    border: 1px solid #d9d9d8;
    border-radius: 10px;
    display: inline-grid;
    width: 100%;
    max-width: 45%;
    min-height: 160px;
    margin: 0 15px 20px 15px;
    text-align: left;
}
.section.takeaways .boxes .box-content {
    margin: 0 auto;
    max-width: 536px;
    font-size: 20px;
    padding: 20px 0;
}
.section.takeaways .boxes .title::before {
    font-weight: bold;
}

/* Accelerator Highlights section */
.section.accelerator {
    text-align: center;
}
.section.accelerator .boxes {
    border: 1px solid #d9d9d8;
    border-radius: 10px;
    display: inline-grid;
    width: 100%;
    max-width: 45%;
    min-height: 160px;
    margin: 0 15px 20px 15px;
    text-align: left;
}
.section.accelerator .boxes .box-content {
    margin: 0 auto;
    max-width: 90%;
    font-size: 20px;
    padding: 20px 0;
}
.section.accelerator .boxes .title::before {
    font-weight: bold;
}

/* UN Expert Faculty Section */
.section.educators {
    text-align: center;
}

.section.educators .un-expert {
    max-width: 45%;
    display: inline-table;
    padding: 20px;
}
.section.educators .un-expert img {
    max-width: 200px;
    border: 2px solid red;
    border-radius: 100%;
    width: 100%;
}
.section.educators .un-expert img, .section.educators .un-expert div {
    display: inline-block;
    vertical-align: top;
}

.un-expert div {
    max-width: 50%;
}

.section.educators .un-expert div p {
    text-align: left;
    font-weight: bold;
    margin: 0 0 0 15px;
}

.section.educators .un-expert ul li {
    font-size: 15px;
    font-style: italic;
    text-align: justify;
}

/* Program Schedule Section */
.section.program-sched div {
    position: relative;
}
.section.program-sched .normal {
    font-weight: lighter;
}

.section.program-sched ul::before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    background: #92b3d6;;
    top: 0;
    left: 0;
}

.section.program-sched ul {
    margin-left: 30px;
}

/* Bootcamp syllabus Section */
.section.bootcamp {
    text-align: center;
}
.section.bootcamp .session {
    box-shadow: 0px 0px 13px 5px #c1bebe;
    border-radius: 30px;
    padding: 15px 30px;
    max-width: 500px;
    display: inline-table;
    min-height: 250px;
    margin: 15px;
}
.section.bootcamp .session .course {
    color: #ba836f;
    font-weight: bold;
}
.section.bootcamp .session strong {
    line-height: 0.6;
}
.section.bootcamp .session-7 {
    position: relative;
    text-align: left;
    width: 100%;
    max-width: 88%;
    margin: 0 auto;
    padding: 10px 30px;
    background: linear-gradient(to right, rgba(166, 163, 163, 0.12) 0%, rgba(0, 0, 0, 0.04) 30%, rgba(0, 0, 0, 0) 45%);
    border-radius: 11px;
}

.section.bootcamp .session-7::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 24%;
    height: 10px;
    background: linear-gradient(to right, rgba(155, 152, 152, 0) 0%, rgba(155, 152, 152, 0.5) 6%, rgba(155, 152, 152, 1) 25%, rgba(155, 152, 152, 0.5) 76%, rgba(0, 0, 0, 0) 100%);
    filter: blur(2px);
}
/* testimonial Section */
.section.testimonial .article {
    width: 100%;
    max-width: 80%;
}
.section.testimonial .article.first {
    float: left;
    clear: both;
}
.section.testimonial .article.second {
    float: right;
    clear: both;
}
.section.testimonial .article p {
    font-size: 15px;
    font-style: italic;
}
.section.testimonial .article .credit {
    width: 100%;
    margin: 2rem 0;
    text-align: center;
}
.section.testimonial .article .credit img{
    border: 1px solid rgb(150, 147, 147);
}


.capstone-project {
    height: auto;
    position: relative;
    justify-items: end;
}

.capstone-project .ribbon {
    width: 60px;
     height: 350px;
    background: #97b4d4;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
}

.capstone-project .ribbon::before,
.capstone-project .ribbon::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translateX(-50%) rotate(45deg);
}

.capstone-project .ribbon::before {
    top: -20px;
    background: #ffffff;
}

.capstone-project .ribbon::after {
    bottom: -20px;
    background: #97b4d4;
}

.capstone-project .content {
    width: 100%;
    max-width: 92%;
}
.capstone-project .content .heading em {
    
}
.capstone-project .content .heading .goals {
    position: absolute;
    right: 0;
    top: 0;
}
.capstone-project .content .heading .goals img {
    border: 1px solid gray;
}