#green-card {
    padding-bottom: 10px;
    background-image: url(https://cbo.ru/system/files/landing/Online/red-land/Red_BG.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;}

#green-card a {text-decoration: none;}

#green-card h3 {    
    font-weight: bold;
    color: yellow;
    text-align: center;
    font-size: 34px;
    font-family: 'Museo Sans Cyrl 500';
    margin: 0px;
    padding: 10px;}

#green-card h2 { 
    margin: 10px;
    line-height: 34px;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    font-family: 'Museo Sans Cyrl 700';
    text-transform: uppercase;
    color: white;}
    
#green-card h2 span{ 
    font-size: 26px;
    font-weight: 500;
    font-family: 'Museo Sans Cyrl 500';
    text-transform: uppercase;
    color: white;}

#green-card .flex {
	display: flex; 
	flex-wrap: wrap;    
	justify-content: center;}

#green-card .item {   
    background: white;
	transition: .5s; 
	display: inline-block;
    width: 302px;
    height: 380px;
    margin: 20px;
    padding: 0px;
    border: solid 2px #2d836f;
    position: relative;}

#green-card .item:hover {
	transition: .5s;
	box-shadow: 0px 16px 25px #00000063;}

#green-card .top {
    margin-bottom: 10px;
	position: relative;
	background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 300px;
    display: flex;
    align-items: flex-end;;}

#green-card .name {
	font-weight: 700;
    font-size: 16px;
    color: white;
    position: relative;
    z-index: 2;
    padding: 10px;
    text-shadow: 2px 2px 2px #00000080;}

#green-card .grad {
	background: linear-gradient(0deg, #2d836f 0%, #10445000 100%);
    height: 80px;
    width: 100%;
    position: absolute;
    z-index: 1;}

#green-card .title {
  	margin: 0px;
    text-decoration: none;
    text-transform: uppercase;
    color: #2d836f;
    font-weight: 700;
    font-size: 16px;
    padding: 0px 0px 0px 10px}

#green-card .subtitle {
    text-decoration: none;
	color: #2d836f;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 0px 10px 10px;
    margin: 0px;}

#green-card .date {
  margin: 0px;
    text-decoration: none;
    color: #2d836f;
    font-weight: 700;
    font-size: 16px;
    padding: 0px 0px 0px 10px;	}

#green-card .date span {
	padding-left: 10px;
    font-size: 14px;
    font-weight: 500;}

#green-card .link {
  	margin: 0px;
	background: #2d836f;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: -21px;
}