.postcard {
	position: relative;
	max-width: 500px;
    margin: 0 auto 30px;
    padding: 0 15px
}

.postcard .mobile-title {
    position: relative;
    color: #242f44;
    font-family: urw-din, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 700;
}

.postcard .mobile-title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    border: 1px solid #faa31b;
    width: 60px;
}

.postcard .img-cont {
    position: relative;
    padding-bottom: 30px;
}

.postcard .img-cont .img {
	display: block;
    height: 100%;
    padding-top: 120%;
}

/* .postcard .content-section  h6 {
    display: none;
} */

/* .postcard .content-section  h6:after {
    display: none;
} */

.postcard h4 {
    margin-bottom: 15px;
}

.postcard h4,
.postcard h4 a {
	color: #242f44;
    font-family: 'ITC Caslon No. 224 W01';
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    width: 100%;
}

.postcard .content-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.postcard .content-section p {
	color: #242f44;
    font-family: urw-din, sans-serif;
    font-size: 16px;
    line-height: 25px;
    width: 100%;
}

.postcard .content-section .read-more {
	background-color: #faa31b;
	color: #242f44;
	font-weight: 700;
	display: flex;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.postcard .pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 130px;
    height: 160px;
    background: url(/includes/client_public/assets/shared/pattern-cactus-white.svg) repeat-x top right;
    background-size: 130px 130px;
}

.postcard .shared-credits {
    bottom: 30px;
}

@media (min-width: 60em) {
	.postcard {
        position: relative;
        max-width: 1215px;
        margin: 0 auto 50px;
        padding: 0 15px
    }

    .postcard .mobile-title {
        display: none;
    }

    .postcard .pattern {
		width: 180px;
		height: 180px;
		background-size: auto auto;
	}
    
    .postcard .slide {
        margin-bottom: 30px;
    }
    
    .postcard .img-cont {
        position: relative;
        padding-bottom: 0;
    }
    
    .postcard .img-cont .img {
        display: block;
        height: 100%;
        padding-top: 120%;
    }
    
    .postcard .inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr;
    }
    
    .postcard h6 {
        position: relative;
        color: #242f44;
        font-family: urw-din, sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 40px;
        font-weight: 700;
    }
    
    .postcard h6:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        border: 1px solid #faa31b;
        width: 60px;
    }
    
    .postcard h4 {
        margin-bottom: 30px;
    }
    
    .postcard h4,
    .postcard h4 a {
        color: #242f44;
        font-family: 'ITC Caslon No. 224 W01';
        font-weight: 700;
        font-size: 68px;
        line-height: 1;
    }
    
    .postcard .content-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 70px 0 70px 70px;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
    }
    
    .postcard .content-section p {
        color: #242f44;
        font-family: urw-din, sans-serif;
        font-size: 17px;
        margin-bottom: 30px;
    }
    
    .postcard .content-section .read-more {
        background-color: #faa31b;
        color: #242f44;
        font-weight: 700;
        display: flex;
        padding: 10px 20px;
        text-transform: uppercase;
        font-size: 14px;
    }

    .postcard .shared-credits {
        bottom: 0px;
    }
}



