
.custom-content section {
    padding: 0;
}

h6.categorie-name {
    z-index: 1;
    margin-bottom: .75rem;
    padding-left: 3.75rem;
    margin-top: 0;
    position: absolute;
    left: 0;
    top: .75rem;
    color: #fff;
    line-height: 1.75rem;
    padding-right: .75rem;
    background-image: linear-gradient(90deg, #017a9b 0, #018377);
    letter-spacing: .125rem;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 95%;
}

@media all and (max-width: 575px) {
    h6.categorie-name {
        padding-left: 1rem;
    }
}

h6.categorie-name:after {
    position: absolute;
    content: "";
    top: 0;
    width: 0;
    height: 0;
    right: -1rem;
    -webkit-transform: rotate(1turn);
    border-color: #a6a6a6 transparent transparent;
    border-style: solid;
    border-width: 1.75rem 1rem 0 1rem; /*0;*/
}

p.info-header {
    letter-spacing: .125rem;
    text-transform: uppercase;
    font-weight: 900;
    font-size: .8125rem;
    line-height: 24px;
    color: #f5ca56!important;
}

p.info-body {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 32px;
    color: black!important;
}

p.info-subtitle {
    font-size: .8125rem;
    line-height: 24px;
    font-weight: 400;
    color: #525c65!important;
}

.upcard {
    padding: 36px;
    border-top: 3px solid;
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    border-radius: .375rem;
    border-color: lavender!important;
    background: #fff;
}

.course-details svg {
    color: #f5ca56;
}

.point-list li {
    padding-left: 1.5rem;
    list-style: none;
    position: relative;
}

.point-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    font-weight: 800;
    line-height: 1.82em;
}

.point-list p {
    color: #919191;
    margin: 0;
}

.side-info {
    padding: 36px;
    border-radius: .375rem;
    background-color: rgba(219,226,232,.2);
}

.boxed-btn {
    overflow: hidden;
    position: relative;
    background: black;
    color: #fff;
    display: inline-block;
    padding: 18px 44px;
    /*font-family: "Poppins", sans-serif;*/
    font-size: 14px;
    font-weight: 500;
    border: 0;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.boxed-btn:before {
  position: absolute;
  content: "";
  top: 0;
  height: 102%;
  left: -25%;
  width: 0%;
  background-color: gold;
  transform: skew(-22deg);
  transition-duration: .6s;
  z-index: 1;
}

.boxed-btn:hover:before {
  width: 180%;
}

.boxed-btn span {
    z-index: 2;
    position: relative;
    color: white;
}

/*.boxed-btn {
    background: #fff;
    color: #04D2C8;
    display: inline-block;
    padding: 18px 44px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #04D2C8;
    letter-spacing: 3px;
    text-align: center;
    color: #04D2C8 !important;
    text-transform: uppercase;
    cursor: pointer;
}

.boxed-btn:hover {
    background: #04D2C8;
    color: #fff !important;
    border: 1px solid #04D2C8;
}

.boxed-btn:focus {
    outline: none;
}*/

h1,h2,h3,h4,h5 {
    color: black;
}

#course_details p {
    color: black;
}

.custom-content h1,
.custom-content h2,
.custom-content h3,
.custom-content h4,
.custom-content h5,
.custom-content h6 {
    color: unset;
    margin-bottom: 1rem;
}
.custom-content p {
    color: unset;
    margin-bottom: 0.5rem;
}

.custom-content img {
    /*width: unset;*/
    height: auto;
    max-width: 100%;
    display: block;
    margin: auto;
    /*object-fit: scale-down;*/
}

.custom-content ul, .custom-content li {
    list-style: inherit;
}

.custom-content ol, .custom-content ul {
    padding-left: 3rem;
}

/*.custom-content p {
    padding-left: 0.5rem;
}

.custom-content ul {
    position: relative;
    list-style: none !important;
}

.custom-content ul li::before {
    content: "✓";
    color: #04D2C8;
    position: absolute;
    left: 0px;
    font-weight: 800;
    padding-left: 1.8rem;
}*/

.professor-image {
    background-color: #8e8e8e;
    padding: 2px;
    border: 5px solid #cfcfcf;
    width: 80px;
    min-width: 80px;
    height: 80px;
}