.hero-sec{
    width: 87%;
    margin: 3rem auto;
}
.h1_font_size{
font-size: 2.8rem;
font-weight: 700;
}
.p_font_size{
font-size: 20px;
font-weight: 400;
}
.hero-sec .hero-container .hero-container-left{
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.hero-sec .hero-container .hero-container-left .hero-first{
    width: 97%;
}
.hero-sec .hero-container .hero-container-left .hero-second{
    width: 97%;
}
/* .hero-sec .hero-container .hero-container-left .hero-third{
    width: 97%;
} */
/* .hero-sec .hero-container .hero-container-left .hero-third .hero-third-card-wrapper{
    margin-top: 3rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
} */
/* .hero-sec .hero-container .hero-container-left .hero-third .hero-third-card-wrapper .hero-third-card{
   width: 350px;
} */
/* .hero-sec .hero-container .hero-container-left .hero-third .hero-third-card-wrapper .hero-third-card .hero-third-card-img{
    width: 350px;
    display: flex;
    justify-content: center;
} */
/* .hero-sec .hero-container .hero-container-left .hero-third .hero-third-card-wrapper .hero-third-card .hero-third-card-img img{
    width: 350px;
    object-fit: cover;
    border-radius: 50%;
    transition: all .3s ease-in;
} */
/* .hero-sec .hero-container .hero-container-left .hero-third .hero-third-card-wrapper .hero-third-card .hero-third-card-img img:hover{
   scale: 1.02;
} */
/* .hero-sec .hero-container .hero-container-left .hero-third .hero-third-card-wrapper .hero-third-card .hero-third-card-text{
    width: 85%;
    margin: auto;
}
.hero-sec .hero-container .hero-container-left .hero-third .hero-third-card-wrapper .hero-third-card .hero-third-card-text h6{
   color: #646464;
} */

.hero-container-right .right-cont{
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}
.hero-container-right .right-cont h1{
    font-size: 3rem;
    font-weight: 700;
}
.hero-container-right .right-cont h6{
    font-size: 1.3rem;
    font-weight: 600;
}


@media (max-width: 1065px) {
    .h1_font_size {
        font-size: 2.2rem;
    }
    .hero-container-right .right-cont h1 {
        font-size: 2.3rem;
    }
    /* .hero-sec .hero-container .hero-container-left .hero-third .hero-third-card-wrapper .hero-third-card .hero-third-card-img img {
        width: 279px;
    } */
}
@media (max-width: 963px) {
    .hero-sec .hero-container .hero-container-left {
        margin-bottom: 3rem;
    }
}
@media (max-width: 697px) {
    /* .hero-sec .hero-container .hero-container-left .hero-third .hero-third-card-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    } */
    .h1_font_size {
        text-align: center;
    }
}