  .t4[class*="page-global-entrepreneurship-week"] .jumbotron.paral.paralsec.flex-section {
    background: #fff;
    padding: 2rem;
}
.t4[class*="page-global-entrepreneurship-week"] .jumbotron.paral.paralsec.flex-section h1,
.t4[class*="page-global-entrepreneurship-week"] .jumbotron.paral.paralsec.flex-section h2,
.t4[class*="page-global-entrepreneurship-week"] .jumbotron.paral.paralsec.flex-section h3 {
    color: #333;
    border-radius: 0;
}
main:not(.t1) header h1, 
main:not(.t1) header h2,
main:not(.t1) header h3 {
    text-shadow: 0;
    text-shadow: unset;
}
.five-day.jumbotron:not(.flex-section) {
    padding-top: 2rem;
}
.five-day ol {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.five-day li {
    margin-bottom: 1rem;
    border-radius: 4px;
    overflow: hidden;
}
.five-day li:last-child {
    margin-bottom: 0;
}
.five-day li > a {
    background: #fff;
    padding: 1rem 10%;
    font-size: 1.3rem;
    color: #004e38;
    font-weight: 500;
    border-bottom: #e6b711 solid 2px;
    display: block;
    text-align: center;
}

@media screen and (min-width:768px) {
    .five-day ol { 
            max-width: 1140px;
         flex-direction: row;
         flex-wrap: wrap;
    }
     .five-day li {
        flex: 1 1 48%;
        min-width: min-content;
        margin-right: 2%;
        line-height: 1.2;
    }
    .five-day li:nth-of-type(even), .five-day li:last-child {
       margin-right: 0;
    }
}



@media screen and (min-width:992px) {
.t4[class*="page-global-entrepreneurship-week"] .bg-image-full {
    background-image: url(https://www.csus.edu/center/carlsen/global-entrepreneurship-week/_internal/gew-2020/2020logos/gew_masthead-circle.jpg);
    background-color: #fff;
    background-size: contain;
}
.t4[class*="page-global-entrepreneurship-week"] .bg-image-full .col-lg-6,
.t4[class*="page-global-entrepreneurship-week"] .bg-image-full h1 {
      flex: unset;
      max-width: 720px;
}
.t4[class*="page-global-entrepreneurship-week"] .bg-image-full h1 {
    color: #004e38;
}
.t4[class*="page-global-entrepreneurship-week"] .bg-image-full h1 span {
    color: #c4b581;
}
.t4[class*="page-global-entrepreneurship-week"] .five-day li {
	 margin-bottom: 0;
	 flex: 1;
	 margin-right: 2%;
}
.t4[class*="page-global-entrepreneurship-week"] .five-day li:last-child {
    margin-right: 0;   
}
}