
.section-1-background {
    height: auto;
    width: auto;
    background-image: url('../images/Biznes-Klub-Bai-Radushev-2-converted-from-webp.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: black;
}

.section-2-background {
    height: auto;
    width: auto;
    background-image: url('../images/Biznes-Klub-Bai-Radushev-3-converted-from-webp.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.section-3-background {
    height: auto;
    width: auto;
    background-image: url('../images/6209665-scaled-converted-from-jpg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.top-image {
    height: 55vh;
    width: auto;
    background-image: url('../images/New-Project-3-converted-from-webp.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 1100px) {

    .section-1-background {
        background-image: url('../images/Biznes-Klub-Bai-Radushev-3-converted-from-webp.png');
    }

    .top-image {
        background-position: center center;
        height: 30vh;
    }
}


@media only screen and (max-width: 600px) {

    .top-image {
        height: 15vh;
    }
}


