
.about_con{
    margin-top: 1vw;
    width: 100%;
    height: 30vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: -4px -4px 12px rgb(255, 255, 255),
    4px 4px 12px rgba(121, 130, 160, 0.747);
    border-radius: 1vw;
    overflow: hidden;
}
#container{
    width: 50%;
    height: 90%;
    box-shadow: -4px -4px 12px rgb(255, 255, 255),
    4px 4px 12px rgba(121, 130, 160, 0.747);
    border-radius: 1vw;
    overflow: hidden;
}

.about_con_right{
    width: 40%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.company{
    width: 100%;
    text-align: center;
    font-size: 1.8vw;
    letter-spacing: 0.3vw;
    color: rgb(144, 148, 144);
    margin: 2vw 0;
}
.about_info{
    width: 70%;
}
.about_info>div{
    margin-bottom: 1vw;
    font-size: 1.2vw;
    color: rgb(144, 148, 144);
}
.about_info>div i{
    font-size: 2vw;
    margin-right: 0.5vw;
}

