.medium-row-block{
    height: 400px;
}

.card-title{
    position:absolute;
    right:20%;
    bottom:20%;
}

.medium-card{
    width:80%;
    position:absolute;
}

.title-text{
    vertical-align: middle;
}

/* pad size */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .wrapper {
        max-width: 1024px;
        min-width: 768px;
        margin: auto;
        margin-top: 60px;
        width: 85%;
        padding: 30px;
      }
    .logo {
        position: absolute;
        top: 150px;
        left: 0;
        width: 100px;
    }

    .card-title{
        position:absolute;
        right:20%;
        bottom:20%;
    }
    
    .medium-card{
        width:100%;
        position:absolute;
    }
    .medium-row-block{
        height: 300px;
    }
}

/* iphone and big screen phones */
@media screen and (min-width: 415px) and (max-width: 767px) {
    .medium-card{
        width:50%;
        position:absolute;
        bottom:30px;
    }
    .medium-row-block{
        height: 1500px;
    }
    .wrapper {
        max-width: 767px;
        min-width: 415px;
        margin: auto;
        margin-top: 60px;
        width: 85%;
        padding: 30px;
      }
      .logo {
        position: absolute;
        top: 230px;
        left: 0;
        width: 150px;
    }
}

/* other phones */
@media screen and (min-width: 320px) and (max-width: 414px) {
    .medium-card{
        width:70%;
        position:absolute;
        bottom:30px;
        top:0%;
    }
    .medium-row-block{
        height: 1200px;
    }
    .wrapper {
        max-width: 414px;
        min-width: 320px;
        margin: auto;
        margin-top: 60px;
        width: 85%;
        padding: 30px;
      }
      .logo {
        position: absolute;
        top: 230px;
        left: 0;
        width: 100px;
    }
}

/* small size phones */
@media screen and (max-width: 319px) {
    .medium-card{
        width:60%;
        position:absolute;
        bottom:30px;
    
    }
    .medium-row-block{
        height: 950px;
    }
    .wrapper {
        max-width: 320px;
        min-width: 320px;
        margin: auto;
        margin-top: 60px;
        width: 85%;
        padding: 30px;
      }
      .logo {
        position: absolute;
        top: 230px;
        left: 0;
        width: 100px;
    }
}