.header {
    background-image: url(/images/large_banner.jpg);
    padding-bottom: 25px;
    background-size: cover;
}
.nav-link {
    color: white;
}
.nav-link:hover {
    color: #448ca8;
}
.navbar .container {
    margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid white;
    margin-bottom: 50px;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.header-label {
    color: white;
    font-size: 70px;
    width: 70%;
    line-height: 75px;
}
.main-container {
    min-height: calc(100vh - 160px);
    background-color: transparent;
}
.second-banner {
    background-color: #f3f3f5;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}
.second-divider {
    width: 2px;
    height: 120px;
    background-color: #7c7c7c;
}
.second-box {
    max-width: 600px;
    margin: 20px;
}
.second-label {
    color: #07415d;
    font-size: 25px;
    font-weight: 700;
}
.second-txt {
    color: #58585a;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
    line-height: 25px;
}
.third-label {
    font-size: 32px;
    color: #07415d;
    font-weight: 700;
    margin: 30px;
    text-align: center;
}
.options-wrapper {
    max-width: 900px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f3f3f5;
    padding: 20px;
    border-radius: 30px;
}
.option-box {
    margin: 10px 20px;
    display: flex;
    align-items: center;
}
.option-label {
    color: #07415d;
    font-size: 25px;
    font-weight: 700;
    margin-left: 20px;
}
.option-line {
    height: 2px;
    width: 100%;
    background-color: #25aae3;
}
.option-desc {
    color: #58585a;
    line-height: 20px;
    font-size: 19px;
    font-weight: 400;
    margin-top: 5px;
    margin-left: 20px;
}
.option-left {
    background-color: #2194d3;
    border-radius: 50%;
    padding: 20px;
}
.option-left img {
    width: 60px;
}
.fifth-email {
    text-align: center;
    margin: 30px 0px;
    color: #25aae3;
    font-size: 20px;
    font-weight: 700;
}
.footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 10px 30px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
.footer-info {
    color: #58585a;
    font-size: 18px;
    margin: 30px 0px;
}
.footer-logo img {
    width: 220px;
}
.footer-info-mobile {
    display: none;
    color: #58585a;
    font-size: 18px;
    margin: 30px 0px;
}
.contact-banner {
    position: relative;
}
.contact-banner img {
    position: absolute;
    width: 100%;
}
.contact-banner-label {
    position: absolute;
    top: 150px;
    left: 10%;
}
.contact-banner-label h1 {
    color: white;
    padding: 0.2em;
    font-family: Montserrat, sans-serif;
}
.contact-banner-label h3 {
    font-size: 1.625rem;
    font-weight: 400;
}
.contact-container {
    padding-left: 1rem;
    padding-right: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.contact-container p {
    font-family: Montserrat, sans-serif;
    font-size: 1.125rem;
    margin-left: 100px;
    margin-right: 100px;
}
.contact-form {
    background-color: #81006e;
    margin-top: 50px;
    padding: 2rem;
}
.contact-label {
    color: white;
    font-size: 2.125rem;
    line-height: 3rem;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}
.contact-input {
    margin: 1rem 0;
    border: 1px solid #e5e4e7;
    color: #000;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    padding-top: 0.75rem;
    font-family: inherit;
    font-size: inherit;
    letter-spacing: normal;
    padding: 5px 4px;
    width: 100%;
    max-width: 600px;
    outline: none;
}
.contact-btn {
    background-color: #fff;
    background-size: 16px 16px;
    border: 0 solid transparent;
    border-radius: 24px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.5);
    color: #ac0694;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    min-height: 50px;
    min-width: 190px;
    overflow: hidden;
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
}
.work-section {
    margin: 1.5rem auto 1.5rem auto;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    border: 1px solid rgb(174, 174, 174);
    padding: 20px;
}
.work-left {
    margin-right: 1.5rem;
}
.work-left img {
    width: 300px;
}
.work-right {
    margin-left: 1.5rem;
}
.work-label {
    color: #fa6b2f;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 25px;
}
.work-desc {
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
    .header-label {
        font-size: 35px;
        line-height: 35px;
    }
    .second-banner {
        flex-direction: column;
    }
    .second-divider {
        display: none;
    }
    .footer {
        flex-direction: column;
    }
    .footer-logo {
        width: 100%;
        text-align: center;
    }
    .footer-info {
        display: none;
    }
    .footer-info-mobile {
        display: block;
    }
    .footer-info-mobile > div {
        margin: 7px 0;
    }
}
