.center-img {
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto;}

.center-img img{
  float: none;
  margin: 0 auto;
 height: auto;
}

.custom-01_two-rows {
    display: flex;
    flex-wrap: nowrap;
}

.custom-01_two-rows>div {
	min-width: 20%;
}

.custom-01_two-rows>div:last-child {
    margin-left: 16px;
}

/*ul:not([class]) li > ul > li:before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    background: #0E6EA5;
    position: absolute;
    top: 0.5rem;
    left: 0;
    border-radius: 50%;
}*/

.custom-01_contact-us {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: nowrap;
}
.custom-01_contact-us>div {
	margin-bottom: 12px;
}

.custom-01_blue-frame {
    border: 8px double #5db4cb;
    padding: 6px 12px;
}

@media (max-width: 768px) {
	.custom-01_two-rows {
		flex-wrap: wrap;
	}

	.custom-01_two-rows>div {
		width: 100%;
	}

	.custom-01_two-rows>div:last-child {
		margin-left: 0;
	}
}

@media (max-width: 550px) {
	.custom-01_hide-in-modile {
		display: none;
	}
	.custom-01_contact-us {
		flex-wrap: wrap;
	}
}

