main {
    padding: 8vh 10vw;
}

main > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

main > div > div {
    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 35vw;

    padding-left: 4vw;
}

main img {
    max-width: 40vw;

    margin: auto;
}

@media only screen and (max-width: 992px) {
    main > div {
        flex-direction: column;

        width: 80vw;
    }

    main h2 {
        font-size: xx-large;
    }

    main a {
        width: 60vw;
    }

    main img {
        max-width: 80vw;
    }
}

.bg-custom {
    background-color: #262746 !important;
}

.bg-custom-white {
    background-color: #faf5ef !important;
}

body {
    background-color: #faf5ef; !important;
}

.btn:hover {
    filter: brightness(1.2);
}
