body {
    margin: 0;
    background-color: #f3f3f3;
}

.logo{
    display: flex;
    justify-content: center;
    margin-top: 0px;
}

.image{
    width: 190px;
}

.aftercare{
    display: flex;
    flex-direction: column;
    margin-top: 35px;
}

.header{
    display: flex;
    justify-content: center;
}

h2{
    color: black;
    font-size: 35px;
    font-family: "Forum", serif;
    font-weight: 200;
    font-style: normal;
}

.text{
    margin-left: 50px;
}

p{
    color: black;
    font-size: 20px;
    font-family: "Forum", serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 15px;
}


@media all and (max-width:820px){
    
    .text{
    margin-left: 40px;
    }

    
    h2{
        font-size: 30px;
    }

    p{
    font-size: 19px;
    }


}


@media all and (max-width:768px){
    
    .text{
    margin-left: 30px;
    }


    h2{
        font-size: 25px;
    }

}

@media all and (max-width:430px){
    h2{
    font-size: 25px;

}

    .text{
    margin-left: 10px;
    }

p{
    font-size: 18px;
}


}
