#HomeSectionContainer{
    background-color: #02465D;
    min-height: 100vh;
    width: 100vw;
}
#HomeSectionHeading {
        font-size: 58px;
    font-weight: 600;
}
#homeSectionDescriptionContainer{
    padding: 1% 15%;
    margin-bottom: 44px;
}
#homeSectionDescription{
    font-size: 22px;
    text-wrap: wrap;
    text-align:center;
}
#homeSectionOfferContainer{
    margin-bottom: 33px;
        font-size: 30px;
    font-weight: 600;
}
#freeExpertBtn{
    padding: 0 10px;
}
#freeExpertBtn button{
background-color: #02465D;
fill: white;
height: 45px;
margin-left: 12px;
width: 45px;

}
@media (max-width: 991.5px) {
#HomeSectionContainer {
    min-height: 100vh;
    padding-bottom: 20px;
    padding-top: 20px;
}
#HomeSectionHeading {
    font-size: 40px;
    
}
#homeSectionDescription {
    font-size: 20px;
    text-wrap: wrap;
    text-align: center;
}
#homeSectionDescriptionContainer {
    padding: 1% 20%;
    margin-bottom: 44px;
}
#homeSectionOffer{
    font-size: 20px;
}

}



@media (max-width: 701.5px) {
 
    #HomeSectionContainer {
    min-height: 80vh;
}
#freeExpertBtn {
font-size: 12px;
}
#HomeSectionHeading {
    font-size: 28px;
}
#homeSectionDescription {
    font-size: 14px;
 
}
#homeSectionOffer{
    font-size: 18px;
}
    
}
@media (max-width: 501.5px) {

#freeExpertBtn button {
  
    height: 35px;
    margin-left: 12px;
    width: 35px;
}
#HomeSectionHeading {
    font-size: 22px;
}
#homeSectionDescription {
    font-size: 10px;
 
}
#homeSectionOffer{
    font-size: 16px;
}
    
}
@media (max-width: 400.5px) {

#freeExpertBtn {
font-size: 10px;
}

#freeExpertBtn button {
  
    height: 33px;
    width: 33px;
}

#homeSectionDescription {
  
    font-size: 9px;
}
#homeSectionDescriptionContainer {
    padding: 1% 5%!important;
    margin-bottom: 44px;
}
#homeSectionOffer{
    font-size: 14px;
}
}

@media (max-width: 331.5px) {
#HomeSectionHeading {
    font-size: 18px !important;
}
#homeSectionOffer{
    font-size: 13px;
}
#freeExpertBtn button {
    height: 30px;
    margin-left: 12px;
    width: 30px;
}
}
@media (max-width: 310.5px) {
#freeExpertBtn {
font-size:9px;
}
#websiteName {
    font-size: 16px;
    text-decoration: underline;
    text-decoration-thickness: 1.2px;
    margin-bottom: 10px;
}
#homeSectionDescription {
  
    font-size: 9px;
}
#HomeSectionHeading {
    font-size: 16px !important;
}
#homeSectionDescriptionContainer {
    padding: 1% 5%!important;
    margin-bottom: 44px;
}
#homeSectionOffer{
    font-size: 12px;
}
}


@media (max-height: 448.5px) {
     #HomeSectionHeading{
      padding-top: 60px;
    }

        #HomeSectionContainer {
            padding-bottom: 20px ;
    min-height: 140vh;
}
}