/*section two*/
.sectionTwoWorkContainer{
    display: grid;
    grid-template-columns: 49% 49%;
    grid-row-gap:100px;
    grid-column-gap:40px;
    position: relative;
    width: 100%;
}

.sectionTwoEachWorkLink{
    margin-left: auto;
    margin-right: auto;
}
.sectionTwoImg{
    width: 100%;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
}

.sectionTwoEachTitleContainer{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.sectionTwoEachTitle{
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top:14px;
}

.sectionTwoEachSubTitle{
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.sectionThreeEachTitle,
.sectionThreeEachDe{
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.sectionThreeEachTitle>a,
.sectionThreeEachDe>a{
    color: black;
    text-decoration: none;
}

/*section three*/

.sectionThreeEacherContainer{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid black;
}

.whyContact{
    letter-spacing: 0.5pt;
}

.contactTitle{
    margin-left: 10px;
}

.sectionThreeColumnTitle{
    font-family: Robert-bold;
    font-size: 1vw;
    letter-spacing: 1.5pt;
}




