.bg__gradient {
  height: 800px;
  width: 800px;
  background-image: linear-gradient(90deg, #eb3434, #eb5e34, #eb8334, #eba434, #ebcc34, #ebeb34, #c3eb34, #89eb34, #58eb34, #34eb52, #34ebcc, #34d5eb, #34a8eb, #346beb, #3734eb, #7734eb, #a834eb, #eb34c3, #eb3489, #eb3461);
  filter: blur(500px);
  border-radius: 100%;
  background-size: 1000% 100%;
  
  animation: gradient 10s infinite ease-out;
  
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  
  z-index: 0
}
.popup_box h5 {
    color: #073856;
}
 .pruduct_features_card_section .title-container h5 {
    font-weight: 500;
}
 .pruduct_features_card_section .description_container p{
    margin-bottom: 6px;
}
@media(min-width: 1025px){
.pruduct_features_card_section .card-conta {
    max-width: 308px;
    margin: 0 auto;
}
}

@media(min-width: 768px){
 .pruduct_features_card_section .card-conta .arrow_button_one {
    position: absolute;
    bottom: 36px ;
}
  .pruduct_features_card_section .card-conta {
    padding-bottom: 0px;
}
}
@keyframes gradient {
  0%{background-position:0% 50%}
  100%{background-position:100% 100%}
}

body .row-fluid .pruduct_features_card_section .four-col-adjust span>.hs_cos_wrapper{
  flex-basis: 23.2%;
  -webkit-flex-basis: 23.2%;
  margin-right: 1.3%;
}

@media(min-width:1025px) and (max-width: 1100px){
  body .row-fluid .pruduct_features_card_section .four-col-adjust span>.hs_cos_wrapper:last-child{
    margin-right:0;
  }
}
@media(min-width: 768px) and (max-width: 1024px){
  body .row-fluid .pruduct_features_card_section .four-col-adjust span>.hs_cos_wrapper{
    flex-basis: 47%;
    -webkit-flex-basis: 47%;
    margin-right: 3%;
  }
  body .row-fluid .pruduct_features_card_section .four-col-adjust span>.hs_cos_wrapper:nth-child(2n){
    margin-right: 0;
  }
  .row-fluid .pruduct_features_card_section .four-col-adjust>span{
    justify-content: center;
  }
}
