@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap');

         .cta-section {
            /*background-color: #333;*/
            color: white;
            padding: 40px 0;
            text-align: center;
        }
        
        .btn{
            color: white;
             border-radius: 2px;
             width: fit-content;
             min-width: 230px;
        }
        
        /*.btn-primary {*/
        /*    background-color: #e86c42;*/
        /*    border-color: #e86c42;*/
        /*}*/
        
        .btn-primary:hover {
            background-color: #d15a33;
            border-color: #d15a33;
        }
        .cta-section h2{
            font-size: clamp(1.125rem, 0.1875rem + 3vw, 1.875rem)!important;
        }