* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

main {
    width: 100%;
    background-color: #F1F1F3;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
}

.cont-head  {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    width: 80%;
    margin-top: 30px;
    padding: 40px 0;
    border-bottom: 1px solid #59595A;
}

.cont-head h2 {
    font-family: Be Vietnam Pro;
    font-size: 38px;
    font-weight: 600;
    line-height: 57px;
    text-align: left;
    color: #262626;
    width: 30%;
}

.cont-head p {
    font-family: Be Vietnam Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #59595A;
    width: 60%;
}

.contact {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-top: 50px;
}

form {
    width: 60%;
    height: 600px;
    top: 510px;
    left: 80px;
    gap: 0px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5em;
    background-color: #FFFFFF;
    padding: 40px 0 0 30px;
}

.name {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 90%;
}

.fname {
    display: flex;
    flex-direction: column;
    gap: .5em;
    width: 50%;
}

.fname input{
    width: 100%;
    height: 40px;
    padding: 20px;
    gap: 12px;
    border-radius: 6px;
    border: 1px solid #F1F1F3;
    background-color: #FCFCFD;
    color: #656567;
}

.fname label {
    font-family: Be Vietnam Pro;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.lname {
    display: flex;
    flex-direction: column;
    gap: .5em;
    width: 50%;
}

.lname label {
    font-family: Be Vietnam Pro;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.lname input{
    width: 100%;
    height: 40px;
    padding: 20px;
    gap: 12px;
    border-radius: 6px;
    border: 1px solid #F1F1F3;
    background-color: #FCFCFD;
    color: #656567;
}

.lane2 {
    display: flex;
    width: 90%;
    gap: 20px;
}

.mail {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: .5em;
    width: 50%;
}

.mail label {
    font-family: Be Vietnam Pro;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.mail input{
    width: 100%;
    height: 40px;
    padding: 20px;
    gap: 12px;
    border-radius: 6px;
    border: 1px solid #F1F1F3;
    background-color: #FCFCFD;
    color: #656567;
}

.mail input::placeholder {
    font-family: Be Vietnam Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #656567;
}

.phone {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: .5em;
    width: 50%;
}

.phone input{
    width: 100%;
    height: 40px;
    padding: 20px;
    gap: 12px;
    border-radius: 6px;
    border: 1px solid #F1F1F3;
    background-color: #FCFCFD;
    color: #656567;
}

.phone input::placeholder {
    font-family: Be Vietnam Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.phone label {
    font-family: Be Vietnam Pro;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.subject {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: .5em;
    width: 90%;
}

.subject label {
    font-family: Be Vietnam Pro;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.subject input{
    width: 100%;
    height: 40px;
    padding: 20px;
    gap: 12px;
    border-radius: 6px;
    border: 1px solid #F1F1F3;
    background-color: #FCFCFD;
    color: #656567;
}

.subject input::placeholder {
    font-family: Be Vietnam Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.message {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: .5em;
    width: 90%;
}

.message label {
    font-family: Be Vietnam Pro;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.message textarea{
    width: 100%;
    height: 138px;
    padding: 20px;
    gap: 12px;
    border-radius: 6px;
    border: 1px solid #F1F1F3;
    background-color: #FCFCFD;
    color: #656567;
}

.message textarea::placeholder {
    color: #656567;
    font-family: Be Vietnam Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

form button {
    background-color: #FF9500;
    border: none;
    width: 174px;
    height: 49px;
    padding: 14px 20px 14px 20px;
    gap: 10px;
    border-radius: 6px;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.infos {
    width: 39%;
    background-color: #FFFFFF;
    height: 550;
    padding: 60px;
    gap: 0px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5em;
}

.box {
    width: 290px;
    height: 113.5px;
    padding: 30 0 0 0;
    gap: 14px;
    border-radius: 6px;
    border: 1px solid #F1F1F3;
    background-color: #FCFCFD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box .img {
    display: flex;
    gap: 1em;
}

.box img {
    width: 33px;
    height: 33px;
    padding: 12 0 0 0;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #F1F1F3;
    background-color: #F7F7F8;
}

footer {
    margin-top: 50px !important;
}

@media screen and (max-width: 425px) {
    .cont-head {
        flex-direction: column;
    }

    .cont-head h2 {
        font-family: Be Vietnam Pro;
        font-size: 28px;
        font-weight: 600;
        line-height: 42px;
        text-align: left;
        width: 90%;
    }

    .cont-head p {
        font-family: Be Vietnam Pro;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        width: 90%;
    }

    .contact {
        flex-direction: column;
        gap: .5em;
    }

    form {
        width: 100%;
        height: auto;
    }

    .name {
        flex-direction: column;
    }

    .fname {
        width: 100%;
    }

    .lname {
        width: 100%;
    }

    .lane2 {
        flex-direction: column;
    }

    .mail {
        width: 100%;
    }

    .phone {
        width: 100%;
    }

    form button {
        margin-bottom: 30px;
        display: flex;
        align-self: center;
        align-items: center;
        justify-content: center;
    }
    
    .infos {
        width: 100%;
        padding-left: 1em;
        padding-right: 1em;
    }

    .box {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .box .img {
        width: 22px;
        height: 22px;
        padding: 6px;
        gap: 10px;
        border-radius: 6px;
        background-color: #F7F7F8;
        border: 1px solid #F1F1F3;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .box p {
        font-family: Be Vietnam Pro;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .cont-head {
        flex-direction: row;
    }

    .cont-head h2 {
        font-family: Be Vietnam Pro;
        font-size: 28px;
        font-weight: 600;
        line-height: 42px;
        text-align: left;
        width: 90%;
    }

    .cont-head p {
        font-family: Be Vietnam Pro;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        width: 90%;
    }

    .contact {
        flex-direction: column;
        gap: .5em;
    }

    form {
        width: 100%;
        height: auto;
    }

    .name {
        flex-direction: column;
    }

    .fname {
        width: 100%;
    }

    .lname {
        width: 100%;
    }

    .lane2 {
        flex-direction: column;
    }

    .mail {
        width: 100%;
    }

    .phone {
        width: 100%;
    }

    form button {
        margin-bottom: 30px;
        display: flex;
        align-self: center;
        align-items: center;
        justify-content: center;
    }
    
    .infos {
        width: 100%;
        padding-left: 1em;
        padding-right: 1em;
    }

    .box {
        width: 60%;
        justify-content: center;
        align-items: center;
    }

    .box .img {
        width: 22px;
        height: 22px;
        padding: 6px;
        gap: 10px;
        border-radius: 6px;
        background-color: #F7F7F8;
        border: 1px solid #F1F1F3;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .box p {
        font-family: Be Vietnam Pro;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: center;
    }

    .more  {
        gap: 1.5em;
    }
}