.interactive-dynamo-card-container{
    text-align: center;
    height: 450px;
    margin-bottom: 54px;
}
.interactive-dynamo-card-container .title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.interactive-dynamo-card-container .description{
    margin-bottom: 35px;
    padding: 0 24px;
    height: 65px;
}

@media only screen and (max-width: 600px) {
    .interactive-dynamo-card-container .description {
        height: auto;
        overflow: hidden;
    }
}
