.marketplacepointercontainer {
    width: 2vw;
    height: auto;
    justify-content: space-around;
}

.marketplacepointer {
    width: 2vw;
    height: 0.2vw;
    margin-top: 22.75vw;
    background: #04ADBF;
}

.marketplacebigcontainer {
    width: 86vw;
    height: auto;
    margin: 2vw 0 2vw 0;
    border: 0.2vw solid #04ADBF;
    border-radius: 1vw;
    padding-top: 15vw;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: column;
}

.marketplaceproblem {
    width: 89.6vw;
    height: 5vw;
    text-align: center;
    box-sizing: border-box;
}

.marketplaceproblem p {
    font-family: 'Raleway', sans-serif;
    font-size: 4.5vw;
    font-weight: bold;
    color: #04ADBF;
}

.marketplaceline {
    width: 29.6vw;
    height: 0.3vw;
    margin-left: 30vw;
    background: #04ADBF;
}

.marketplacecontainer {
    width: 25.6vw;
    height: 3vw;
    margin-left: 32vw;
    display: flex;
    justify-content: space-around;
}

    .marketplacecontainer p {
        font-family: 'Raleway', sans-serif;
        color: #04ADBF;
        font-size: 1.2vw;
    }