
@media only screen and ( min-width:961px) and ( max-width:1200px){

}


@media only screen and ( min-width:768px) and ( max-width:960px ){

.audio-heading h2{font-size: 32px;}

}


@media only screen and ( min-width:600px) and ( max-width:767px ){

.text-top h1{font-size: 28px;}

.text-top h4{font-size: 18px;}

.text-top p {
    margin: 20px 0px 0px; font-size: 15px;
}

.audio-heading h2{font-size: 26px;}

.excl-ics{margin: 25px 0px  0px;}

}


@media only screen and ( min-width:320px) and ( max-width:599px ){

.text-top h1{font-size: 30px;}

.text-top h4{font-size: 18px;}

.top-img{margin: 25px 0px 25px;}

.audio-heading h2{font-size: 30px;}

.audio-files{margin-top: 25px;}

.excl-ics{margin: 25px 0px  0px;}

#audio-sectn{margin-top: 25px;}

.text-top{padding-left: 0px; margin-bottom: 40px; display: block;}

}