.form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
}

.box2-index1 {
    height: 723px;
}

.contact-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-box-bg {
    background-image: url(../images/img/img20.avif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {

    .box2-index1-title,
    .box2-index1-title1 {
        left: 5px;
        width: 100%;
    }
}