@media only screen and (max-width: 600px) {

    .imgcon_about {
        background-color: transparent;
        width: 50%;
        height: 70%;
        overflow: hidden;
        transform: translate(0rem,0rem);
        /* border: red solid; */
        opacity: 0.8;
    }
    
    #about {
        /* border: red solid; */
        height: fit-content;
        padding-bottom: 2rem;
        padding-top: 2rem;
    }
    
    .imgcon_about img {
        /* border: red solid; */
        border-radius: 0.8rem;
        height: 100%;
        width: 100%;
        object-fit:cover;
    }

    .aboutcon {
        display: flex;
        flex-direction: column;
        width: 100%;
        /* border: red solid; */
        height: 75%;
        align-items: center;
        justify-content: space-evenly;
    }

    .divcon_one {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        /* border: rgb(119, 234, 136) solid; */
    }

    .divcon_two {
        width: 80%;
        padding: 2rem 0rem 0rem 0rem;
        /* border: rgb(93, 0, 255) solid; */
    }

    #sectag {
        color: var(--yellow-1);
        font-weight: 600;
        font-size: 16px !important;
    }

    .divcon_two h1 {
        width: 80%;
        font-size: 27px !important;
        font-weight: 700;
        color: white;
        padding-top: 1rem;
    }

    #abcont {
        font-size: 15px !important;
        padding-top: 1rem;
        text-align: justify !important;
        /* border: red solid; */
        width: 100%;
        color: rgb(211, 211, 211);
    }

    #abcont::first-letter {
        color: var(--green-3);
        font-size: 75px;
        font-weight: 700;
        float: left;
        padding: 5px;
    }

    .skills {
        padding-top: 2rem;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        /* border: green solid; */
        width: 95%;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .part {
        /* background-color: var(--green-1); */
        width: 20%;
        display: flex;
        justify-content: center;
        /* border: red solid; */
        align-items: center;
    }

    .part:nth-child(3) {
        /* background-color: var(--green-1); */
        width: 20%;
        display: flex;
        justify-content: center;
        /* border: red solid; */
        align-items: center;
        margin-top: -4rem;
    }

    .part p:nth-child(1) {
        font-size: 40px !important;
        font-weight: 700;
        color: var(--yellow-1);
    }

    .part p:nth-child(2) {
        font-size: 34px;
        font-weight: 600;
        /* border: red solid; */
        width: 50%;
        color: white;
    }

    .part:nth-child(2) p:nth-child(1) {
        color: var(--green-3);
    }

    #about_bgy {
        position: absolute;
        font-size: 68px !important;
        font-weight: 700;
        color: transparent;
        bottom: 2rem;
        opacity: 0.2;
        right: 2rem;
        -webkit-text-stroke: 1px var(--green-1);
    }


}