.hero-sec{
    width: 100%;
    padding-top: 5rem;
}
.hero-inner{
    width: 90%;
    margin: 0 auto;
}
.hero-header-con{
    width: 100%;
    position: relative;
}
.hero-background-icon{
    width: 6rem;
    height: 5rem;
    margin: 0 auto;
    display: flex;
}
.hero-header-con h3{
    position: absolute;
    top: 10%;
    left: 43%;
    font-size: 20px;
    font-family: cursive;
    color: #dcbcc8;
}
.hero-inner h3{
    text-align: center;
    display: flex;
    justify-self: center;
    justify-content: center;
}

.hero-header-con h5{
    position: absolute;
    top: 7%;
    left: 42%;
    font-size: 20px;
    font-family: cursive;
    color: #dcbcc8;
}
.hero-inner h2{
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    padding-bottom: 10px;
}
.hero-inner p{
    text-align: center;
    margin: 0 auto;
    width: 70%;
    word-spacing: 5px;
    color: rgb(123, 123, 123);
}

@media (max-width: 1300px) {
    .hero-inner p {
        width: 100%;
    }
}
@media (max-width: 900px){
    .hero-header-con h3{
        left: 38%;
    }
}
@media (max-width: 600px) {
    .hero-inner h2{
        font-size: 20px;
    }   
    .hero-header-con h3{
        left: 30%;
    }
}