@font-face {
    font-family: 'OpenSansHebrew';
    src: url('/fonts/opensanshebrew-regular.ttf') format('truetype'), url('opensanshebrew-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('opensanshebrew-regular.woff') format('woff');
}

html {
    scroll-behavior: smooth;
}

body {
    height: 100%;
    width: 100%;
    font-family: 'OpenSansHebrew', Fallback, sans-serif;
    margin-top: 60px;
    transition: padding-top .2s ease-in-out;
}

.container-fluid {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

h4 {
    font-size: 36px;
}

.section-5 {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
}

.section-5 h4 {
    font-weight: bold;
    color: #323232;
}

.section-5 .form-container input,
.section-5 .form-container textarea {
    border-radius: 7px;
    border: solid 0.5px #2b586e;
    background-color: #d4e1e9;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 23px;
    font-size: 18px;
}

.section-5 .form-container input {
    height: 40px;
}

.section-5 .form-container [name="phone"] {
    margin-left: 24px;
}

.section-5 .form-container textarea {
    height: 140px;
    padding-top: 15px;
}

.section-5 .send-btn {
    height: 40px;
    border-radius: 7px;
    background-color: #2b586e;
    width: 100%;
    border: none;
    color: #fff;
}

.section-5 .send-btn:hover {
    background-color: rgb(43, 88, 110, 0.8);
}

@media (max-width: 768px) {
    .section-5 {
        padding-top: 35px;
    }
    .section-5 h4 {
        font-size: 27px;
    }
    .section-5 .form-container input,
    .section-5 .form-container textarea {
        padding-right: 15px;
    }
}