
.mkTile * {
    font-family: gothamMedium;
}
.mkFrame {
    width: 200px;
    height: 226px;
}

.mkTile .mkTop {
    background-color: #62b5e7;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    text-align: center;
}
.mkTop {
    height: 60px; width: 100%; 
}

.mkTile .mkMiddle {
    background: linear-gradient(#86c6ec, #bae0f7);
    color: #024572;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.mkMiddle {
     height: 96px; width: 100%;
}

.mkTile ul {
    padding: 0;
    margin: 0;
    list-style: square;
    text-align: left;
}

.mkTile .mkBottomA {
    background-color: #60b3e7;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mkBottomA {
    height: 50px; width: 100%;
}

.mkTile .mkBottomB {
    background-color: #40a1d8;
}
.mkBottomB {
    height: 20px; width: 100%;
}
.mkBottomB img {
    height: 100%; padding: 3px;
}
.mkTile .getStartedBtn {
    background-color: #127d44;
    color: white;
    height: 25px;
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px white;
    border-radius: 3px;
}