* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #3195a5;
    font-family: 'Work Sans', sans-serif;
}

.about-teal {
    font-size: 2.2rem !important;
}

.about-teal-p {
    color: #096063;
    background-color: transparent;
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-weight: 100 !important;
}

.pro-about-section {
    margin: 2rem auto;
    width: 90%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 20px #000;
    background-color: #e8ecf7;
    padding: 2rem;
    position: relative;
}

.text-teal {
    color: #126c6c;
}

.logo {
    width: 100px;
    height: auto;
}

.custom-nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #086062 !important;
    padding: 10px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.pro-about-content-section {
    margin: 2rem auto;
    padding: 0 1rem;
    background-color: transparent;
    position: relative;
}

.text-content-section {
    background-color: transparent;
}

.text-content-section h1 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #096063;
    font-weight: 600;
}

.about-tag-img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 15px;
}

.text-content-section li {
    font-size: 1.125rem;
    color: #096063;
    margin-bottom: 1rem;
    padding-left: 1.25rem;
    background-color: transparent;
    list-style: none;
    position: relative;
}

.about-li-p {
    padding-top: 1rem;
    color: #096063;
    font-size: 1.125rem;
    background-color: transparent;
}

.about-img-secand,
.about-img-third {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 25px;
    border: 10px solid;
    z-index: 10;
    margin: 1rem auto;
    position: relative;
}

.pro-about-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: transparent;
    text-align: center;
}

.pro-about-footer p,
.pro-about-footer a {
    background-color: transparent;
    font-size: 1rem;
    color: aliceblue;
    text-decoration: none;
}

.pro-about-footer a {
    color: #e8ecf7;
    text-decoration: underline;
}

.pro-about-footer a:hover {
    text-decoration: underline;
    color: dodgerblue;
}

@media (max-width: 1024px) {
    .pro-about-content-section {
        padding: 0 10px;
    }

    .about-img-secand,
    .about-img-third {
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .pro-about-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .pro-about-nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .about-teal {
        font-size: 1.8rem !important;
    }

    .about-teal-p,
    .about-li-p {
        font-size: 1rem;
    }

    .text-content-section h1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .pro-about-section {
        padding: 1rem;
    }

    .pro-about-logo {
        width: 60px;
        height: 60px;
    }

    .about-img-secand,
    .about-img-third {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-width: 6px;
    }

    .text-content-section li {
        font-size: 1rem;
    }

    .pro-about-footer p,
    .pro-about-footer a {
        font-size: 0.9rem;
    }
}