.start-div{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 160px;
}
.start-div .left-start{
    width: 644px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.start-div .left-start h1{
    font-size: 48px;
    font-family: 'DM Serif Display';
}
.start-div .left-start p{
    font-size: 18px;
    font-family: 'Montserrat';
    margin-top: 24px;
}
.start-div .left-start a{
    margin-top: 40px;
    width: 219px;
    height: 64px;
    background-color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'Montserrat';
    text-decoration: none;
    color:var(--white);
    border-radius: 8px;
    font-weight: 600;
}
.start-div .right-start img{
    width:700px;
}
.divide{
    width: 100%;
}