.candypay-services-section .title-section {
    text-align: center;
    margin-bottom: 78px;
}

.candypay-services-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px -16px;
}

.candypay-services-items {
    width: 33.33%;
    padding: 0 8px;
    margin-bottom: 16px;
}
.candypay-services-box {
    border-radius: 15.017px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(25deg, rgba(0, 0, 0, 0.00) 50.63%, #FF3FB9 200.53%), rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(33.74967575073242px);
   position: relative;
    padding: 70px 19px 14px;
    height: 100%;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.candypay-services-section {
    padding: 67px 0;
}
.candypay-services-section .title-section h2 {
    margin: 0;
}
.candypay-services-box img {
    height: 40px;
    width: 40px;
    object-fit: contain;
    position: absolute;
    top: 14px;
}
.candypay-services-box p a {
    color: #FF1DAC;
}
.candypay-services-box .powered-by,.candypay-services-box .powered-by a {
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 34.343px; 
    letter-spacing: 0.55px;
    text-transform: uppercase;
    display: inline-block;
}
.candypay-services-box .powered-by a {
    color: #FF1DAC;
}
.candypay-services-box:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
linear-gradient(42.19deg, #FF1DAC 27.98%, #FF9FE5 85.23%);
}
.candypay-services-box p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 14px;
}
.candypay-services-box h3 {
    margin-bottom: 8px;
}
.candypay-services-box:hover a {
    color: #ffffff;
    text-decoration: underline;
}
@media only screen and (max-width:991px){
  .candypay-services-section .title-section {
        margin-bottom: 60px;
    }
    .candypay-services-section {
        padding: 40px 0;
    }
}
@media only screen and (max-width:767px){
    .candypay-services-items {
        width: 50%;
    }
    .candypay-services-section .title-section {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width:575px){
    .candypay-services-items {
        width: 100%;
    }
}