@media screen and (max-width:1200px) {
    .pic {
        flex-direction: column;
        align-items: center;
    }
}

.pic {
    margin-top: 50px;
    display: flex;
    gap: 150px;
    justify-content: center;
}

.picture {
    position: relative;
    border-radius: 50%;
    width: 300px;
    height: 300px;
}
.neev{
    background: url("assets/neev.png") center/cover;
}
.sreenath{
    background: url("assets/sreenath.png") center/cover;
}

.things {
    text-align: center;
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
}

.things * {
    margin: 0;
}

a svg {
    color: var(--text-color);
    transform: scale(1.5) translateY(10px);
}