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

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

.medium-card{
    width:60%;
    position:absolute;
    bottom:30px;

}


/* pad size */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .medium-card{
        width:70%;
        position:absolute;
        bottom:30px;
    
    }
    .medium-row-block{
        height: 350px;
    }
    .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;
    }
}

/* iphone and big screen phones */
@media screen and (min-width: 415px) and (max-width: 767px) {
    .medium-card{
        width:60%;
        position:absolute;
        bottom:30px;
    
    }
    .medium-row-block{
        height: 870px;
    }
    .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;
    
    }
    .medium-row-block{
        height: 540px;
    }
    .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: 480px;
    }
    .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;
    }
}