/**WEBSITE DEV**/
body {
    background: url(../img/Vector-website-dev.svg);
    background-size: 100% 300px;
    background-repeat: no-repeat;
}
#webshop-dev-header {
    height: 275px;
    align-content: center;
    h1 {
        text-align: center;
    }
}

#webshop-dev-p1 {
    margin-bottom: 80px;
    .row {
        align-items: center;
    }
    img {
        min-width: 300px;
        max-width: 350px;
        width: 100%;
    }
    p {
        margin-top: 15px;
        margin-bottom: 0;
    }
}

#webshop-dev-cms {
    background-color: var(--primary-color-gray-light);
    height: fit-content;
    .row {
        align-items: center;
    }

    h1 {
        margin: 0 0 40px auto;
        width: fit-content;
        text-align: right;
        padding: 10px 40px;
        border-radius: 20px 0 0 20px;
        background: var(--gold-gradient-to-top);
        color: white;
    }

    img {
        min-width: 300px;
        max-width: 350px;
        width: 100%;
    }
}

#webshop-dev-unique {

    height: fit-content;
    .row {
        align-items: center;
    }

    h1 {
        margin: 40px auto 40px 0;
        width: fit-content;
        text-align: right;
        padding: 10px 40px;
        border-radius: 0 20px 20px 0;
        background: var(--gold-gradient-to-top);
        color: white;
    }

    img {
        min-width: 300px;
        max-width: 350px;
        width: 100%;
    }
}

#webshop-dev-cards {
    .col {
        margin-top: 40px;
    }
}

@media (max-width: 1200px) {
    #webshop-dev-p1 {
        .row {
            justify-content: center;

            .col {
                text-align: center;
            }
        }
        .col-8 {
            width: 100%;
        }
    }

    #webshop-dev-cms {
        .row {
            flex-direction: column-reverse;
        }
        .col-8 {
            width: 100%;
        }
        .contact-banner {
            flex-direction: column;

            .col {
                margin-bottom: 15px;
            }
        }
    }

    #webshop-dev-unique {
        .row {
            justify-content: center;

            .col {
                text-align: center;
            }
        }
        .col-8 {
            width: 100%;
        }
        .contact-banner {
            flex-direction: column;

            .col {
                margin-bottom: 15px;
            }
        }
    }
}