.banner h1 {
    position: relative;
    text-align: center;
    color: #000;
    text-shadow: #070707 2px 2px 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.banner em {
    line-height: 1em;
    font-size: clamp(3.125rem, 1.75rem + 6.875vw, 10rem);
    font-style: normal;
}

.centered {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* about us */

.about {
    padding-top: 5rem;
}

.about img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto;
}

.about p {
    color: #717171;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;

}

.about h1 {
    color: #000000;
    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}

.below {
    margin-top: 6rem;
    display: flex;
    justify-content: space-between;
}

.below .one {
    display: flex;
    justify-content: space-between;
}

.below .two {
    display: flex;
    justify-content: space-between;
}

.about .below img {
    background: linear-gradient(90deg, #4B1A95 1.77%, #671CA8 99.44%);
    padding: 10px;

}

.about .below p {
    color: #393939;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: 57%;
}

@media(max-width:768px) {
    .banner h1 {
        font-weight: 600;
    }


    .centered {
        top: 28%;
    }

    .about h1 {
        font-size: 30px;

    }

    .below {
        margin-top: 1rem;
    }

    .about .below img {
        background: linear-gradient(90deg, #4B1A95 1.77%, #671CA8 99.44%);
        padding: 10px;

    }

    .about .below p {
        font-size: 12px;
        width: 50%;
    }
}

@media(max-width:426px) {

    .about h1 {
        font-size: 30px;

    }

    .about p {
        font-size: 14px;
    }

}