.section-8 .item-wrap .img-wrap img {
    max-height: 150px;
}

.customh2title {
    color: #404153;
    font-size: 36px;
    line-height: 46px;
    font-family: "montserrat-regular", sans-serif;
    display: inline-block;
    text-align: center;
    margin: 0 auto 100px;
    position: relative;
}

.customh3title {
    color: #404153;
    font-family: "montserrat-regular",sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
    padding: 0 10px;
    border-bottom: 1px solid #404153;
    border-bottom-color: rgb(64, 65, 83);
    display: inline-block;
}

.input-wrap-required {
    border: 1px solid #f2e414 !important;
}

@media (max-width: 480px) {
    .g-recaptcha {
        margin-left: -25px;
    }
}