.intro {
    position: relative;
    width: 100%;
    height: 172px;
}

.introLeft {
    position: absolute;
    top: 0%;
    width: 253px;
    height: 133px;
}

.introLeftText {
    position: absolute;
    margin-left: 40px;
    margin-top: 40px;
    font-size: 25px;
}

.introLeftLine {
    position: absolute;
    margin-left: 40px;
    margin-top: 78px;
    width: 30px;
    height: 5px;
    background-color: black;
}

.introRight {
    position: absolute;
    top: 0%;
    width: 583px;
    height: 125px;
    right: 20px;
}

.subContainer {
    float: left;
    height: 210px;
    color: rgb(118, 118, 118);
    text-align: center;
}

.subContainer:nth-child(2),
.subContainer:nth-child(5) {
    margin-left: 45px;
    margin-right: 45px;
}