main{
    padding: 5vh 7vw 0 7vw;
    width: 86vw;
    align-items: start;
}

main h1{
    color: #57A7B3;
    margin: 0 0 15px 0;
    font-size: 40px;
}

.repuls-expl{
    width: 90vw;
    display: flex;
}

.repuls-expl-left{
    width: 60%;
}

.repuls-expl-left table td {
    border-bottom:1px solid rgba(0, 0, 0, .2);
    line-height: 40px;
    font-size: 18px;
    font-weight: 300;
}

.repuls-expl-left table td:first-child {
    color: #57A7B3;
    width: 20vw;
    padding-left: 20px;
}

.repuls-expl-left table td:last-child {
    width: 10vw;
}

.repuls-expl-left table tbody tr:first-child td{
    border-top:1px solid rgba(0, 0, 0, .2);
}

.repuls-expl-right{
    width: 40%;
    padding: 0 5% 0 5%;
}

.repuls-text{
    color: black;
    margin-bottom: 10vh;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    width: 90%;

}

.repuls-img{
    width: 100%;
}

.repuls-wirkweise h3{
    color: white;
    font-size: 22px;
    margin: 0;
}

.repuls-wirkweise p{
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    width: 80%;
}

.repuls-wirkweise{
    background-color: #7BC3CE;
    height: 30vh;
    margin: 15vh 0 20vh 0;
    padding: 0 5vw 0 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 750px) {
    main {
        align-items: center;
        padding-top: 5vh !important;
    }

    .repuls-expl{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .repuls-expl-left, .repuls-expl-right{
        width: 90%;
        margin-bottom: 10vh;
    }    

    .repuls-text{
        margin: 2vh 0 10vh 0;
        width: 100%;
        text-align: center;
    }

    table{
        width: 100%;
    }

    .repuls-expl-left table td{
        line-height: 70px;
    }

    .repuls-expl-left table td:first-child{
        width: 5vw;
        padding: 0 0 0 15px;
    }

    .repuls-expl-left table td:last-child{
        width: 25vw;
    }

    .repuls-wirkweise{
        background-color: #7BC3CE;
        height: fit-content;
        margin: 0;
        padding: 5vh 5vw 5vh 5vw;
    }

    .repuls-wirkweise p, .repuls-wirkweise h3{
        width: 100%;
        text-align: center;
    }
}