.contactus {
    margin-top: 64px;
    padding:8px;
}
.contactus-bg {
    background-image: url(../images/bg-contactus.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
    padding: 32px 0;
}
.contactus-bg .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.contactus-bg h6,
.contactus-bg h2 {
    color: var(--text-white);
    margin-bottom: 16px;
}
.contactus-bg h2 {
    margin-bottom: 80px;
}
.contactus-content.row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.contactus-content-item {
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 307px;
    border-radius: 12px;
    padding: 32px;
}
.contactus-content-item-img {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
}
.contactus-content-item-content span {
    color: #bdbdbd;
    margin-bottom: 10px;
}
.contactus-content-item-content p {
    margin-bottom: 10px;
    color: var(--text-white);
}
.contactus-content-item-content p:last-child {
    margin-bottom: 0;
}
.contactus-content-item-map {
    height: 120px;
    margin-top: 4px;
}
.contactus-form {
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    padding: 32px;
    border-radius: 12px;
}
.contactus-form-content h6 {
    color: var(--text-white);
    margin-bottom: 0px;
}
.contactus-form-content.row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.contactus-form-content input,
.contactus-form-content textarea {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    padding: 8px 16px;
    background-color: #f6f6f6;
    mix-blend-mode: soft-light;
}
.contactus-form-content input::placeholder,
.contactus-form-content textarea {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #616161;
}
.contactus-form-content textarea {
    height: 160px;
}
.contactus-form-content .recaptcha {
    width: 302px;
    height: 74px;
}
.contactus-form button.btn {
    width: 100%;
    margin-top: 24px;
}
@media (max-width: 1199px) {
    .contactus-content-item {
        height: 268px;
    }
    .contactus-content-item-content p {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 991.98px) {
    .contactus-content-item {
        height: 100%;
    }
}
@media (max-width: 767.98px) {
    .contactus {
        margin-top: 54px;
    }
}
@media (max-width: 375.98px) {
    .contactus-form-content .recaptcha {
        width: 100%;
    }
}
