.resume-main-section {
    display: flex;
    flex-direction: column;
    margin-top: 130px;
    margin-left: 150px;
    margin-right: 150px;
    /* background-color: lightblue; */
}

.heading1 hr {
    border: none;
    height: 2px;
    border-radius: 2px;
    background-color: rgb(155, 79, 150);
    margin: 20px 260px 20px 260px;
}

.heading1 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.tab1,
.tab2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    margin-bottom: 35px;
}

.tab2 {
    margin-bottom: -10px;
}

.tab1 img,
.tab2 img {
    width: 400px;
    height: 250px;
    margin-right: 50px;
    margin-bottom: 38px;
    border-width: 1px;
    border-style: solid;
}

.content-heading {
    font-size: 30px;
    font-weight: 700;
    text-align: justify;
    margin-bottom: 25px;
}

.content-text {
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    text-indent: 50px;
    margin-bottom: 40px;
}







@media (max-width:600px) {
    .resume-main-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 200px;
        margin-left: 0px;
        margin-right: 0px;
        /* background-color: lightblue; */
    }

    .heading1 hr {
        border: none;
        height: 2px;
        border-radius: 2px;
        background-color: rgb(155, 79, 150);
        margin: 10px 40px 10px 40px;
    }

    .heading1 {
        font-size: 50px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 30px;
    }

    .tab1,
    .tab2 {
        display: flex;
        flex-direction: column-reverse;
        /* justify-content: center; */
        justify-content: space-between;
        align-items: center;
        text-align: center;
        margin-bottom: 35px;
        width: 340px;
    }

    .tab2 {
        margin-bottom: -10px;
    }

    .tab1 img,
    .tab2 img {
        width: 350px;
        /* height: 200px; */
        margin-right: 0px;
        margin-bottom: 38px;
        border-width: 1px;
        border-style: solid;
        text-align: center;
    }

    .content-heading {
        font-size: 30px;
        font-weight: 700;
        text-align: justify;
        margin-bottom: 25px;
    }

    .content-text {
        font-size: 16px;
        text-align: justify;
        line-height: 30px;
        text-indent: 50px;
        margin-bottom: 40px;
    }

}