.icon-blocks {
  position: relative;
  z-index: 2;
}

.icon-blocks 

.icon-blocks.bg-dark .card-content *:not(svg):not(path):not(rect):not(circle) {
  color: var(--main-text-color);
}

.icon-blocks .col-title {
	text-align: center;
	margin: auto auto 64px; auto;
}

.icon-blocks .col-title p {
	margin: auto;
	max-width: 766px;
}

.icon-blocks .block-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 56px;
  row-gap: 80px;
}

.icon-blocks .col-item .card-content h2,
.icon-blocks .col-item .card-content h3 {
  margin-bottom: 0px;
}

.icon-blocks .col-item .card-content {
  gap: 8px;
}

.icon-blocks .col-item .card-content svg {
  color: #0C64E7;
  height: 32px;
  width: 32px;
}

.icon-blocks.bg-dark .col-item .card-content svg {
  color: #FF9532;
}

.icon-blocks .card-content a {
	text-decoration: none;
}

.icon-blocks .col-item {
  text-align: center;
  text-decoration: none;
  visibility: hidden;
}

.col-item * {
  align-items: center;
  text-decoration: none;
  max-width: 100%;
}

.col-item .button-tertiary {
  color: #052D67;
  margin: auto auto 0 auto;
}

.col-item .button-tertiary:after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.90625 7.57715L2.84375 13.6709C2.53125 13.9521 2.0625 13.9521 1.78125 13.6709L1.0625 12.9521C0.78125 12.6709 0.78125 12.2021 1.0625 11.8896L5.875 7.0459L1.0625 2.2334C0.78125 1.9209 0.78125 1.45215 1.0625 1.1709L1.78125 0.452148C2.0625 0.170898 2.53125 0.170898 2.84375 0.452148L8.90625 6.5459C9.1875 6.82715 9.1875 7.2959 8.90625 7.57715Z' fill='%23041E3D'/%3E%3C/svg%3E%0A");
}

.col-item:hover .button-tertiary:after {
    margin-left: 22px;
}

.icon-blocks .col-item {
    flex: 0 1 20%;
    max-width: 100%;
    padding: 0 20px;
}

@media screen and (max-width: 991px) {
  .icon-blocks .block-wrapper {
    column-gap: 20px;
    row-gap: 40px;
  }
 
	.icon-blocks .col-item {
		flex-basis: 45% !important;
    padding: 0px;
	}
  
  .icon-blocks .col-title h3 span {
    color: var(--White, #FFF);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
}

@media screen and (max-width: 500px) {
  .icon-blocks .col-item {
    flex-basis: 100% !important;
  }
}