/* Data Science Section */
.data-science-section {
    width: 100%;
    background-color: #fefefe; /* Clean, white background */
    padding: 200px 0px;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.data-science-container {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

/* Title Styling */
.data-science-title {
    font-size: 4.5rem;
    font-weight: bold;
    color: #222; /* Dark text for contrast */
    line-height: 1.2;
    margin: 0;
}

/* Paragraph Text */
.data-science-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555; /* Subtle text color */
    max-width: 700px;
    margin: 0 auto;
}

/* Contact Button */
.contact-button {
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background-color: #ff5a5f;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-button:hover {
    background-color: #e94c4f;
}






@media screen and (min-width: 11in) and (max-width: 15in) {

/* Data Science Section */
.data-science-section {
    width: 100%;
    background-color: #fefefe; /* Clean, white background */
    padding: 150px 0px;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.data-science-container {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Title Styling */
.data-science-title {
    font-size: 4.15rem;
    font-weight: bold;
    color: #222; /* Dark text for contrast */
    line-height: 1.2;
    margin: 0;
}

/* Paragraph Text */
.data-science-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555; /* Subtle text color */
    max-width: 700px;
    margin: 0 auto;
}

/* Contact Button */
.contact-button {
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background-color: #ff5a5f;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-button:hover {
    background-color: #e94c4f;
}




}