.about-links {
    background-color: #F2E8C2;
    font-size: 2.5rem;
    font-weight: 600;
    padding: 25px;
}
.about-links ul {
    display: flex;
    justify-content: space-around;
}
.about-links ul li::marker {
    color: #38B000;
}
.about-links ul li a {
    text-decoration: none;
    color: black;
}
.about-links ul li:hover::marker {
    color: red;
}
.about-links ul li:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
    opacity: 0.8;
}


.about-page {
    background-color: #FBF8EC;
}
.about-section-title {
    font-size: 3.0rem;
    padding-bottom: 40px;
}
.greeding {
    display: flex;
    justify-content: center;
    gap: 100px;
    align-items: center;
}
.greeding img {
    width: 350px;
    height: auto;
    border-radius: 30px;
}
.greeding-names {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.greeding-names h3 {
    font-size: 2.3rem;
    font-weight: 500;
}
.greeding-names h2 {
    font-size: 3.5rem;
}
.greeding-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 500px;
}
.greeding-content p {
    font-size: 2.0rem;
}
.company-info {
    margin-top: 40px;
}
.product {
    margin-top: 40px;
}
.comming-soon {
    font-size: 2.0rem;
    color: #FF0000;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .about-links {
        font-size: 1.6rem;
        padding: 15px;
    }
    .about-section-title {
        font-size: 2.0rem;
        padding-bottom: 20px;
    }
    .greeding {
        gap: 40px;
    }
    .about-section-title {
    font-size: 2.0rem;
    }
    .greeding-names h3 {
    font-size: 1.2rem;
    }
    .greeding-names h2 {
        font-size: 2.0rem;
    }
    .greeding-content p {
    font-size: 1.3rem;
    }
}

@media (max-width: 400px) {
    .greeding-content p {
    font-size: 1.1rem;
    }
    .greeding img {
        width: 150px;
    }
}

@media (max-width: 350px) {
    .about-links {
        font-size: 1.4rem;
    }
    .greeding img {
        width: 130px;
    }
    .greeding-content p {
    font-size: 0.9rem;
    }
}