h2 {
    font-family: GothamBold, Arial, sans-serif;
    margin: 0 auto 30px 0;
    text-align: center;
    font-size: 30px;
}
.wrapper-white h2 {
    color: #a20101;
}
ul.styled-list {
    list-style: none;
    padding-left: 15px;
}

.double-col {
    column-count: 2;
    margin: 30px auto;
    max-width: 400px;
}

.styled-list li {
    font-family: GothamBookRegular, Arial, sans-serif;
    font-size: 13pt;
    line-height: 21px;
    margin: 5px 0;
    text-align: justify;
}
.big_in_center {
    background: linear-gradient(180deg, white, rgb(255 255 255 / 40%), rgb(255 255 255 / 10%), transparent, transparent);
    border-radius: 20px;
}
.example-img {
    float: right;
    margin-left: 30px;
    margin-bottom: 5px;
}

.example {
    position: relative;
    border: 2px solid;
    margin-top: 70px;
    border-radius: 0 10px 10px 10px;
}

.example-title {
    border: 2px solid;
    font-family: GothamBold;
    font-size: 15pt;
    position: absolute;
    left: -2px;
    bottom: 100%;
    padding: 7px 15px;
    border-radius: 10px 10px 0 0;
    border-bottom-color: #d4d4d4 !important;
    background-color: #d4d4d4;
    max-width: 100%;
}

.example-title select {
    font-family: GothamBold;
    background-color: #d4d4d4;
    border: 1px solid #7d0000;
    font-size: 15pt;
    max-width: 100%;
}

.example-body {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    background-color: #d4d4d4;
    color: black;
    border-radius: 0 6px 6px 6px;
}

.example-body img {
    width: 80px;
}

.example-audio-title {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.example-audio audio {
    max-width: 100%;
}
@media (max-width: 768px) {
    h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .styled-list li {
        font-size: 11pt;
        line-height: 18px;
        margin: 3px 0;
    }
    .example-title, .example-title select {
        font-size: 13pt;
    }

    .example-body {
        position: relative;
        padding-left: 80px;
        flex-direction: column;
    }

    .example-body img {
        position: absolute;
        left: 5px;
        width: 70px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .example-body .example-audio:nth-child(3) {
        margin: 10px 0;
    }

    .example-body .example-audio {
        width: 100%;
    }

    .example-audio audio {
        width: 100%;
    }

    .example {
        max-width: 500px;
        margin: 50px auto 0;
    }

}
@media (max-width: 630px) {
    .example-img {
        margin-left: 15px;
    }
}
@media (max-width: 350px) {
    .example-title {
        font-size: 11pt;
    }

    .example-body img {
        width: 50px;
    }

    .example-body {
        padding-left: 60px;
    }

    .example-img {
        width: 150px;
    }
}