.resume {
    width: 80%;
    height: auto;
    margin-left: 10%;
    display: flex;
}

.resume1 {
    width: 30%;
    height: 1380px;
    background-color: #112442;
}

.resume1 h2 {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    color: white;
    font-family: 'Calibri';
}

.resume1 p {
    margin-left: 40px;
    margin-top: 15px;
    color: white;
    font-family: 'Calibri';

}

.resume1 p i {
    font-size: 25px;

}

.tilize {
    font-style: italic;
}

.resume1 h3 {
    margin-left: 40px;
    margin-top: 20px;
    font-size: 22px;
    color: white;
}

.resume1 li {
    margin-left: 30px;
    color: white;
    margin-top: 10px;
    font-family: 'Calibri';
}

.resume1 span {
    margin-left: 20px;
}

.resume1 img {
    margin-top: 15px;
    width: 95%;
    margin-left: 10px;
}


.resume2 {
    width: 70%;
    height: 100%;

}

.resume2 h1 {
    margin-left: 75px;
    font-weight: bold;
}

.resume2 h2 {
    margin-left: 75px;
    font-size: 20px;
    margin-top: 10px;
    font-family: 'Calibri';
    font-weight: bold;
}

.resume2 h3 {
    margin-left: 75px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: black;
    font-family: 'Calibri';
}

.resume2 p {
    width: 80%;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    color: black;
    margin-top: 07px;
    font-family: 'Calibri';
    font-weight: bold;
    font-size: 15px;
    font-style: italic;
}


.resuimg {
    width: 100%;
    height: 340px;
    margin-top: 15px;
    display: flex;
}

.resuimg img {
    width: 33%;
    height: 100%;
    padding-left: 03px;
}



@media only screen and (min-width: 300px) and (max-width: 600px) {


    .resume {
        width: 100%;
        height: auto;
        flex-direction: column;
        margin-left: 0%;
        display: flex;
    }

    .resume1 {
        width: 100%;
        height: 100%;
        background-color: #112442;
    }

    .resume1 h2 {
        text-align: center;
        font-size: 20px;
        margin-top: 30px;
        color: white;
    }

    .resume1 p {
        margin-left: 40px;
        margin-top: 15px;
        color: white;
        font-family: 'Calibri';
    }

    .resume1 p i {
        font-size: 22px;
    }

    .resume1 h3 {
        margin-left: 40px;
        margin-top: 20px;
        font-size: 20px;
        color: white;
    }

    .resume1 li {
        margin-left: 0px;
        color: white;
        margin-top: 10px;
        font-family: 'Calibri';
        width: 80%;
        text-align: justify;
        margin-left: auto;
        margin-right: auto;
    }

    .resume1 span {
        margin-left: 0px;
    }

    .resume1 img {
        margin-top: 15px;
        width: 95%;
        margin-left: 10px;
    }


    .resume2 {
        width: 100%;
        height: 100%;
        margin-top: 30px;
    }

    .resume2 h1 {
        margin-left: 35px;
        font-weight: bold;
    }

    .resume2 h2 {
        margin-left: 35px;
        font-size: 16px;
        margin-top: 10px;
    }

    .resume2 h3 {
        margin-left: 35px;
        margin-top: 15px;
        font-size: 18px;
        font-weight: bold;
        color: black;
    }

    .resume2 p {
        width: 80%;
        text-align: justify;
        margin-left: auto;
        margin-right: auto;
        color: black;
        margin-top: 07px;
        font-family: 'Calibri';
    }

    .resuimg {
        width: 100%;
        height: 170px;
        display: flex;
        margin-top: 20px;
    }

    .resuimg img {
        width: 33%;
        height: 100%;
        padding-left: 03px;
    }
}



@media only screen and (min-width: 601px) and (max-width: 1250px) {


    .resume {
        width: 80%;
        height: auto;
        margin-left: 10%;
        display: flex;
    }

    .resume1 {
        width: 30%;
        height: 1470px;
        background-color: #112442;
    }

    .resume1 h2 {
        text-align: center;
        font-size: 20px;
        margin-top: 30px;
        color: white;
    }

    .resume1 p {
        margin-left: 40px;
        margin-top: 15px;
        color: white;
        font-style: normal;
    }

    .resume1 p i {
        font-size: 22px;
    }

    .resume1 h3 {
        margin-left: 40px;
        margin-top: 20px;
        font-size: 20px;
        color: white;
    }

    .resume1 li {
        margin-left: 30px;
        color: white;
        margin-top: 10px;
        font-style: normal;
    }

    .resume1 span {
        margin-left: 20px;
    }

    .resume1 img {
        margin-top: 15px;
        width: 95%;
        margin-left: 10px;
    }


    .resume2 {
        width: 70%;
        height: 100%;

    }

    .resume2 h1 {
        margin-left: 75px;
        font-weight: bold;
    }

    .resume2 h2 {
        margin-left: 75px;
        font-size: 20px;
        margin-top: 10px;
    }

    .resume2 h3 {
        margin-left: 75px;
        margin-top: 15px;
        font-size: 18px;
        font-weight: bold;
        color: black;
    }

    .resume2 p {
        width: 80%;
        text-align: justify;
        margin-left: auto;
        margin-right: auto;
        color: black;
        margin-top: 07px;
        font-style: normal;
    }


    .resuimg {
        width: 100%;
        height: 350px;

        display: flex;
    }

    .resuimg img {
        width: 33%;
        height: 100%;
        padding-left: 03px;
    }

}