.generic-btn a {
    padding: 16px 42.5px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0px 10px 30px rgb(0 105 195 / 30%);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.yellow-btn a{
    background: #ffa500;
    color:#000;
    
}
.yellow-btn a:hover{
    background: #fff;
    color:#000 ;
    text-decoration: none;
    transform: translateY(-8px);
}
.blue-btn a{
    background:#0069c3;
    color:#fff;
}
.blue-btn a:hover{
    transform: translateY(-8px);
}
.blue-btn a:hover,
.submit-btn button:hover{
    background: none;
    color: #0069c3;
    box-shadow: inset 0 0 0px 1px #0069c3 !important;
    text-decoration: none;
}
.barlow-blod{
    font-family: 'Barlow', sans-serif;
    font-weight:700;
}
.barlow-sami-blod{
    font-family: 'Barlow', sans-serif;
    font-weight:600;
}
.padding-top120{
    padding-top: 120px;
}
.padding-bottom120{
    padding-bottom: 120px;
}
.generic-title h2{
    margin-bottom: 25px;
    color: #000;
    font-size: 42px;
    line-height: 54px;
}
.generic-title p{
    font-weight: 700;
    margin-bottom: 56px;
}