/* discover section */
section.discover-section {
    margin-top: 80px;
}

.discover-section .container {
    max-width: 1277px;
}

.discover-inner {
    text-align: center;
    color: #fff;
    padding: 53px 40px 50px;
    border-radius: 10px;
    width: 100%;
    background: url(/wp-content/themes/hart/assets/images/discover-bg.png) no-repeat center;
    background-size: cover;
}

.discover-inner p {
    color: #fff;
    font-size: 24px;
    line-height: 26.11px;
}

.discover-inner h2 {
    text-transform: uppercase;
    max-width: 812px;
    margin: 17px auto;
    color: #fff;
}

.discover-inner form {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 37px;
}
.discover-inner select {
    margin-right: 10px;
    background: url(/wp-content/themes/hart/assets/images/orange-down.svg) no-repeat;
    background-color: #ffffff;
    background-size: 13px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 94% 22px;
	cursor: pointer;
}
.discover-inner input[type="submit"] {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    background-color: #3E362B;
    min-width: 154px;
    cursor: pointer;
    transition: all linear .3s;
    border: solid 1px transparent;
    text-transform: uppercase;
    width: auto;
}
.discover-inner input[type="submit"]:hover {
	    background-color: #f15812;
	color: #ffffff;
	border: solid 1px #3E362B;
}

.discover-inner p sub {
    bottom: 8px;
}
.discover-inner p:last-child {
    font-style: italic;
	margin: 0;
}

@media (max-width: 992px) {
    .discover-inner form select {
        width: calc(50% - 113px) !important;
    }

}
@media (max-width: 767px) {
    .discover-inner p {
        font-size: 16px;
    }
	.discover-inner form {
    display: flex;
    flex-wrap: wrap;
}
	.discover-inner form select {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 10px;
		    background-position: 97% 22px;
}
	.discover-inner form input[type="submit"] {
    width: 100%;
    max-width: 100%;
}
	.discover-inner {
    padding: 53px 20px 50px;
}
	section.discover-section {
    margin-top: 60px;
}
}
/* discover section */