.widget h3.section-title, h3.section-title, h1 {
    font-size: 2rem;
    text-align: center;
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-weight: 400;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
span.genericon.genericon-handset {
    display: none;
}
.top-btn-title {
    color: #fff;
    background-color: #04384c;
}
.top-btn-title:after {
    border-color: transparent;
    border-left-color: #04384c;
}
body {
    color: gray;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.top-btn-right a, .top-btn-left a {
    color: #04384c;
    background-color: rgba(255, 255, 255,0.8);
}
.eye-box {
    width: 31%;
    margin: 0 1%;
    float: left;
    box-shadow: 0 0 45px rgb(0 0 0 / 19%);
    border-radius: 10px;
}
.eye-box a img {
    border-radius: 10px;
}

table, th, td {
  width: auto !important;
}