.background {
    width: 100%;
    height: 50vh;
    background-image: url("../images/contact/pawel-czerwinski-SawCLzAiew8-unsplash.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    padding-bottom: 20px;
}
.background div h1 {
    color: #ffffff;
    font-size: 50px;
    font-family: Futura-Medium;
    letter-spacing: 3px;
padding-bottom: 3rem;
}

.background div {
    width: 35%;
    margin: 0;
}

.background div p {
    color: white;
    font-size: 18px;
}

.about {
    background: white;
    margin: 0 auto;

    width: 100%;
    transform: translate(0px, -170px);
    display: flex;
    flex-direction: column;
}

.aboutData {
    width: 90%;
margin: 50px auto;
    justify-content: left;
    text-align: justify;
font-size: 14px;
    justify-content: center;
    align-items: center;

}
.aboutData li{

    justify-content: left;
    text-align: justify;
}
.aboutData ol{
    justify-content: left;
    text-align: justify;
    list-style-type: decimal;
}
.aboutData h5{
    font-size: 2.4rem;

}
.aboutData h4{
    font-size: 2.4rem;
    color:#3242ff;
}
.aboutData a{
    font-size: 12px;
}
