:root {
    --bs-body-font-family: "Josefin", sans-serif;
}

header,
h1,
h2 {
    font-family: "Nobile", sans-serif;

    #main-logo {
        border-radius: 0.7rem;
    }
}

#services {
    img {
        width: 500px;
        height: 200px;
        object-fit: cover;
    }

    .clip-image-left {
        clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%);
    }

    .clip-image-right {
        clip-path: polygon(0 0, 100% 0, calc(100% - 70px) 100%, 0 100%);
    }

}

#industries {
    figcaption {
        font-weight: bold;
    }
}

#clients {
    img {
        height: 50px;
        object-fit: contain;
    }
}