﻿.Ptitle {
    position: relative;
    height: 60px;
    overflow: hidden;
    padding-top: 15px;
    padding-right: 50px;
    background-color: #DDD;
    box-shadow: 0px 4px 7px 1px #666;
    /*28a745:success color */
}

.titleHead {
    overflow: hidden;
    padding: 10px 20px;
    background-color: #f1f1f1;
    box-shadow: 0px 3px 7px 1px #666;
    font-size: 18px;
    border-right: 5px solid #1d7d57;
}
.titleEmptyGrid {
    overflow: hidden;
    padding: 10px 20px;
    background-color: #f1f1f1;
    box-shadow: 0px 0px 1px 1px #DDD;
    font-size: 18px;
    border-right: 5px solid #ff0000;
    color:#333
}
.Description {
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 7px;
    color: #444;
}

.info {
    background-color: #DDD;
    padding: 10px 20px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #000000;
    line-height: 1.9;
    text-align: justify;
}

.workshops .card {
    overflow: hidden;
    margin-bottom: 15px;
}

    .workshops .card img {
        transition: all .5s ease-in-out;
    }

        .workshops .card img:hover {
            transform: scale(2);
        }
