.podcast-footer{
    margin-bottom: 20px;
    padding: 30px 0px 10px 0px;
}

.podcast-footer a{
    text-align: right;
}
.podcast-footer p{
    color: white;
    margin-bottom: 15%;
    font-size: 14px;
    line-height: 25px;
}

.podcast-footer a img{
    width: 65px;
}

@media (max-width:540px) {
    .podcast-footer{
        margin-bottom: 100px;
    }
    .spot-text{
        max-width: 70% !important;
    }
    .introo{
        min-height: 470px !important;
    }
}
@media (max-width:991px) {
    .spot-text{
        max-width: 50%;
    }
    .introo{
        min-height: 630px;
    }

}
.introo .header-desc{
    padding: 0 !important;
}
.introo .header-desc h2{
    font-size: 70px;
}
.spot-text{
    color: #1AB26B !important;
    font-size: 18px;
    text-align: center !important;
    max-width: 30%;
    margin: auto;
    padding-top: 0 !important;
    border-bottom: 1px solid #1AB26B;
}
.spotify-img{
    text-align: center;
    margin: auto;
    max-width: 50%;
    margin-bottom: 15px;
}
.spotify-img img{
    max-width: 100%;
}