* {
    font-family: "montserratregular", sans-serif;
    color: black;
}
.company-name {
    width: 90%;
    height: 10vh;
    font-size: 50px;
    float: left;
    text-align: left;
    padding: 2% 5% 0 5%;
}
.back-box {
    width: 100%;
    height: auto;
}
.back {
    float: left;
    margin-bottom: 2%;
    text-decoration: none;
    font-size: 17px;
    border-bottom: 1px solid #7fda56;
    width: auto;
    display: block;
    text-align: left;
}
.back:hover {
    color: #7fda56;
    transition: opacity 200ms ease-in-out, filter 200ms ease-in-out;

}
.company-content {
    width: 90%;
    display: block;
    float: left;
    height: auto;
    margin-bottom: 5%;
    padding: 0 5%;
}
.company-img {
    float: left;
    width: 100%;
    text-align: center;
    height: auto;
    display: block;
    margin-bottom: 3%;
}
.about-text {
    text-align: left;
    width: 46%;
    padding: 1% 2%;
    height: auto;
    font-size: 1.15em;
    float: left;
}
.about-box p {
    margin-bottom: 2%;
}
.company-info {
    margin-top: 5%;
    width: 100%;
    height: 10vh;
}
.company-tags {
    text-align: right;
    width: 20%;
    height: 100%;
    float: left;
}
.info-text {
    font-size: 18px;
}
.company-links {
    padding: 0 5%;
    float: left;
    width: 70%;
    text-align: left;
    height: auto;
}
.company-links a {
    color: #506975;
    width: auto;
    border-bottom: 1px solid black;
    text-decoration: none;
}
.company-links a:hover {
    border-bottom: 2px solid #7fda56;
}