.owl-carousel-von {
    margin: 0;
    margin-top: 80px;
    padding-bottom: 10px;
    background-color: #667a8d;
}

.item {
    width: 100%;
}

.von-contain {
    overflow: auto;
}

.sqr {
    float: left;
    width: calc(50% - 30px);
    height: calc(500px - 30px);
    margin: 15px;
    overflow: hidden;
    background-color: #4a5866;
    box-shadow: 0px 0px 15px -5px #353f49;
    border-radius: 20px;
}

.sqr.pic {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.text h1 {
    text-align: left;
    color: white;
    font-size: 40px;
    padding: 40px 0 20px 0;
    margin: 0 20px;
    width: calc(100% - 40px);
    border-bottom: 4px solid white;
}

.text p {
    text-align: center;
    padding: 0px 45px;
    font-size: 20px;
    color: white;
}

.pic img {
    display: block;
    height: 100%;
    width: auto;
    margin: auto;
    border-radius: 20px;
}

#mp {
    height: 500px;
    width: 100%;
    background-color: grey;
}

@media (max-width: 1200px){
    
    .owl-carousel-von {
        margin: 0;
        margin-top: 0;
    }
    
    .text h1 {
        text-align: center;
        color: grey;
        font-size: 30px;
        padding: 20px 0;
        width: 100%;
        border-bottom: 4px solid grey;
    }
    
    .text p {
        text-align: center;
        padding: 0px 45px;
        font-size: 15px;
    }
    
}

@media (max-width: 700px){
    
    .owl-carousel-von {
        margin: 0;
        margin-top: 0;
        background-color: #394550;
    }
    
    .sqr {
        float: left;
        width: 100%;
        height: 300px;
        margin: 0;
        overflow: hidden;
        border-radius: 0;
        box-shadow: none;
    }
    
    .text {
        position: absolute;
        background-color: #394550;
        height: auto;
    }
    
    .text h1 {
        padding: 15px 5px;
        font-size: 20px;
        margin: 0;
        color: white;
        border-bottom: none;
    }
    
    .text p {
        display: none;
    }
    
    .pic img {
        display: block;
        height: 100%;
        width: auto;
        margin: auto;
        border-radius: 0;
    }
    
}