.copy{
    margin: 120px 240px;
}

.copy h1{
    font-size: 48pt;
}

.service{
    margin-top: 160px;
}

.aboutInner{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 120px;
}

.visionCopy{
    grid-column: 1 / 2;
}

.visionCopy h2{
    font-size: 4em;
}

.visionConts p{
    font-weight: 200;
}

.serviceConts{
    margin-top: 160px;
}

.serviceContsInner{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 120px;
}

.serviceTitle h3{
    font-size: 40pt;
    font-weight: 200;
}

.serviceInfo{
    margin-top: 80px;
}

.serviceInfo p{
    font-weight: 200;
}