.gridmaster-pro-style-2 .am_single_grid {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.gridmaster-pro-style-2 .am_cont {
    background-color: #ffffff;
    padding: 30px 30px 30px 30px;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(12, 12, 12, 0.06);
            box-shadow: 0px 1px 25px 0px rgba(12, 12, 12, 0.06);
    width: 92%;
    position: relative;
    margin: 0 auto;
    margin-top: -36px;
    text-align: center;
}
.gridmaster-pro-style-2 .am_thumb {
    position: relative;
}
.gridmaster-pro-style-2 .am__title {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 600;
}
.gridmaster-pro-style-2 .am_single_grid:hover .am_thumb img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.gridmaster-pro-style-2 .am__excerpt {
    margin-bottom: 20px;
}
.gridmaster-pro-style-2 .am__readmore {
    color: #ffffff;
    padding: 7px 12px 7px 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    background: #818A91;
}
.gridmaster-pro-style-2 .am__readmore:hover {
    background: #051145;
}
@media only screen and (max-width: 767px) {
    .gridmaster-pro-style-2 .am_cont {
        padding: 25px 25px 25px 25px;
        margin-bottom: 15px;
    }
    .gridmaster-pro-style-2 .am__readmore {
        font-size: 10px;
        padding: 4px 10px 4px 10px;
    }
}