.ghsk-info{
    background-color: #fef2e3;
    background: linear-gradient(45deg, #ecba7c, #f99162);
    position: relative;
    border-radius: 0 0 0%  100px;
}

.ghsk-bg {
    position: absolute;
    right: 0;
    bottom: 0;;
}

.services-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.services-list .card {
    width: 130px;
    height: 120px;
    background: linear-gradient(25deg, #ffdcd1, #d3deff);
    border: navajowhite;
}

.card .icon {
    font-size: 40px;
    flex: 1;
    text-align: center;
    padding-top: 10px;
    color: #0050ef;
}

.card .icon img {
    width: 50px;
}
.card .label {
    font-weight: 600;
    margin-top: auto;
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
    color: #05215c;
}

.wallet-offer {
    background: linear-gradient(45deg, #ffde9c, #b7f3ff);
}

.wallet-offer  .offer-title {
    padding: 30px 20px;
    background-color: #ecba7c;
    border-radius: 10px;
}

.offer-list {
    display: flex;
    flex-wrap: wrap;
}

.offer-list i {
    color: #05950f;
}

.welcome-kit-wrap {
    background-color: #4f8bfa;
}

.kit-info {
    background-color: #d3deff;
    border-radius: 6px;
    position: relative;
}

.kit-info::before,
.kit-info::after {
    content: '';
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    background: #4f8afa;
}


.kit-info::before {
    top: 0;
    border-radius: 0 0 50% 50%;
}

.kit-info::after {
    bottom: 0;
    border-radius: 50% 50% 0 0;
}

.details {
    border: 1px solid #ccc;
    border-radius: 6px;
}

.services-details {
    background: linear-gradient(#f5fefe, #faf1fe);
}
.services-details.s-2 {
    background: linear-gradient( #faf1fe, #f5fefe);
}

.details {
    background-color: #cae3ff;
}
.d-1 {
    background-color: #ccfffc;
}
.d-2 {
    background-color: #f4ffec;
}
.d-3 {
    background-color: #d6d3fb;
}
.d-4 {
    background-color: #ffecd0;
}
.d-5 {
    background-color: #ffdedd;
}
.d-6 {
    background-color: #dee9ff;
}

.details .title {
    margin-bottom: 15px;

}