.postcard-tab {
    max-width: 1152px;
    margin: -80px auto 0;
}
.tab-row {
    background: #E5E6E1;
    border-radius: 15px;
    position: relative;
	margin: 0;
}
.tab-data {
    padding: 85px 70px 85px 70px;
}
.tab-data-equal{
	margin-bottom: 20px;
}
.tab-data h3 {
    line-height: 32px;
    margin-bottom: 19px !important;
}
.tab-data p {
    line-height: 26px;
    margin-bottom: 20px;
}
.tab-data .link-btn {
    font-size: clamp(1rem, 1rem + 0vw, 1rem);
    line-height: 25px;
    font-weight: 600;
    display: inline-block;
	color: var(--wp--preset--color--black);
}
.tab-data .link-btn svg {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.tab-image {
    height: 100%;
    position: relative;
    right: 0;
    top: 0;
}
.no-padding{
	padding: 0 !important;
}
.tab-image img {
    width: 100%;
    height: 100%;
    border-radius: 0 15px 15px 0;
	position: absolute;
	right: 0;
}
.tab-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.5;
	border-radius: 0 15px 15px 0;
}
.overlay-image {
    width: auto !important;
    height: auto !important;
    position: absolute !important;
    top: 50%;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 15px !important;
    padding: 15px 20px;
}
.nav-tabs {
    text-align: right;
    justify-content: end;
    border: 0;
    margin-bottom: 10px !important;
}
.nav-tabs li{
	margin-right: 100px;
}
.nav-tabs li:last-child{
	margin-right: 0;
}
.nav-tabs li a {
    border: 0 !important;
    font-size: clamp(0.875rem, 0.7011rem + 0.3623vw, 1rem);
    line-height: 29px;
    font-weight: 600;
    color: #000;
	position: relative;
	padding: 0;
}
.nav-tabs li a.active:after{
	width: 100%;
}
ul.nav-tabs li:after{
	content: none;
}
.nav-tabs li a:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #000;
    right: 0;
    bottom: -2px;
	transition: 0.3s ease-in-out;
}
.nav-tabs li a:hover{
	color: #000 !important;
}
.nav-tabs li a.active{
	color: var(--wp--preset--color--red) !important;
}
.nav-tabs li a.active:after{
	background: var(--wp--preset--color--red) !important;
}
.nav-tabs li a:hover:after{
	width: 100%;
}
.tabs-postcard .section-header{
	max-width: 560px;
}
@media(min-width: 767px){
/* .tab-row > div{ */
	/* max-height: 372px; */
/* } */
}

@media only screen and (max-width:1399px) {
.nav-tabs li {
    margin-right: 70px;
}
.tabs-postcard .section-header {
    max-width: 540px;
}    
}
@media only screen and (max-width:1199px) {
.tabs-postcard .section-header {
    max-width: 400px;
}
.nav-tabs li {
    margin-right: 40px;
}
.postcard-tab {
    margin: -60px auto 0;
} 
.tab-data-equal{
	min-height: 250px;
} 
}
@media only screen and (max-width:1024px) {
.postcard-tab {
    margin: 0px auto;
} 
.tab-data {
    padding: 30px 20px 30px 20px;
}
.nav-tabs {
    margin-bottom: 20px !important;
} 
.tab-data-equal{
	min-height: 250px;
}		
}
@media only screen and (max-width:767px) {
.postcard-tab {
    margin: 0px auto;
}
.nav-tabs {
    padding-left: 0 !important;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.nav-tabs li {
    margin-right: 15px;
}
.tab-data {
    padding: 30px 10px 30px 10px;
}
.tab-image img{
	position: unset;
}
.tab-image img {
    position: unset;
    border-radius: 0 0 15px 15px;
}
.tab-image:after{
	border-radius: 0 0 15px 15px;
}
.tab-data-equal{
	min-height: 350px;
}
}