* {
    box-sizing: border-box;
}



.container-fluid {
    width: 100%;
    padding: 0 15px;
}

.get-in-touch-section {
    background-color: rgb(197, 197, 197);
    padding: 20px 0;
}

.get-in-touch-content {
    text-align: center;
    margin: auto;
}

.git-c h2{
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
}
.git-c p{
  padding: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
   font-size: 1.3rem;
}



.get-in-touch-content h4 {
  
    margin-top: 1.5rem;
}

.get-in-touch-content p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.get-in-touch-content .btn {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.get-in-touch-content .btn:hover {
    background-color: #0056b3;
}

.get-in-touch-content .btn i {
    margin-right: 8px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
}

.col-md-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
}

@media (max-width: 768px) {
    .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .get-in-touch-content h4 {
        font-size: 1.5rem;
    }

    .get-in-touch-content p {
        font-size: 1rem;
    }

    .get-in-touch-content .btn {
        font-size: 0.875rem;
        padding: 10px 20px;
    }
}
