.elementor-38 .elementor-element.elementor-element-482c3e25 > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-85b3642 */h5{
color: #4698CB;    
}

.container {
  display: flex;
  justify-content: space-between;
}

.column {
  flex-basis: 48%;
}

.color-container {
  display: flex;
  margin-bottom: 20px;
}

.color-palette {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  margin-right: 20px;
}

.color-palette-1 {
  background-color: #3BA6CB;
}

.color-palette-2 {
  background-color: #00AFAE;
}

.color-palette-3 {
  background-color: #F4B32E;
}

.color-palette-4 {
  background-color: #F3742E;
}

.color-palette-5 {
  background-color: #414042;
}


@media (max-width: 1024px) {
  .container {
    display: grid;
  }
}/* End custom CSS */