.col-padding {
    padding-top: 2rem;
}

.left-container,
.right-container {
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    background: #f6f6f6;
    min-height: 100%;
}

.social-icons {
    margin-top: auto;
}

.left-container .profile-pic {
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-container .profile-pic .pic {
    text-align: center;
}

.left-container .profile-pic .pic img {
    width: 150px;
    height: 150px;
    border-radius: 5%;
}

.pic h3 {
    padding-top: 1rem;
    font-weight: bold;
}

.pic h6 {
    font-weight: 100;
}

.left-container .contact-info {
    margin: 1rem;
}

.social-icons {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.social-icons a {
    position: relative;
    padding: 0 10px;
    text-decoration: none;
}

.social-icons a:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 24px; /* Adjust the height of the divider as needed */
    border-right: 1px solid #ccc; /* Adjust the color and style of the divider */
}

.left-container .contact-info .contents {
    display: flex;
    padding-top: 1rem;
}

.left-container .contact-info .contents .icon-spacing {
    padding-right: 0.5rem;
}

.right-container h3 {
    padding-top: 2rem;
    padding-bottom: 1rem;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.right-container .right-contents {
    padding: 1rem;
}

.right-container .right-contents .contents {
    display: flex;
    padding-top: 1.5rem;
}

.right-container .right-contents .contents .contents-text1 {
    min-width: 15rem;
    text-align: justify;
    padding-right: 0.5rem;
    font-weight: bold;
    font-size: 15px;
}

.right-container .right-contents .contents .contents-text2 {
    max-width: 100%;
    text-align: justify;
    padding-right: 0.5rem;
    font-weight: 500;
}

@media only screen and (max-width: 400px) and (min-width: 200px) {
    .col-padding {
        padding-top: 1rem;
    }

    .right-container .right-contents .contents {
        display: flex;
        flex-direction: column;
        padding-top: 1.5rem;
    }

    .right-container h3 {
        padding-top: 1rem;
        text-align: center;
    }

    .right-container .right-contents {
        padding: 0 1rem;
    }

    .right-container .right-contents .contents .contents-text1 {
        text-align: justify;
        padding-right: 0.5rem;
        font-weight: bold;
    }

    .right-container .right-contents .contents .contents-text2 {
        text-align: justify;
        padding-right: 0.5rem;
        font-weight: 300;
    }
}

@media only screen and (max-width: 980px) and (min-width: 760px) {
    .col-padding {
        padding-top: 1rem;
    }

    .right-container .right-contents .contents {
        display: flex;
        flex-direction: column;
        padding-top: 1.5rem;
    }

    .right-container h3 {
        padding-top: 1rem;
        text-align: center;
    }

    .right-container .right-contents {
        padding: 0 1rem;
    }

    .right-container .right-contents .contents .contents-text1 {
        text-align: justify;
        padding-right: 0.5rem;
        font-weight: bold;
    }

    .right-container .right-contents .contents .contents-text2 {
        text-align: justify;
        padding-right: 0.5rem;
        font-weight: 300;
    }
}
