
.contact-part-container {
    display: flex;
    flex-direction: column;
    margin: 10px 100px 0px 100px;
    /* border: 1px solid black; */
    justify-content: center;
    align-items: center;
    align-self: center;
}

.part-item-group-2{
    margin: 10px 100px 20px 100px;
    width: 63.5vw;
    align-items: center;
    justify-content: center;
}

.item-class-2:hover {
    background-color: #1cd663;
    color: #ffffff;
    border: none;
}

.item-class-2:hover p{
    background-color: #1cd663;
    color: #ffffff;
    border: none;
}

.item-class:hover {
    background-color: #1cd663;
    color: #ffffff;
    border: none;
}

.item-class:hover p{
    background-color: #1cd663;
    color: #ffffff;
    border: none;
}

.part-item-group {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    /* border: 1px solid black; */
}

.item-class {
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    width: 20vw;
    height: 19vw;
    margin: 0px 20px 20px 20px;
    background-color: #ffffff;
    border: 1px solid rgb(20, 54, 59);
    box-shadow: 10px 10px 0px 2px rgb(22, 60, 66);
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.item-class-2 {
    display: flex;
    flex-direction: column;
    margin: 20px 20px 20px 20px;
    border: 1px solid black;
    background-color: #ffffff;
    border: 1px solid rgb(20, 54, 59);
    box-shadow: 10px 10px 0px 2px rgb(22, 60, 66);
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    height: 19vw;
}

.class-icon img {
    width: 80px;
    height: 80px;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 10px;
}


/* For mobile screens */
@media only screen and (max-width: 600px) {
    .contact-part-container {
        display: flex;
        flex-direction: column;
        margin: 0px 0px 0px 10px;
        /* border: 1px solid black; */
        /* justify-content: center;
        align-items: center;
        align-self: center; */
    }

    .part-item-group-2{
        display: flex;
        /* width: 100vw; */
        flex-direction: column;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        align-items: center;
        justify-content: center;
    }

    .part-item-group {
        display: flex;
        /* width: 100vw; */
        flex-direction: column;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        align-items: center;
        justify-content: center;
        /* justify-content: space-between; */
        /* border: 1px solid black; */
    }

    .item-class {
        width: 80vw;
        height: 100vw;
        margin: 15px 0px 20px 0px;
    }

    .item-class-2 {
        width: 80vw;
        height: 100vw;
        margin: 15px 0px 20px 0px;
    }
}

/* For tablet screens */
@media only screen and (min-width: 601px) and (max-width: 1027px) {
    .contact-part-container {
        display: flex;
        flex-direction: column;
        margin: 0px 0px 0px 10px;
        /* border: 1px solid black; */
        /* justify-content: center;
        align-items: center;
        align-self: center; */
    }

    .part-item-group-2{
        display: flex;
        /* width: 100vw; */
        flex-direction: column;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        align-items: center;
        justify-content: center;
    }

    .part-item-group {
        display: flex;
        /* width: 100vw; */
        flex-direction: column;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        align-items: center;
        justify-content: center;
        /* justify-content: space-between; */
        /* border: 1px solid black; */
    }

    .item-class {
        width: 80vw;
        height: 50vw;
        margin: 15px 0px 20px 0px;
    }

    .item-class-2 {
        width: 80vw;
        height: 50vw;
        margin: 15px 0px 20px 0px;
    }
}
