.intro-section {
    margin-top: 3em;
    padding: 1em 0 0;
    background-color: #000;
    color: #fff;
    text-align: left;
    height: 50vh;
    background-image: url(../asserts/905-11.jpg);
    background-size: cover;
}

.intro-section h1 {
    width: 70%;
    font-weight: 100;
    font-family: "Marcellus", sans-serif;
}

.center-vertically {
    display: flex;
    align-items: center;
    height: 100%;
}
/* **************************************************** */

/* ******** About Myself *********** */
.about-wrap {
    text-align: center;
    margin: 16em 0;
}

.about-text h2 {
    font-size: 2rem;
    margin-bottom: 2.5em;
    font-weight: 100;
}

.bd {
    font-size: 0.6rem;
}

.about-text p {
    color: #555;
}
.img-box {
    position: relative;
    width: 250px;
    height: 300px;
    margin: 0 auto;
    display: inline-block;
}
.img-box img {
    width: 100%;
    height: 100%;
    top: 20%;
    left: 20%;
    position: absolute;
    object-fit: cover;
    opacity: 0.95;
}

.box {
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
}

/* **************************************************** */

@media (max-width: 800px) {
    .about-text h2 {
        margin-top: 1em;
    }
    .about-text {
        margin-top: 8em;
    }
}

@media (min-width: 800px) {
    .about-wrap {
        display: flex;
        text-align: left;
        justify-content: space-between;
    }

    .about-text {
        width: 55%;
    }
    .img-box-container {
        width: 35%;
    }
    .about-text p {
        width: 75%;
        font-size: 1.1rem;
        line-height: 2.1em;
    }
    .reversed {
        flex-direction: row-reverse;
    }
    .reversed img {
        right: 20%;
        left: unset;
    }
    .reversed .img-box {
        margin: 0;
    }
    .reversed .img-box-container {
        display: flex;
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
    .about-text p {
        font-size: 1.4rem;
    }
}
