.subtitle {
    font-color: white;
    font-size: normal;
    text-align: center;
}
.yellowbox {
    height: min(50vh, 50vw);
    width: 100%;
    background-color: #FFE620;
    border-radius: 25px;
    font-color: black;
}
.yellowbox tr td {
    vertical-align: top;
    width: 33%;
    color: black;
    font-size: min(3vw, 30px);
    text-align: center;
}
.yellowbox tr td h3 {
    font-size: min(4vw, 32px);
    line-height: 0em;
}
ul.features {
    list-style: none;
    text-align: left;
    font-size: min(2vw, 30px);
}
img.workouts_view {
  //clip-path: inset(0% 0% 12% 0%);
  //margin-bottom: -25%;
}
td.workouts_view {
    vertical-align: bottom;
    border: 0px;
}
table.features tr th.feature {
    width: 30%;
}
table.features tr td {
    width: 10%;
    text-align: center;
}
table.features tr td.feature {
    text-align: left;
}
table.features tr th {
    width: 10%;
    text-align: center;
}
table.features tr:nth-child(even) {background: #444}
img.icon {
    border-radius: 12px;
    height: 64px;
}
