article h2 {
    font-size: 3rem;
    text-align: center;
    padding-bottom: 56px;
}

article h3 {
    font-size: 2.3rem;
    text-align: center;
}

.hero {
    position: relative;
    background-image: url("../assets/img/0bfcf365-70cc-8876-8caf-399f469a204a.webp");
    background-position: 0 84%;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.hero .content {
    z-index: 1;
    position: relative;
    height: 646px;
    padding-top: 108px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 754px;
    background-color: #000;
    opacity: 0.5;

}

.hero .mainText {
    color: #fff;
    font-family: "Open Sans", serif;
    opacity: 1;
    font-size: 3.7rem;
    font-weight: bold;
    text-shadow: 1px 1px 20px #00000080;
}

.hero .subText {
    color: #fff;
    font-size: 1.5rem;
    padding-top: 16px;
}

.about {
    padding-top: 90px;
}

.about h3 {
    padding-bottom: 56px;
}

.about .title {
    text-align: center;
    padding-bottom: 56px;
    font-size: 1.5rem;
    font-weight: bold;
}

.about .horizonBox .leftBox {
    padding: 0 40px;
}

.about .horizonBox .rightBox {
    line-height: 32px;
}

.about .rightBox .mainText {
    font-weight: bold;
    font-size: 1.25rem;
    font-family: avenir-lt-w01_35-light1475496, sans-serif;
    padding-bottom: 8px;
    text-align: left;
}

.business {
    padding: 90px 0 50px 0;
}

.business .horizonBox .leftBox {
    padding: 0 40px;
}

.business .horizonBox .rightBox {
    line-height: 32px;
}

.business .rightBox .mainText {
    font-weight: bold;
    font-size: 1.25rem;
    font-family: avenir-lt-w01_35-light1475496, sans-serif;
    padding-bottom: 8px;
    text-align: left;
}

.company {
    padding-top: 90px;
    background-color: #f3f3f3;
}

.company .horizonBox {
    font-size: 1.5rem;
}

.company .horizonBox .leftBox {
    width: 300px;
}

.company .horizonBox .rightBox {
}

.company .horizonBox .rightBox .mainText {
    text-decoration: underline;
    padding-bottom: 8px;
}

.company .horizonBox .rightBox .description {
    font-size: 1rem;
    line-height: 32px;
    padding-left: 16px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1300px) {
    .about .horizonBox .leftBox {
        text-align: center;
        margin-bottom: 16px;
    }

    .business .horizonBox .leftBox {
        margin-bottom: 16px;
        text-align: center;
    }

    .business .rightBox .mainText {
        text-align: center;
    }

    .company .horizonBox .leftBox {
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 768px) {
    article h2 {
        font-size: 2.3rem;
    }

    article h3 {
        font-size: 1.5rem;
    }

    .about .title {
        font-size: 1.25rem;
    }

    .hero {
        background-position: center center;
    }

    .hero .mainText {
        font-size: 2rem;
    }

    .hero .subText {
        font-size: 1.1rem;
    }

    .about .rightBox .mainText {
        font-size: 1.05rem;
    }

    .about .horizonBox .leftBox {
        padding: 0;
    }

    .company .horizonBox {
        font-size: 1rem;
    }

    .company .horizonBox .rightBox .description {
        font-size: 0.8rem;
        line-height: 32px;
        padding-left: 16px;
        margin-bottom: 16px;
    }
}
