.d-flex{
    display: flex;
}
.jcsb{
    justify-content: space-between;
}
.jcc{
    justify-content: center;
}
.aic{
    align-items: center;
}
.gap{
    gap:50px;
}
.wrap{
    flex-wrap: wrap;
}
.gap20{
    gap:20px;
}
.black-btn{
    background-color: #0f1131;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 19px 35px;
    border: none;
    border-radius: 35px;
}
.white-btn {
    color: #504e4e;
    border: 0.5px solid var(--grey-line);
    border-radius: 35px;
    font-size: 20px;
    padding: 15px 0px;
    margin: 20px 90px 50px;
    transition: 1s;
}
.case5-whitebtn a{
    border-radius:35px;
    color:black;
    text-decoration:none;
    text-transform:uppercase;
    font-size:18px;
    font-weight:700;
    background-color:white;
    padding: 18px 40px; 
    margin-right:-40px;
}