.copy{
    margin: 120px 240px;
}

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

.about{
    margin-top: 160px;
}

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

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

h2{
    font-size: 40pt;
    line-height: 64pt;
}

.visionConts{
    grid-column: 2 / 3;
}

.visionConts p{
    font-weight: 200;
}

section.aboutCompanyInfo{
    margin-top: 160px;
}

.aboutCompanyInner table td{
    font-size: 16pt;
    line-height: 64pt;
    font-weight: 200;
}

.aboutCompanyInner table td:nth-child(1){
    width: 254px;
}
