@media screen and (max-width: 767px) {
    .hear-sounds-page-content {
        padding: 50px 0;
    }
}

@media screen and (max-width: 767px) {
    .hear-sounds-page-content .full-container {
        padding: 0;
    }
}


.hear-sounds-page-content .full-container {
    max-width: 100%;
    margin: 0 auto;
}
.hear-list-content2{
    margin-top:40px;
}
.hear-sounds-page-content .full-container h2 {
    font-family: "Outfit";
    font-weight: 600;
    font-size: 48px;
    line-height: 61px;
    text-transform: capitalize;
    color: #000000;
    margin: 0 0 18px;
}
.hear-sounds-page-content .full-container h3 {
    font-family: "Outfit";
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin: 0 0 10px;
}
.hear-sounds-page-content .full-container h4 {
    font-family: "Outfit";
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    color: #000000;
    margin: 0 0 10px;
}
.hear-sounds-page-content .full-container h6 {
    font-family: "Outfit";
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 10px;
}
.hear-sounds-page-content .full-container p {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: #000000;
    margin: 0 0 11px 0;
    padding: 0;
}
.hear-sounds-page-content .full-container p a {
    font-family: "Outfit";
    color: #000000;
    text-decoration: underline;
    transition: 0.3s;
}
.hear-sounds-page-content .full-container p a:hover {
    color: #3F90A6;
}
.hear-sounds-page-content .full-container .ngarra-picture-box {
    margin: 0 0 30px;
    text-align: center;
}
.hear-sounds-page-content .full-container .ngarra-picture-box div {
    display: inline-block;
}
.hear-sounds-page-content .full-container .ngarra-picture-box img {
    margin: 0 10px 10px;
}
.hear-sounds-page-content .full-container ul {
    margin: 0;
    padding: 0 0 0 17px;
}
.hear-sounds-page-content .full-container ul li::before{
    top:14px;
}
.hear-sounds-page-content .full-container ul li {
    font-family: "Outfit";
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    color: #000000;
    padding-bottom: 15px;
}
.hear-sounds-page-content .full-container ul li::marker {
    color: #3F90A6;
}
.hear-sounds-page-content .full-container ul li b {
    font-family: "Outfit";
    font-weight: 500;
}
.hear-sounds-page-content .full-container ul li a {
    font-family: "Outfit";
    color: #000000;
    text-decoration: underline;
    transition: 0.3s;
}
.hear-sounds-page-content .full-container ul li a:hover {
    color: #3F90A6;
}
.hear-sounds-page-content .full-container ul li img.audio-icon {
    width: 22px;
    margin: 0 7px 0 5px;
}
.hear-sounds-page-content .full-container .click-title {
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 5px;
}
