.discovery-container{
padding: 48px 26px;
background-color: white;
}

.discovery-heading{
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    color: var(--headings-txt-color);
    margin-bottom: 32px;
    word-break: break-word;
}
.discovery-side-heading{
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    color: var(--headings-txt-color);
    word-break: break-word;
}
.discovery-side-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: var(--headings-txt-color);
    word-break: break-word;
}
.discovery-side-img{
    height: 60px;
    width: 60px;
}
@media screen and (max-width: 991px) {
    .discovery-heading {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .discovery-main-img{
        margin-bottom: 0px;
    }
    .discovery-container .carousel {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}
@media screen and (max-width: 767px) {
    .discovery-container{
        padding: 10px;
    }
    .discovery-heading {
        font-weight: 500;
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 0px;
        padding-top:12px;
        padding-bottom: 0px;
    }
    .discovery-side-heading{
        font-size: 18px;
        font-weight: 500;
        line-height: 21px;
    }
    .discovery-side-text{
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }
    .discovery-main-img{
        margin-bottom: 5px;
         }
    .discovery-container .carousel {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    
}