/* Custom Styles */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
p{font-size: 500;}


@media screen and (min-width: 768px){
    div#block-1620994531052 h1 {
    font-size: 100px;
}
#block-1620996186180 .btn {
    font-size: 35px;
    line-height: 30px;
}
#section-1620994141125 .row {
    margin: 0px 50px;
    border-radius: 30px;
    padding: 0px 0px;
    box-shadow: 0px 0px 12px #ccc;
    border: 4px solid #2ed199;
}


div#block-1619696919606 h1 {
    font-size: 56px;
}    
 div#block-1619695281947 h3 {
    margin-bottom: 16px;
    
} 
div#block-1619697464513 h1 {
    font-size: 58px;
    font-weight: 500;
}
#block-1620987720518 .btn {
    font-weight: 500;
    font-size: 38px;
    line-height: 30px;
}
#block-1620990885135 h1 {
    font-size: 58px;
    line-height: 64px;
}
}


small {
    font-size: 18px;
    font-weight: 500;
        opacity: 0.5;
}




ol.list {
    counter-reset: item;
    list-style: none;
}

ol.list li:before {
    content: counter(item) ". ";
    counter-increment: item;
     color: #2ed199;
}

ol.list li {
    font-size: 24px;
    font-weight: 600;
}
#block-1620990885135 h4 {
    margin: 30px 0px 30px 0px;
}

@media screen and (max-width: 767px){
 br{display: none !important;}   
    
}