.icon-buttons{
    position: relative;
    margin-bottom: 0;
    padding-bottom: 100px;
}
.icon-bg-pattern  {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}
.icon-top-curve{
    position: absolute;
    left: -2px;
    top: -10px;
    /* width: calc(100% + 20px); */
    z-index: 1;
}

.cta__wave.icon-buttons {
    z-index: -1;
    width: 100%;
    height: 100%;

}
.icon-buttons .top__content h2 , .top__content p {
    color: #fff;
}
.icon-buttons .top__content{
    padding-top: calc(var(--section-margins) + 15px);
    padding-bottom: 50px;
}
.icon__wave{
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: auto;
}

.icon-buttons .top__content h2,.icon-buttons .top__content p{
    font-family: 'UBUNTU';
}

.icon-col {
    display: flex;
}
.icon-item {
   
    position: relative;
    z-index: 1;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px;
    width: 100% ;
}
.bg-white + .icon-buttons svg path {
    fill: #fff;
}
.bg-light-gray + .icon-buttons svg path {
    fill: #F2F2F2;
}
.bg-dark-blue + .icon-buttons svg path {
    fill: #002C5F;
}
.icon-item::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2E739D;
    border-radius: 20px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    top: 0;
    left: 0;
    z-index: -1;


}
.soft-light-overlay {
    background: #002046;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: soft-light;
    opacity: 0.65;
}
.icon__image{
    height: 65px;
}
.icon__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.icon__label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
    font-family: UBUNTU;
    line-height: 22px;
    padding-bottom: 20px;
}

@media(min-width:1200px) {
    .icon-item{
      padding-left: 16px;
      padding-right: 16px;
     
    }
    .icon-col{
        width: 20% !important;
        margin-bottom: 10px;
    }
    .icon__image{
        height: 80px;
    }
}

.icon-buttons__cta {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.icon-buttons__cta .btn {
    font-family: "Ubuntu", sans-serif;
}