@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
:root {
    --white: #fff;
    --black: #000;
    --primary: #ff0000;
    --secondary: #333333;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1380px;
    }
}

.bostonContent h3 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    padding: 1.5rem 0;
    font-family: 'Montserrat', sans-serif;
}

.bostonContent p {
    color: var(--black);
    font-size: 1.25rem;
    line-height: 1.7;
}

.bostonContent p input {
    border: unset;
    border-bottom: 1px solid var(--black);
    width: 20%;
    border-radius: unset;
    display: initial;
    box-shadow: none !important;
}

.bostonForm .form-group label,
.bostonForm .form-group span {
    font-size: 1.25rem;
    color: var(--black);
    font-weight: 500;
    white-space: nowrap;
    margin: 0;
    text-transform: uppercase;
}

.bostonForm .form-group input {
    border: unset;
    border-bottom: 1px solid var(--black);
    border-radius: unset;
    box-shadow: none !important;
}

.bostonForm .form-group {
    display: flex;
    align-items: end;
    margin-top: 1.5rem;
}

.lastField {
    display: flex;
    border-top: 2px dashed var(--black);
    width: 100%;
    margin: 1rem 0;
}

.bostonSec hr {
    border-color: var(--black);
    border-width: 2px;
    height: 3px;
    padding: 1rem 0;
}

.bostonSec {
    padding: 2rem 0;
}