.text-container {
    margin: 0 auto;
}

h1 {
    font-size: 15pt;
}

p {
    line-height: 24px;
    font-weight: 400;
    font-size: 12pt;
    margin-top: 0;
    opacity: 0.9;
}

a {
    color: rgb(35, 35, 35);
}

.caption {
    opacity: 0.5;
    font-size: 10pt;
    margin-top: 8px;
    text-align: center;
    padding-bottom: 12px;
}

.bold {
    font-weight: 500;
    padding-top: 32px;
}

.media-container {
    border-radius: 24px;
    border: #f1f1f1 solid 1px;
    position: relative;
    display: block;
    margin-top: 32px;
    max-width: 626px; 
    height: 530px;
}

.media-container-raw {
    border-radius: 24px;
    border: #f1f1f1 solid 1px;
    position: relative;
    display: flex;
    padding-bottom: 0;
    margin-top: 32px;
    overflow: hidden;
    max-width: 626px; 
}

.phone img {
    width: 242px; 
    height: auto;
    padding-top: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.phone video {
    width: 206px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 24px;
    overflow: hidden;
}

img {
    width: 100%;
    height: auto;
}

