 
body .findmore h3{
    margin-bottom: 0;
}
.elementor-button-link{
    width: 276px;
}
.title-find-more h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #202020;
}
.border-grey-around{
    padding: 35px;
}
@media screen and (max-width: 768px) {
    .title-find-more h3 br{
        display: none;
    }
    .findmore img{
        display: none;
    }
    .title-find-more{
        min-width: 100%;
    }
    body .border-grey-around{
        gap: 20px;
    }
    .title-find-more h3{
        padding-bottom: 20px;
        border-bottom: 1px solid #D8E1E9;
        font-size: 24px;
    }
    .findmore .elementor-button-wrapper a{
        min-width: 100%;
    }
    .findmore .elementor-button-wrapper{
        min-width: 100%;
    }
    body .border-grey-around{
        padding: 20px;
    }
}