.leftDiv {  
    margin-left: 0;
    margin-right: 0;
    display: grid;
    grid-template-rows:40px 280px auto 72px;
    width: 100%;
}

.wrapImg {
    position: relative;
    width: 100%;
    /* height: 100%; */
}

.center{
    text-align: center;
    margin: auto;
}

.paragraf{
    margin-left: 32px;
    margin-right: 32px;
    /* margin-top: 40px; */
}
.top{
    margin-right: 16px;
}
.buttonnm {
    width: 304px;
    margin: auto;
}
.bottomDiv{
    bottom: 0;
    top: 0;
    margin: auto;
}
.skipButton {
    line-height: 40px;
}
h3{
    margin-block-start: 0;
}
p{
    margin-block-start: 0;
    margin-block-end: 10px;
}
 
@media only screen and (max-width:1023px){
    .basla-header{
        font-size: 24px;
        font-family:  "Outfit", sans-serif;
        color: var(--selectedTabText);
    }
    .basla-paragraf{
        color:var(--textGray);
        font-size:16px ;
        font-family:  "Outfit", sans-serif;
        line-height: 24px;
    }
    .buttonnm {
        width: 304px;
        margin: auto;
        font-family:  "Outfit", sans-serif;
        font-size: 13px;
        width: 100%;
    }
    .skipButton {
        line-height: 40px;
        font-family:  "Outfit", sans-serif;
        color: var(--selectedTabText);
        font-size: 13px;
        height: 40px;
    }
    .leftDiv{
        grid-template-rows: 40px 260px auto 70px;
        background:#ffffff;
        max-width:425px;
        margin: auto;
    }
    
    .bottomDiv {
        width: calc(100% - 32px);
    }
}