.concept-logo {
    position: absolute;
    width: 80%;
    max-width: 360px;
    left: 5%;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
}

.main-wrap .section h3:before {
    background-color: #1F2F67;
    flex-shrink: 0;
}

aside .sidebar-inner {
    width: 60%;
}

.main-wrap .section a {
    color: #1F2F67;
    text-decoration: underline;
    font-weight: 600;
}

@media screen and (min-width: 992px){
.footer-wrap .footer__inner .footer__box2 ul.footer__list {
display: flex;
justify-content: space-between;
}
}