.hero-favor {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 6% 12% 4% 7%;
    border-radius: 16px;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.hero-favor__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(12, 16, 21, 0.00) -6.56%, rgba(8, 9, 11, 0.55) 57.37%, #0C0D0E 100%);
}

.hero-favor__content {
    position: relative;
    max-width: 95%;
    z-index: 2;
}

.hero-favor__title {
    margin: 24px 0 22px 0;
    font-size: 50px;
    font-weight: 300;
    line-height: 100%;
    color: #FEFEFE;
}

.hero-favor__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    max-width: 70%;
    color: #FEFEFE;
	margin-block-start: 0em;
    margin-block-end: 0em;
}

.hero-favor__btn {
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 12px 20px;
    border: 1px solid #FEFEFE;
    border-radius: 12px;
    color: #FEFEFE;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.hero-favor__btn-icon {
    width: 15px;
    height: 15px;
    margin-top: -4px;
    vertical-align: middle;
	margin-left: 8px;
}

@media (max-width: 768px) {
    .hero-favor {
        padding: 24px 20px;
        border-radius: 12px;
    }

    .hero-favor__title {
        font-size: 30px;
        line-height: 120%;
        margin: 40px 0 24px 0;
    }

    .hero-favor__description {
        font-size: 16px;
        line-height: 150%;
        max-width: 100%;
    }

    .hero-favor__btn {
        font-size: 16px;
        padding: 12px 18px;
        margin-top: 44px;
        margin-bottom: 44px;
    }
	.hero-favor__btn-icon {
   		margin-top: -4px;
		margin-left: 4px;
	}
}
