        *,
        html,
        body {
            box-sizing: border-box;
            font-family: "Poppins", serif;
            margin: 0;
            padding: 0;
        }

        ::before,
        ::after {
            box-sizing: border-box;
        }

        .section {
            padding: 40px 0;
        }

        .footer {
            background-color: #000;
            color: #fff;
            padding-top: 20px;
        }

        .footer-link ul {
            list-style: none;
            padding-left: 0;
        }

        .footer-link ul li {
            color: #fff;
            display: inline-block;
            margin: 0 10px;
        }

        .footer-link ul li a {
            color: #fff;
            text-decoration: none;
        }

        .section-content h1 {
            font-size: 30px;
            color: #000;
            text-align: center;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .section-content h2 {
            text-align: center;
            font-size: 20px;
            color: #000;
            margin-bottom: 15px;
        }
            .contact_section h1{
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #000;
    }
    .contact_section h2{
        font-size: 25px;
        color: #000;
        margin-bottom: 12px;
        font-weight: 500;
    }
    .contact_section p{
        font-size: 16px;
        color: #000;
    }
    .contact_section h3{
        font-size: 20px;
        color: #000;
        font-weight: 500;
        margin-bottom: 6px;
    }