.secondary-title {
    color: #000;
}

.h-service .service-list {
    background-color: #31398D;
    color: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
}

.h-service .service-list h3 {
    font-size: 20px;
}

.logo-wrap {
    width: 120px;
    height: 120px;
    border-radius: 0;
    box-shadow: 0 0 10px #00000013;
}

.logo {
    height: 75px;
}

.footer {
    padding: 24px 0;
}

.footer-logo {
    height: 75px;
}
.section-title:after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #31398D;
    bottom: -8px;
    left: calc(50% - 25px);
    right: 0;
    position: absolute;
}