.wraper-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contentbox{
    border: 1px solid #eee;
    height: 31vw;
    width: 50%;
    border-radius: 30px;
    margin: 3%;
    box-shadow: 10px 10px 5px -3px rgb(190, 191, 199);
    overflow: hidden;
}
.topbox{
    height: 35%;
    background-color: #e0bd9e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customstrong{
    font-size: 3rem;
    color: #fff;
    font-family: 'DroidArabicKufiRegular'; 

}
.bottombox{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
p { 
    font-family: 'DroidArabicKufiRegular'; 
    font-weight: normal; 
    font-style: normal; 
 }
 .costomp1{
    color: grey;
    font-size: 1.5rem;
    margin-top: 6%;
 }
 .costomp2{
    color: grey;
    font-size: 1.5rem;
 }
 .btn1{
    width: 20%;
    background-color: #dcbf78;
    color: #fff;
    border-radius: 30px;
    font-family: 'DroidArabicKufiRegular';
    border: none;
    padding: 1%;
    
 }
 .btn1:focus, .btn1:visited{
     border: #dcbf78;
     outline: none;
 }
 @media only screen and (min-device-width: 480px) and (max-device-width: 768px) { 
    .contentbox{
        height: 40vw;
        width: 80%
        }    
 }
 @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {     
    .contentbox{
    height: 50vw;
    width: 100%;
    }
    .costomp1, .costomp2{
        font-size: 2.5rem;

    }
 }