p.heading {
    font-size: 45px;
    line-height: 55px;
    padding: 0;
    margin: 0;
    color: var(--text-heading-color);
    font-family: var(--heading-font);
    font-weight: 700;
    text-transform: none;
    margin-bottom: 30px;
}
.partners-section {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.partners-section > * {
    max-width: 100%;
    margin: auto;
}
.work-process__three-card-single {
    min-height: 330px;
    height: 100%;
    max-width: 295px;
}
.work-process__three-card-arrows .arrow-1 {
    left: 9%;
}
.work-process__three-card-arrows .arrow-2 {
    left: 36%;
}
.work-process__three-card-arrows .arrow-3 {
    left: 63%;
}
.work-process__three-card-arrows .arrow-4 {
    right: 11%;
}
.services__two-single-service .services__two-single-service-content p {
    margin: 10px 0;
}
.services__two-single-service:hover .services__two-single-service-content p {
    color: var(--text-white);
    margin: 10px 0;
}
.services__two-single-service:hover .services__five-single-service-icon i {
    color: var(--text-white);
    z-index: 1;
}
.services__two-single-service-content h4 {
    margin-bottom: 0;
}
.banner__three-content p {
    width: 100%;
}
.homepage-banner {
    padding: 100px 0;
}
.logo {
    max-height: 100px;
}
.about__one-content-service {
    display: block;
}
@media only screen and (min-width: 850px) {
    .h-l-373 {
        height: 373px;
    }
}
.footer__five-widget-about a img {
    margin-bottom: 0;
}