.about-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*margin: 0 5rem;*/
    background-color: #f5f5f5;
    padding-bottom: 8rem;
}

.about-container .about-title {
    font-size: 3rem;
    color: #444444;
    margin: 5rem 0;
}

.about-container .about-title span:first-child {
    color: #31b4b2;
}

.about-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    padding: 5rem 0;
    width: 60%;
    background-color: #ffffff;

}

.about-content .about-company-name {
    font-size: 4rem;
    color: #444444;
    margin: 2rem 0;
}

.about-content .about-company-content {
    display: flex;
    width: 80%;
    gap: 2rem;
    position: relative;
}

.about-content .about-company-content img {
    flex-basis: 20%;

}

.about-content .about-company-content span {
    flex-basis: 80%;
    font-size: 2rem;
    text-indent: 4rem;
    letter-spacing: 0.1rem;
}
