body-2 {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    color: #333;
}

.resume-2 {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 30px auto;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
}
h1, .h1 {
    font-size: 2.5rem;
}

.left-column-2 {
    width: 35%;
    background-color: #f5f5f5;
    padding: 25px;
    text-align: center;
    border-right: 1px solid #ddd;
}

.profile-picture-2 img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 4px solid #d4a017;
}

h1-2 {
    font-size: 26px;
    margin: 10px 0;
    color: #333;
}

h1-2 span {
    display: block;
    font-size: 18px;
    color: #d4a017;
    font-weight: 600;
}

.designation-2 {
    color: #666;
    font-style: italic;
    margin-bottom: 20px;
}

.left-column-2 h2 {
    font-size: 18px;
    margin-top: 20px;
    color: #444;
    border-bottom: 2px solid #d4a017;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.left-column-2 ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: 15px;
}

.left-column-2 ul li {
    margin: 8px 0;
    font-size: 15px;
    color: #555;
}

.right-column-2 {
    width: 65%;
    padding: 25px;
}

.right-column-2 h2 {
    font-size: 22px;
    margin-top: 15px;
    color: #d4a017;
    border-bottom: 2px solid #ddd;
    padding-bottom: 6px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.right-column-2 p {
    margin: 12px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

.right-column-2 ul {
    list-style: disc;
    margin: 15px 20px;
    padding-left: 15px;
}

.right-column-2 ul li {
    font-size: 15px;
    color: #444;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .resume-2 {
        flex-direction: column;
    }

    .left-column-2, .right-column-2 {
        width: 100%;
        border-right: none;
        padding: 20px;
    }

    .left-column-2 {
        border-bottom: 1px solid #ddd;
    }
}
