
.gonullu-card{
    display: flex;
    height: 446px;   
    background-color: #ffffff;
    margin-top: 15px ;
    padding-top: 30px;   
    border-radius: 20px; 
    
    margin-left: auto;
}

.gonullu-card form input{
    
    margin: 8px auto;
    height: 50px;
    width: 100%;
    border: 1px solid gray;
    border-radius: 5px ;
    padding-left: 10px;


}


.gonullu-card form button{
    width: 176px;
    height: 56px;
    background-color: #eDAB30;
    color: white;
    margin-top: 20px;
    border: none;
    border-radius: 20px;
    
}
.gonullu-text{
    position: relative;
    background-color: white;
    margin-top: 15px;
    right: 20px;
    line-height: 25px;
    z-index: 1;
    margin-left:20px;
    margin-bottom:30px
}
.gonullu-text h1{
    margin-top: 5px;
    margin-left: 5px;
    font-weight: bold;
    font-size: 40px;
    
}
.text{
   margin-top: 20px;
}
.wpaper{
    margin-top: 100px;
    margin-bottom: 20px;
}
p{
    margin-top:10px;
}
.card {
    margin-left: 10px;
    opacity: .8;
}
.card:first-child{
    margin-left:0px;
}

.card:hover{
    opacity: 1;
}
.text >h1{
    font-size: 70px;
     font-weight:600;
}
.text >p{
    font-size: 20px;
    line-height:24px;
    margin-bottom: 10px;
}
.text >a{
    color: white;
    font-size: 24px;
}
.card-title{
    font-weight: 900;
}
@media (max-width:1023px){
    .text> h1{
        font-size: 30px;
        margin-left: 0;
        font-weight: 500;
        width: auto;
        text-align: center;
    }
    .gonullu-text{
        right: 0;
        margin-left: 0;
        padding-bottom: 50px;
    }
    .gonullu-text >p{
        text-align: left;
        padding: 0;
        
    }
    .card-title{
        font-weight: 500;
        font-size: 22px;
    }
    .card-title:first-child{
        font-size: 18px;
    }
    .card{
        height: 2empx;
    }
}