@charset "UTF-8";.offer-single .my-container .wrap{display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px}.offer-single .my-container .wrap .left{width:50%;padding:10px;display:flex;flex-direction:column}.offer-single .my-container .wrap .left .offer-single--opis{padding-bottom:20px}.offer-single .my-container .wrap .left .offer-single--wypunktowanie{display:flex;flex-direction:column;padding-bottom:20px}.offer-single .my-container .wrap .left .offer-single--wypunktowanie .offer-single--wypunktowanie--inner{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:10px}.offer-single .my-container .wrap .left .offer-single--wypunktowanie .offer-single--wypunktowanie--inner i{width:35px;height:35px;color:var(--yellow);padding:10px;margin:10px}.offer-single .my-container .wrap .right{width:50%;position:relative;padding:10px}.offer-single .my-container .wrap .right .image-border{position:relative;transition:1s ease-in-out}.offer-single .my-container .wrap .right .image-border:after{transition:1s ease-in-out;position:absolute;bottom:-10px;left:-15px;content:"";width:40%;height:40%;background-color:var(--yellow);z-index:0;border-radius:5px}.offer-single .my-container .wrap .right .image-border:before{transition:1s ease-in-out;position:absolute;top:-10px;right:-15px;content:"";width:40%;height:40%;background-color:var(--yellow);z-index:0;border-radius:5px}.offer-single .my-container .wrap .right .image-border:hover:after{bottom:-10px;left:calc(60% + 15px)}.offer-single .my-container .wrap .right .image-border:hover:before{top:-10px;right:calc(60% + 15px)}.offer-single .my-container .wrap .right .image-border img{position:relative;z-index:2;border-radius:5px}@media screen and (max-width:991px){.offer-single .my-container .wrap{flex-direction:column;gap:40}.offer-single .my-container .wrap .left,.offer-single .my-container .wrap .right{width:100%}}.offer-single .my-container .btn-title{padding-top:40px;text-align:center}.offer-single .my-container .btn-box{padding-top:20px;display:flex;flex-direction:row;flex-wrap:nowrap;gap:40px}@media screen and (max-width:991px){.offer-single .my-container .btn-box{flex-direction:column}}.offer-single .my-container .btn-box .btn-wrapper{text-align:center;height:60px;width:30%}@media screen and (max-width:991px){.offer-single .my-container .btn-box .btn-wrapper{width:90%}}.offer-single .my-container .btn-box .btn-wrapper a{border-radius:5px;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.offer-single .my-container .btn-box .offer-single--link2{border-radius:5px}