﻿

.cp-cer-desc .row {
    width: 99%;
    margin: 0 auto;
    padding-bottom: 0.5em;
    color: #747575;
    font-weight: 600;
}
.cp-crs-image { height: 200px; }
    
        .cp-crs-image:hover img {
            opacity: 0.5;
            cursor: pointer;
        }

    .cp-crs-image img {
        border: #d4d6d8 solid 3px;
        height: 100%;
        margin: 0 auto;
        width: 100%;
        
    }

    .cp-crs-desc .right {
    background-color: #d4d6d8;
    height: 200px;
}
#featureRaceContainer .row { margin-bottom: 10px; }
.cp-crs-desc p { padding: 10px; }

.cp-cer-desc {
    margin-top: 5px;
    background-color: #f2f2f2;
    /* background-color: #d4d6d8; */
    padding: 5px;
    margin-bottom: 5px;
}


#fr-list {
    list-style-type: none;
    font-size: 0.8em;
}
#fr-list li {
    padding: 5px 0px 5px 10px;
}
#fr-list li a{
    
    text-decoration: none;
    cursor: pointer;
}
    #fr-list li a h4 {
        font-size: 1.2em;
    }
    
  .parent {
  position: relative;
  top: 0;
  left: 0;
}
.image1 {
  position: relative;
  top: 0;
  left: 0;
}
.image2 {
    position: absolute;
    right: 37%;
    margin: 0 auto;
    top: 34%;
}
@media (max-width: 1024px) {
    .image2 {
        position: absolute;
        right: 25%;
        margin: 0 auto;
        top: 21%;
        width: 45%;
    }
}
@media (max-width: 768px) {
    .image2 {
        position: absolute;
        right: 44%;
        margin: 0 auto;
        top: 34%;
        width: 13%;
    }
}