img{
    max-width: 100%;
}
.heroSectionForChatbot{
    background-color: #CCE9FF;
}
.heroSectionInner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}
.heroSectionInner h1{
    font-weight: 500;
    font-size: 40px;
    line-height: 1.1;
    color: #1D62B2;
}
.heroSectionInner h1 span{
    color: #1A1F2B;
}
.heroSectionInner p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #555555;
}
.heroSectionInner button{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    background-color: #1D62B2;
    padding: 10px 15px;
    color: #ffffff;
    border-radius: 20px;
    width: max-content;
}
.instantEffortlessSectionInner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}
.instantEffortlessSectionInner h2{
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    color: #1D62B2;
}
.instantEffortlessSectionInner h2 span{
    color: #111928;
}
.instantEffortlessSectionInner p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #676767;
}
.whyuseSectionInner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}
.whyuseSectionInner h2{
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    color: #1D62B2;
}
.whyuseSectionInner p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #676767;
}
.whyuseSectionInner h2 span{
    color: #111928;
}
.icon-with-title{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
}
.icon-with-title b{
    color: #111928;
}
.callToActionSection{
    background-color: #CCE9FF;
    text-align: center;
}
.callToActionInner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    padding: 40px 0px;
}
.callToActionInner h2{
    font-weight: 600;
    font-size: 35px;
    line-height: 1.2;
    color: #282828;
}
.callToActionInner p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #545454;
    margin: 0px;
}
/* .callToActionInner button{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    background-color: #1D62B2;
    padding: 10px 15px;
    color: #ffffff;
    border-radius: 20px;
    width: max-content;
} */
.appIcon img{
    width: 150px;
}
