
.sticky-wrapper {
    position: fixed;
    top: 168px;
    right: 6.25%; 
    z-index: 1; 
    height: fit-content; 
    width: 624px;
}
.desc-block{
    width: 63%;
}

@media screen and (max-width: 1740px){
.sticky-wrapper{
    right: 2.3%; 
}
}
@media screen and (max-width: 1650px){
.desc-block{
    width: 52%;
}
}
@media screen and (max-width: 1439px){
.sticky-wrapper{
    /*min-width: 554px;*/
    width: 554px;
}
}
@media screen and (max-width: 1330px){
.sticky-wrapper {
    position: static !important;
    width: 100%;
     min-width: auto;
}
.desc-block{
    width: 100%;
}
}