.podcastBanner__section {
    background-color: #E6F1F6;
    padding: 24px 26px;
    /* margin-bottom: 85px; */
}

.podcastBanner__parent {
    display: flex;
    align-items: center;
    border: 1px solid #C6C6C6;
    padding: 30px;
    position: relative;
}

.red-arrows {
    position: absolute;
    width: 90px;
    height: auto;
}

.red-arrows-up {
    top: -12px;
    right: -12px;
}

.red-arrows-down {
    bottom: -12px;
    left: -12px;
}

.podcastBanner__parent .podcastBanner__textarea {
    width: 40%;
}

.podcastBanner__heading {
    color: #ed1c24;
    font-size: 66px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 40px;
}

.podcastBanner__subheading {
    font-size: 32px;
    line-height: 39px;
    font-weight: 500;
    margin-top: 50px;
    color: #00568b;
}

.podcastBanner__img {
    width: 60%;
}

.podcastBanner__img  img {
    width: 100%;
    height: auto;
}
.podcastBanner .podcastBanner__heading .highlight {
    color: #ed1c24;
}

@media screen and (max-width:768px) {
    .podcastBanner__section {
        padding: 7px 8px;
    }

    .podcastBanner__parent {
        padding: 20px;
    }
    
    .red-arrows {
        width: 24px;
        height: auto;
    }

    .red-arrows-up {
        top: -4px;
        right: -4px;
    }
    
    .red-arrows-down {
        bottom: -4px;
        left: -4px;
    }

    .podcastBanner__parent {
        flex-direction: column;
    }

    .podcastBanner__parent .podcastBanner__textarea, 
    .podcastBanner__img {
        width: 100%;
    }

    .podcastBanner__parent .podcastBanner__textarea {
        text-align: center;
    }

    .podcastBanner__toptextarea {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .podcastBanner__heading {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0px;
    }

    .podcastBanner__subheading  {
        max-width: 167px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 11px;
        line-height: 14px;
        margin-top: 10px;
    }

    .podcastBanner .podcastBanner__textarea .podcastBanner__logo{
        max-width: 100px;
        width: 100%;
        height: auto;
    }
}