.et_pb_button:hover {
    background-color: #b20056 !important;
    border: 2px solid #b20056 !important;
    color: #FFF !important; 
}
.font-pensum-pro-regular {
    font-family: 'Pensum Pro Book', Arial, Helvetica, sans-serif;
}

/* Hero Section */
@media (max-width: 1200px) {
    #hero-background-image {
        width: 65%;
    }
}

/* Podcasts */
.podcast-module {
    border-radius: 17px;
}
.podcast-module .et_pb_text_inner > p:first-child {
    padding-bottom: 20px;
}
#podcast-module-1 {
    padding: 56% 30px 30px 30px;
}
#podcast-module-2 {
    padding: 12% 30px 30px 30px;
}
#podcast-module-3 {
    padding: 30px;
    display: flex;
    align-items: flex-end;
    height: 95%;
}
.podcast-button {
    border-radius: 50px;
    border: 2px solid #EE4D9B;
    background-color: #EE4D9B;
    color: #FFF;
    font-family: 'Avant Garde Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.07px;
    text-align: center;
    padding: 15px 26px 15px 24px;
    cursor: pointer;
}
.podcast-button:hover {
    background-color: #b20056 !important;
    border: 2px solid #b20056 !important;
}
.podcast-button::after {    /* add > icon */
    font-family: ETmodules;
    content: "\35";
	font-size: 16px;
    position: relative;
    right: -3px;
    top: 1px;
    font-weight: 800;
    color: #fff;
}
.podcast-socials {
    display: inline-flex;
    width: 50%;
    height: 5%;
    margin-bottom: 0px !important;
}
#podcast-row > .et_pb_column:nth-child(2) img {
    height: 7%;
    margin-bottom: 0px;
}
@media (min-width: 769px) {
    #podcast-row > .et_pb_column:nth-child(1) {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 30px;
        margin-right: 30px;
    }
    #podcast-module-1, #podcast-module-3 {
        margin-bottom: 0px !important;
    }
}
@media (max-width: 768px) {
    .podcast-module {
        padding: 30px !important;
    }
}

/* Reports cards */
#free-reports-row > .et_pb_column:nth-child(1),
#premium-reports-row > .et_pb_column:nth-child(2) {
    width: 41%;
}
#free-reports-row > .et_pb_column:nth-child(2),
#premium-reports-row > .et_pb_column:nth-child(1) {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reports-module {
    border-radius: 16px;
    background-color: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
}
.reports-module article,
.reports-module article > a:first-child {
    margin-bottom: 18px;
}
.reports-module img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    /*height: 22vh;*/
}
.reports-module .entry-title,
.reports-module .post-content {
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
}
#reports-module-1 .more-link,
#reports-module-2 .more-link {
    border-radius: 50px;
    font-family: 'Avant Garde Bold';
    font-size: 16px;
    line-height: 19.07px;
    color: rgba(238, 77, 155, 1) !important;
    border: 2px solid rgba(238, 77, 155, 1);
    width: fit-content;
    padding: 16px;
}
#reports-module-1 .more-link:hover,
#reports-module-2 .more-link:hover {
    background-color: #b20056;
    border-color: #B20056;
    color: #FFF !important; 
}
#reports-module-1 .more-link::after,
#reports-module-2 .more-link::after {    /* add > icon */
    font-family: ETmodules;
    content: "\35";
	font-size: 16px;
    position: relative;
    right: -3px;
    top: 1px;
    font-weight: 800;
    color: rgba(238, 77, 155, 1);
}
#reports-module-1 .more-link:hover::after,
#reports-module-2 .more-link:hover::after { 
    color: #FFF !important;
}
.reports-module .post-content .post-content-inner {
    margin-bottom: 15px;
}
.reports-module .post-meta {
    position: absolute;
    top: 10px;
    right: 15px;
    border-radius: 100px;
    background-color: rgba(0, 153, 119, 1);
    padding: 8px 16px;
    height: 35px;
}
#reports-module-1 .post-meta a,
#reports-module-2 .post-meta a {
    color: #FFF;
}
.reports-module-downloads {
    font-family: 'Avant Garde Bold';
    font-size: 20px;
    line-height: 24px;
    color: #009977 !important;
    position: absolute !important;
    bottom: 15px;
    right: 20px !important;
}
@media (max-width: 768px) {
    .reports-module article {
        padding-bottom: 20px;
    }
    .reports-module-downloads {
        font-size: 15px;
        width: 90px;
        text-align: center;
        bottom: 26px;
    }
    #reports-module-1 .more-link,
    #reports-module-2 .more-link {
        width: fit-content;
        text-align: center;
    }
}