.home-page-free-trail {
    width: 100%;
    min-height:  374px;
    height:  auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #F3F4F7;
    /* padding: 88px 0px; */
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.home-page-free-trail__title {
    font-size: 32px !important;
    text-align: center !important;
    color: #3A3A3C !important;
    font-weight: 700 !important;
}

.home-page-free-trail-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 44px 0px 0px 0px;
}
.home-page-free-trail__button-popup {
    background-color: #5E60A9 !important;
    /* width: 28% !important; */
    color: #fff !important;
    box-shadow: 0px 4px 4px 0px rgba(95, 97, 171, 0.35) !important;
    border: unset !important;
    display: flex !important;
    align-items: center !important;
    padding: 9px 95px !important;
    justify-content: center !important;
}

/* Tablet and mobile */
@media screen and (max-width: 765px) {
    .home-page-free-trail__button-popup {
        width: 90% !important;
        padding: 12px 0px !important;
    } 
    .home-page-free-trail__title {
        font-size: 26px !important;
        text-align: center !important;
        color: #3A3A3C !important;
        font-weight: 700 !important;
        width: 90%;
        line-height: 37px;
    }
        
}
