.popup-1{
    background-color : #fff;
    width : 503px;
    padding : 32px 70px;
    border-radius: 20px;
}

.popup-1 .popup-title{
    font-size: 24px;
    font-weight: 600;
    color: #1c1c1c;
    margin-bottom : 8px;
}

.popup-1 p{
    color : #767676;
    font-size: 16px;
    font-weight: 300;
    margin-bottom : 20px;
}