*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1.8vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    background-color: #f5f5f5;
}

.container{
    width: 100%;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}

.title{
    font-size: 4vw;
    line-height: 1.2;
    font-weight: 700;
    text-align: inherit;
    margin: 10px;
}
.description{
    margin-top: 60px;
    width: 55%;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    color: #060607;
    
}
.image{
    margin-top: 60px;
    width: 70%;
}
.image img{
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}