.more-offers {
    position: relative;
	 width: 100%;
     padding-top: 200px;
     display: flex;
     flex-direction: column;
}


@media screen and (min-width:95.0625rem) {
    .more-offers {
        padding-top: 200px;
        padding-bottom: 106px;
    }
}
 @media screen and (max-width: 95rem) and (min-width: 42.0625rem) {
    .more-offers {
        /*padding-left: 2.5rem;
        padding-right: 2.5rem;*/
        padding-top: 150px;
        padding-bottom: 75px;
    }
}
@media screen and (max-width: 42rem) {
   .more-offers {
        /*padding-left: 0.625rem;
        padding-right: 0.625rem;*/
        padding-top: 101px;
        padding-bottom: 50px;
    }
}

.more-offers__head {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.more-offers__head__title {
    background: linear-gradient(266.48deg, #000000 3.18%, #7B7B7B 98.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-family: TT Firs Neue;
    font-weight: 300;
    font-size: 62px;
    line-height: 90%;
    margin-bottom: 20px;
}

.more-offers__head__text {
    max-width: 697px;
    font-family: Mulish;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;

    color: #141517;

}
.more-offers__items {
    display: flex;
    gap: 20px;
}
.more-offers__item {
    border: 1px solid #E6E6F0;
    padding: 20px;

}
.more-offers__item__title {
    background: linear-gradient(266.48deg, #000000 3.18%, #9D9D9D 98.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-family: TT Firs Neue;
    font-weight: 300;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 20px;

}
.more-offers__item__text {
    font-family: Mulish;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;

    color: #141517;
    margin-bottom: 15px;


}
.more-offers__item__result {
    font-family: Mulish;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    vertical-align: bottom;
    margin-bottom: 30px;

}

.more-offers__item__result span{
    color: #FF6900;
}

.more-offers__item__price {
    font-family: TT Firs Neue;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    color: #141517;

    margin-bottom: 20px;
}

@media screen and (max-width: 42rem) {
	.more-offers .more-offers__head__text{
		font-size: 14px;
	}
	
	.more-offers__head__title {
		margin-bottom:10px;
	}

	.more-offers__head {
		margin-bottom:20px;
	}
}
/* .btn {
}
.btn-white {
}
.font-family {
}
.regular {
}
.icon-small {
}
.icon-small-orange {
} */