.contact,
.contact-info {
    width: 50%;
}
.flex {
    display: flex;
}
.contact .input-box {
    margin-bottom: 24px;
}
.required {
    color: #ff2825;
}
.map {
    margin-bottom: 50px;
}
.contact .notice {
    text-align: left;
    display: block;
    width: 100%;
    font-style: italic;
    margin-bottom: 24px;
}
.contact .input-box label {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}
.contact .input-box .label-name {
    margin-bottom: 5px;
}
.contact .input-box input,
.contact .input-box textarea {
    width: 100%;
    background-color: #fff;
    color: #626262;
    border: 1px solid #ccc;
    padding: 6px;
}
.contact-info {
    display: flex;
    flex-direction: column;
    padding-left: 60px;
    text-align: left;
}
.contact-info h3 {
    margin-bottom: 24px;
}
.mb-16 {
    margin-bottom: 16px;
}
.call a,
.email a {
    color: #747474;
}
.call a:hover,
.email a:hover {
    color: #000;
}
.submit-btn {
    float: right;
    padding: 10px 24px;
    background-color: #000;
    border: none;
    color: #fff;
    transition: 0.2s ease-in-out;
}
.submit-btn:hover {
    background-color: #474747;
}
.contact-section {
    margin-bottom: 30px;
}
.text-left {
    text-align: left;
}
.address p {
    margin-bottom: 0;
}
.helper {
    margin-top: 4px;
    color: #ff2825;
}
.app-flex {
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.app-img {
    height: 500px;
}
.app-img-wrapper {
    padding: 80px 40px 20px 40px;
    background: #013220;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.app-img-wrapper span {
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .contact-info h3 {
        font-size: 1.5rem;
    }
    .contact-info h4 {
        font-size: 1.2rem;
    }
    .main-content .container {
        max-width: 90%;
    }
    .flex {
        flex-direction: column;
    }
    .app-flex {
        flex-direction: row;
    }
    .contact,
    .contact-info {
        width: 100%;
    }
    .contact-info {
        padding-left: 0;
        margin-top: 30px;
    }
    .footer {
        position: relative;
    }
}
