.card__thumbnail {
    max-width: 100%;
/*    width: calc(100% - 20px);*/
    width: 100%;
    max-height: 200px;
    max-height: 140px;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
    
    margin-bottom: 10px;
    
    border-style: solid;
    border-width: 1px;
    border-color: #d3d3d3;
}
.card__thumbnail_img {
    max-width: 100%;
    width: 100%;
    max-height: 140px;
    margin: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    
    object-fit: cover;
    object-position: center;
}
.card__thumbnail_map {
    max-width: 100%;
    width: 100%;
    margin: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    
    width: 100%;
    height: 300px;
}
.card {
/*    transition: .3s ease-out;*/
    box-shadow: 1px 1px 10px #555;
    box-shadow: 1px 1px 10px #2e2e2e;
    box-shadow: 1px 1px 10px rgba(46, 46, 46, 0.6);
    background-color: white;
    background-color: #212121;
    background-color: #ffffff;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #d3d3d3;
    z-index: 5;
/*    min-width: 345px;*/
/*    max-width: 300px;*/
/*    max-width: 500px;*/
}

#card_job_thumb {
    max-width: 500px;
    max-width: 300px;
    max-width: 400px;
}

/*
.card:hover {
    transition: .3s ease-out;
    box-shadow: 1px 1px 50px #555;
    box-shadow: 1px 1px 50px #2e2e2e;
    transform: scale(1.01);
    transform: scale(1.04);
    background-color: #f5f5f5;
}
*/
.card__title {
    font-size: 2rem;
    padding: .5rem;
/*    color: white;*/
}

.card__title_job {
    float: left;
    font-size: 24px;
    font-size: 19px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-bottom: 0px;
    height: 35px;
/*    padding-left: 5px;*/
    width: calc(70% - 10px);
    max-width: 280px;
    
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.card__title_date {
    float: right;
    font-size: 13px;
    width: calc(30% - 20px);
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 14px;
    margin-bottom: 10px;
    margin-bottom: 0px;
/*    padding-right: 5px;*/
/*    line-height: 35px;*/
    height: 35px;
    text-align: right;
}

.card__description {
/*    padding: .5rem;*/
/*    line-height: 1.6em;*/
    text-align: center;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 50px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
/*    max-height: 40px;*/
/*
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
*/
}
.card__description2 {
/*    padding: .5rem;*/
/*    line-height: 1.6em;*/
    text-align: center;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 50px;
    font-size: 16px;
    font-weight: 400;
/*    max-height: 40px;*/
/*
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
*/
}

.card__description_header {
    font-size: 17px;
    font-weight: 600;
}
.card_link {
    text-decoration: none;
    color: black;
}

.card-container {
    display: grid;
    padding: 1rem;
/*    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));*/
    grid-template-columns: repeat(auto-fit, minmax(345px, 1fr));
    grid-gap: 1rem;
/*    background-color: red;*/
    -webkit-overflow-scrolling: touch;
    z-index: 4;
    
    max-width: 800px;
    margin: auto;
    justify-items: center;
}

.card-container-horizontal-scroll {
    display: grid;
    /* padding: 1rem; */
    /* grid-template-columns: repeat(auto-fit, minmax(345px, 1fr)); */
    /* grid-gap: 1rem; */
    -webkit-overflow-scrolling: touch;
    z-index: 4;
    
    max-width: 800px;
    margin: auto;
    /* justify-items: center; */

    white-space: nowrap;
    overflow-x: scroll;
    height: 200px;
}

.card_footer {
/*    background-color: red;*/
    text-align: right;
    margin-top: -41px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 6px;
}
.book_class_btn {
/*    position: static;*/
    height: 26px;
    width: 80px;
    border-radius: 13px;
/*    background-color: #3077E1;*/
    background-color: #1F2240;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-right: 8px;
    
/*    Booking Button*/
    width: 200px;
    height: 40px;
    font-size: 18px;
    margin-left: calc(50% - 100px);
    margin-top: 20px;
}




.card__title_job {
    float: none;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 90%;
    max-width: 90%;
    height: auto;
}
.card__title_date {
    float: none;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 90%;
    max-width: 90%;
    height: 20px;
    font-size: 14px;
}
.card__description2 {
    margin-top: 15px;
}

.contacts_name_label {
    float: left;
    font-size: 24px;
    font-size: 19px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-bottom: 0px;
    height: 35px;
/*    padding-left: 5px;*/
    width: calc(70% - 10px);
    max-width: 280px;
    
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pricing_options_list_card {
    width: 300px;
}

.pricing_options_list_card h4 {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #656565;
    color: #4b4b4b;
}

.pricing_options_list_card p {
    margin: auto;
    margin-bottom: 10px;
}





.card-container-horizontal-scroll {
    display: block;
    padding: 1rem;
    /* grid-template-columns: repeat(auto-fit, minmax(345px, 1fr)); */
    /* grid-gap: 1rem; */
    -webkit-overflow-scrolling: touch;
    z-index: 4;
    
    max-width: 800px;
    margin: auto;
    /* justify-items: center; */

    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 340px;

    
}

.card-horizontal-scroll {
    /*    transition: .3s ease-out;*/
        box-shadow: 1px 1px 10px #555;
        box-shadow: 1px 1px 10px #2e2e2e;
        box-shadow: 1px 1px 10px rgba(46, 46, 46, 0.6);
        background-color: white;
        background-color: #212121;
        background-color: #ffffff;
        border-radius: 10px;
        border-style: solid;
        border-width: 1px;
        border-color: #d3d3d3;
        z-index: 5;
    /*    min-width: 345px;*/
    /*    max-width: 300px;*/
    /*    max-width: 500px;*/

    width: 340px;
    height: 320px;
    margin-left: 10px;
    margin-right: 10px;

    white-space: normal;
    display: inline-block;
    vertical-align: top;
    }