    .audio-container
    {

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color: #e8f6f8;
        border-radius: 10px;
        padding: 30px;
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .audio-container .text-container1
    {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background-color: white;
        border-radius: 10px;
        font-size: small;
        font-family: 'Montserrat', sans-serif;
        font-weight: normal;
        margin-bottom: 2.5%;
        padding:1% 2.5%;
    }

    .audio-container .text-container2
    {
        display: flex;
        width: 98%;
        height: 100%;
        background-color: white;
        border-radius: 10px;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        margin-bottom: 2.5%;
        margin-left: 1%;
        padding:1% 2.5%;
    }

    .audio-container .text-container3
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 98%;
        height: 100%;
        background-color: white;
        border-radius: 10px;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        margin-bottom: 2.5%;
        margin-left: 1%;
        padding:1% 1cqh;
    }

    .audio-container .text-container4
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 98%;
        height: 100%;
        background-color: white;
        border-radius: 10px;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 2.5%;
        margin-left: 1%;
        padding:1% 1cqh;
    }


    .audio-container2
    {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        gap: 20px;
    }

    .audio-container3
    {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        gap: 5%;
    }

    .audio-container4
    {
        display: flex;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        gap: 5%;
        margin-bottom: 2.5%;
    }

    .audio-container4 .audio-content
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: white;
        width: 24%;
        border-radius: 10px;
        padding: 10px;
        font-weight: 200;
    }

    .audio-container4 .audio-content audio{
        width: 100%;
    }

    .audio-container5
    {
        display: flex;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        gap: 10px;
        margin-bottom: 2.5%;
    }

    .audio-container6
    {
        display: flex;
        width: 100%;
        height: 100%;
        margin-left: 1.5%;
        border-radius: 20px;
        margin-bottom: 2.5%;
    }

    .audio-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: white;
        border-radius: 10px;
        padding: 10px;
        font-weight: 200;
    }

    .audio-content2{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: white;
        width: 25%;
        border-radius: 10px;
        padding: 10px;
        font-weight: 200;
    }

    .audio-content2 audio{
        width: 100%;
    }

    .video-container1{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        border-radius: 10px;
        padding: 10px;
        font-weight: 200;
        gap: 20px
    }

    .video-content1{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: white;
        width: 25%;
        border-radius: 10px;
        padding: 10px;
        font-weight: 200;
    }

    .video-content1 video{
        width: 100%;
    }

    .video-container2{
        display: flex;
        width: 100%;
        border-radius: 10px;
        padding: 10px;
        font-weight: 200;
        gap: 10px
    }