.consultant-outer {
    background: #F1FFFA;
    border-radius: 10px;
    padding: 32px 48px;
}
.book-demo-main .section-title{
font-size: 48px;
line-height: 60px;
}
.consultant-top {
    align-items: center;
    display: flex;
}
.consultant-image img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}
.consultant-content {
    margin-left: 20px;
}
.consultant-content * {
    margin: 0;
}
.consultant-content h3 {
    color: #26A269;
    font-size: 30px;
    font-family: 'Gilroy-Medium', sans-serif;
    font-weight: 400;
    line-height: 38px;
}
.consultant-content p {
    color: #98A2B3;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
#calendly-container{
    height: 500px !important;
    overflow: auto;
}