    /*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
    /*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
    /* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
    
    body {
        font-family: 'Roboto', sans-serif;
        color: white;
        background-color: white;
        font-size: 12px;
    }
    
    a {
        color: inherit;
    }
    /*{border: 1px solid black;}*/
    .dynamicImgHeight{
        height: 15vw;
    }
    .myfooter {
        background-color: #dcdcdc;
    }
    
    .nav-link {
        line-height: 15px;
    }
    
    .navx {
        background-color: #4a1326;
    }
    
    .col-centered {
        margin: 0 auto;
        float: none;
    }
    
    #minInput,
    #maxInput {
        width: 280px;
    }
    
    #inputmeret1,
    #inputmeret2 {
        width: 280px;
    }
    
    #locationInput {
        width: 280px;
    }
    
    #currPick {
        width: 280px;
    }
    
    .pink {
        background-color: #f3cfd5;
    }
    
    .grey {
        background-color: #eef3f8;
    }
    
    .purple {
        background-color: #6c2539;
    }
    
    .bold {
        font-weight: bold;
    }
    
    .blacktext {
        color: black;
    }
    
    .slick-slider {
        margin-left: 10px;
    }
    
    .margin-top-15 {
        margin-top: 8px;
    }
    
    .newline {
        white-space: pre;
    }
    
    .cardline {
        font-size: 18px;
    }
    
    .border-bottom2 {
        border-bottom: 2px solid black;
    }
    
    .myborder {
        border: 2px solid black;
    }
    
    .myborder-right {
        border-right: 2px solid black;
    }
    
    .myborder-left {
        border-left: 2px solid black;
    }
    
    .myborder-top {
        border-top: 2px solid black;
    }
    
    .slick-prev,
    .slick-next {
        background: red;
    }
    
    .slick-slide {
        margin: 0 4px !important;
    }
    
    .slick-prev:before,
    .slick-next:before {
        color: #f48228!important;
    }
    
    .greyfont {
        color: grey;
    }
    
    .font14 {
        font-size: 14px;
    }
    
    .mycardpad {
        margin-left: 10px;
    }
    
    .card-price {
        padding-left: 9px;
    }
    
    .card-icon {
        float: right;
        border-bottom: 2px solid black;
        border-left: 2px solid black;
        height: 30;
    }
    
    .mycard {
        color: black;
        overflow: hidden;
    }
    
    .myjumbo {
        font-weight: bold;
        background-color: #81344d;
        color: white;
    }
    
    .jumbimg {
        background-image: url("../images/storage.jpg");
        background-size: cover;
        height: 428px;
    }
    
    .feladbtn {
        box-shadow: 0px 10px 14px -7px #3e7327;
        background: linear-gradient(to bottom, #f9d535 5%, #f9d535 100%);
        background-color: #ffc107;
        border-radius: 4px;
        border: 1px solid #ffc107;
        display: inline-block;
        cursor: pointer;
        color: black;
        font-size: 13px;
        font-weight: bold;
        padding: 6px 12px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #5b8a3c;
    }
    
    .feladbtn:hover {
        opacity: 80%;
    }
    
    .feladbtn:active {
        position: relative;
        top: 1px;
    }
    
    .pricerow {
        width: 40%;
    }
    
    .yellowText {
        color: #ffc107;
    }
    
    .checkbox-lg {
        margin-top: 5px;
        margin-left: 10px;
        margin-right: 10px;
        cursor: pointer;
        height: 25px;
        width: 25px;
        background-color: #eee;
    }
    
    .checkbox-label {
        font-size: medium;
    }
    
    .checkbox-label.correction {
        position: relative;
        top: -3px;
    }
    /*
MAP CSS
*/
    
    .leaflet-marker-icon {
        transition: transform 1s linear;
    }
    
    .leaflet-marker-icon,
    .leaflet-marker-shadow {
        -webkit-animation: fadein 2s;
        /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 2s;
        /* Firefox < 16 */
        -ms-animation: fadein 2s;
        /* Internet Explorer */
        -o-animation: fadein 2s;
        /* Opera < 12.1 */
        animation: fadein 2s;
    }
    
    @keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    /* Firefox < 16 */
    
    @-moz-keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    /* Safari, Chrome and Opera > 12.1 */
    
    @-webkit-keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    /* Internet Explorer */
    
    @-ms-keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    /* Opera < 12.1 */
    
    @-o-keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    
    #map {
        width: 100%;
        height: 500px;
        border-radius: 5px;
    }
    
    .map-filter {
        background-color: #81344d;
        border-radius: 5px;
        color: white;
    }
    
    .align-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .noround {
        border-radius: 0px !important;
    }
    
    .normal-grey {
        font-weight: normal;
        color: #3b3b3b;
    }
    
    .badge {
        border-radius: 5px;
        font-size: 12px;
        background: #18b200;
        color: white;
        float: left;
        padding: 7px;
    }
    
    .badge-color {
        background: #18b200;
        color: white;
    }
    
    .badge span {
        vertical-align: middle;
    }
    
    .bggrey {
        background: #e8e8e8;
    }
    .leaflet-popup-content{
        background-color: rgb(70,40,60);
        color: white;
    }
    .leaflet-popup-content-wrapper{
    background-color: rgb(70,40,60);
    border: 2px dotted orange;
    }
    /*
END MAP CSS
*/
    
    .margin-bottom-10 {
        margin-bottom: 10px;
    }
    
    .slider-wrapper {
        position: relative;
    }
    
    .next,
    .prev {
        position: absolute;
        top: 0;
        cursor: pointer;
        height: 100%;
        width: 40px;
    }
    
    .next:hover,
    .prev:hover {
        background: #FFFFFFAA;
    }
    
    .arrow {
        border: solid #682239;
        border-width: 0 5px 5px 0;
        display: inline-block;
        padding: 5px;
        position: relative;
        top: 50%;
    }
    
    .left {
        left: 12px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }
    
    .right {
        right: -15px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    
    .next {
        right: 0px;
    }
    
    .prev {
        left: 0px;
    }
    /* Small devices (landscape phones, 576px and up) */
    
    @media (min-width: 576px) {
        body {
            color: white;
            background-color: white;
            font-size: 12px;
        }
        a {
            color: inherit;
        }
        /*{border: 1px solid black;}*/
        .myfooter {
            background-color: #dcdcdc;
        }
        .nav-link {
            line-height: 15px;
        }
        .navx {
            background-color: #4a1326;
        }
        .col-centered {
            margin: 0 auto;
            float: none;
        }
        #minInput,
        #maxInput {
            width: 80px;
        }
        #inputmeret1,
        #inputmeret2 {
            width: 80px;
        }
        #locationInput {
            width: 370px;
        }
        .pink {
            background-color: #f3cfd5;
        }
        .grey {
            background-color: #eef3f8;
        }
        .purple {
            background-color: #6c2539;
        }
        .bold {
            font-weight: bold;
        }
        .blacktext {
            color: black;
        }
        .slick-slider {
            margin-left: 10px;
        }
        .margin-top-15 {
            margin-top: 8px;
        }
        .newline {
            white-space: pre;
        }
        .cardline {
            font-size: 18px;
        }
        .border-bottom2 {
            border-bottom: 2px solid black;
        }
        .myborder {
            border: 2px solid black;
        }
        .myborder-left {
            border-left: 2px solid black;
        }
        .myborder-top {
            border-top: 2px solid black;
        }
        .slick-prev,
        .slick-next {
            background: red;
        }
        .slick-slide {
            margin: 0 4px;
        }
        .slick-prev:before,
        .slick-next:before {
            color: #f48228!important;
        }
        .greyfont {
            color: grey;
        }
        .grey .font14 {
            font-size: 14px;
        }
        .mycardpad {
            margin-left: 10px;
        }
        .card-price {
            padding-left: 9px;
        }
    }
    
    .card-icon {
        float: right;
        border-bottom: 2px solid black;
        border-left: 2px solid black;
        height: 30;
    }
    
    .mycard {
        color: black;
        overflow: hidden;
    }
    
    .myjumbo {
        font-weight: bold;
        background-color: #81344d;
        color: white;
    }
    
    .jumbimg {
        background-image: url("storage.jpg");
        background-size: cover;
        height: 428px;
    }
    
    .feladbtn {
        box-shadow: 0px 10px 14px -7px #3e7327;
        background: linear-gradient(to bottom, #f9d535 5%, #f9d535 100%);
        background-color: #ffc107;
        border-radius: 4px;
        border: 1px solid #ffc107;
        display: inline-block;
        cursor: pointer;
        color: black;
        font-size: 13px;
        font-weight: bold;
        padding: 6px 12px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #5b8a3c;
    }
    
    .feladbtn:hover {
        opacity: 80%;
    }
    
    .feladbtn:active {
        position: relative;
        top: 1px;
    }
    
    .yellowText {
        color: #ffc107;
    }
    
    li {
        font-size: 14px;
        padding-left: 20px;
        padding-top: 10px;
        border: none;
    }
    
    li.nav-item {
        padding-left: 0px;
        padding-right: 5px;
    }
    /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
    
    @media (min-width: 768px) {
        .noleftborder {
            border-left: 0px !important;
        }
    }
    /* Large devices (desktops, 992px and up) */
    
    @media (min-width: 992px) {
        body {
            color: white !important;
            background-color: white;
            font-size: 12px;
        }
        /* a { color: inherit; } */
        /*{border: 1px solid black;}*/
        #map {
            position: relative;
            height: 500px;
            width: 100%;
        }
        nav.a {
            color: white;
            text-decoration: none;
            width: 95px;
        }
        nav.a:hover {
            color: white;
            text-decoration: none;
            cursor: pointer;
        }
        .bg-light {
            background-color: white;
        }
        .myfooter {
            background-color: #dcdcdc;
        }
        ul {
            line-height: 25px;
        }
        .nav-link {
            line-height: 15px;
        }
        .navx {
            background-color: white;
            height: 50px;
        }
        li {
            font-size: 14px;
            padding-left: 20px;
            padding-top: 10px;
            border: none;
        }
        li.nav-item {
            padding-left: 0px;
            padding-right: 5px;
        }
        /*	li:hover {
			background-color:#ffc107;
			transition: 1s;
			*/
        /*border:none;*/
    }
    
    link:active {
        border: none;
    }
    /*	#nav-item:hover{
			background-color:#ffc107;
			border:none;
		}
		#nav-link:hover{
			background-color:#ffc107;
			border:none;
			
		}*/
    
    a {
        border: none;
    }
    
    #nav-tabs {
        border: none;
    }
    
    #nav-link:hover {
        /*border:none !important;*/
    }
    
    #nav-tabs:hover {
        border: none !important;
        /*background-color:#ffc107;*/
    }
    
    #nav-tabs,
    #nav-link:hover {
        border-color: transparent !important;
    }
    
    [type="radio"]:checked,
    [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }
    
    [type="radio"]:checked+label,
    [type="radio"]:not(:checked)+label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 30px;
        display: inline-block;
    }
    
    [type="radio"]:checked+label:before,
    [type="radio"]:not(:checked)+label:before {
        margin-top: 6px;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #ddd;
        border-radius: 2px;
        background: #fff;
    }
    
    [type="radio"]:checked+label:after,
    [type="radio"]:not(:checked)+label:after {
        content: '';
        width: 12px;
        height: 12px;
        background: #ffc107;
        position: absolute;
        top: 9px;
        left: 3px;
        border-radius: 2px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    
    [type="radio"]:not(:checked)+label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    [type="radio"]:checked+label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    .col-centered {
        margin: 0 auto;
        float: none;
    }
    
    #minInput,
    #maxInput {
        width: 120px;
        padding-right: px;
    }
    
    #inputmeret1,
    #inputmeret2 {
        width: 155px;
    }
    
    #locationInput {
        width: 360px;
    }
    
    #currPick {
        width: 80px;
    }
    
    #outer {
        width: 100%;
        text-align: center;
    }
    
    .inner {
        display: inline-block;
    }
    
    .pink {
        background-color: #f3cfd5;
    }
    
    .grey {
        background-color: #eef3f8;
    }
    
    .greybg {
        background-color: #f9f9f9;
    }
    
    .darkgreybg {
        background-color: #a6a6a6;
        color: white;
        padding: 8px;
        position: relative;
        left: -30px;
        width: calc(100% + 60px);
    }
    
    .navcolor {
        background-color: #682239;
    }
    
    .bold {
        font-weight: bold;
    }
    
    .blacktext {
        color: black;
    }
    
    .filterBtn {
        padding-right: 30px;
        color: white;
        border: none;
        display: inline-block;
    }
    
    .filterBtn:hover {
        color: #f9d435;
        border: none;
    }
    
    .filterBtn:focus {
        box-shadow: none;
    }
    
    .lineheight-25 {
        line-height: 25px;
    }
    
    .slick-slider {
        margin-left: 10px;
    }
    
    .margin-bottom-30 {
        margin-bottom: 30px;
    }
    
    .margin-bottom-10 {
        margin-bottom: 10px;
    }
    
    .margin-right-30 {
        margin-right: 30px;
    }
    
    .margin-left-30 {
        margin-left: 30px;
    }
    
    .margin-top-15 {
        margin-top: 8px;
    }
    
    .margin-top-30 {
        margin-top: 30px;
    }
    
    .newline {
        white-space: pre;
    }
    
    .cardline {
        font-size: 18px;
    }
    
    .border-bottom2 {
        border-bottom: 2px solid black;
    }
    
    .myborder {
        border: 2px solid black;
    }
    
    .myborder-right {
        border-right: 2px solid black;
    }
    
    .myborder-left {
        border-left: 2px solid black;
    }
    
    .myborder-top {
        border-top: 2px solid black;
    }
    
    .slick-prev,
    .slick-next {
        background: red;
    }
    
    .slick-slide {
        margin: 0 4px;
    }
    
    .slick-prev:before,
    .slick-next:before {
        color: #f48228!important;
    }
    
    .greyfont {
        color: grey;
    }
    
    .font12 {
        font-size: 12px !important;
    }
    
    .font14 {
        font-size: 14px;
    }
    
    .font16 {
        font-size: 16px;
    }
    
    .font18 {
        font-size: 18px;
    }
    
    .font22 {
        font-size: 22px;
    }
    
    .font24 {
        font-size: 24px;
    }
    
    .font26 {
        font-size: 26px;
    }
    
    .mycardpad {
        margin-left: 10px;
    }
    
    .card-price {
        padding-left: 9px;
    }
    
    .card-icon {
        float: right;
        border-bottom: 2px solid black;
        border-left: 2px solid black;
        height: 30;
    }
    
    .mycard {
        color: black;
        overflow: hidden;
    }
    
    .myjumbo {
        font-weight: bold;
        background-color: #81344d;
        color: white;
        height: 400px;
    }
    
    .jumbimg {
        background-image: url("imagesjpg");
        background-size: cover;
        height: 400px;
    }
    
    .priceBtn {
        padding: 8px;
        margin-top: 15px;
        margin-bottom: 15px;
        /*margin-left: 30px;*/
        color: white;
        background-color: #a6a6a6;
        font-size: 16px;
        width: 100%;
        border: none;
    }
    
    .offerBtn {
        padding: 8px;
        margin-top: 15px;
        margin-bottom: 15px;
        /*margin-right: 30px;*/
        color: white;
        background-color: #682239;
        width: 100%;
        font-size: 16px;
        border: none;
        float: left;
    }
    
    .feladbtn {
        box-shadow: 0px 10px 14px -7px #3e7327;
        background: linear-gradient(to bottom, #f9d535 5%, #f9d535 100%);
        background-color: #ffc107;
        border-radius: 4px;
        border: 1px solid #ffc107;
        display: inline-block;
        cursor: pointer;
        color: black;
        font-size: 13px;
        font-weight: bold;
        padding: 6px 12px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #5b8a3c;
    }
    
    .firstdatarow {
        border-top: 1px solid grey;
        border-bottom: 1px solid grey;
    }
    
    .datarow {
        border-bottom: 1px solid grey;
    }
    
    .newdatarow {
        border-top: 1px solid grey;
    }
    
    .jellemUl {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    
    .jellemUl li {
        padding-right: 0px;
    }
    
    .fa-check {
        color: #18b200;
    }
    
    .fa-times {
        color: #bababa;
    }
    
    .feladbtn:hover {
        opacity: 80%;
    }
    
    .feladbtn:active {
        position: relative;
        top: 1px;
    }
    
    .yellowText {
        color: #ffc107;
    }
    
    .seoBtn {
        font: bold 11px Arial;
        text-decoration: none;
        background-color: #EEEEEE;
        color: #333333;
        padding: 2px 6px 2px 6px;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #333333;
        border-bottom: 1px solid #333333;
        border-left: 1px solid #CCCCCC;
        opacity: 5%;
    }
    
    .dropdowntab {
        background-color: #81344d;
    }
    
    a.talalat-link {
        text-decoration: none;
        border-radius: 10px;
        box-shadow: 0px 0px 0px 0px transparent;
        transform: scale(0.96);
        transition: 0.2s ease-in-out;
    }
    
    a.talalat-link:hover {
        box-shadow: 0px 0px 5px 2px #f8941d;
        transform: scale(0.98);
        transition: 0.2s ease-in-out;
    }
    /* Extra large devices (large desktops, 1200px and up) */
    
    @media (min-width: 1200px) {
        body {
            color: white;
            background-color: white;
            font-size: 12px;
        }
        a {
            color: inherit;
        }
        /*{border: 1px solid black;}*/
        .myfooter {
            background-color: #dcdcdc;
        }
        .nav-link {
            line-height: 15px;
        }
        .navx {
            background-color: #4a1326;
        }
        .col-centered {
            margin: 0 auto;
            float: none;
        }
        #minInput,
        #maxInput {
            width: 100px;
        }
        #inputmeret1,
        #inputmeret2 {
            width: 160px;
        }
        #locationInput {
            width: 370px;
        }
        #currPick {
            width: 80px;
        }
        .pink {
            background-color: #f3cfd5;
        }
        .grey {
            background-color: #eef3f8;
        }
        .purple {
            background-color: #6c2539;
        }
        .bold {
            font-weight: bold;
        }
        .blacktext {
            color: black;
        }
        .slick-slider {
            margin-left: 10px;
        }
        .margin-top-15 {
            margin-top: 8px;
        }
        .margin-bottom-30 {
            margin-bottom: 30px;
        }
        .newline {
            white-space: pre;
        }
        .cardline {
            font-size: 18px;
        }
        .border-bottom2 {
            border-bottom: 2px solid black;
        }
        .myborder {
            border: 2px solid black;
        }
        .myborder-left {
            border-left: 2px solid black;
        }
        .myborder-top {
            border-top: 2px solid black;
        }
        .slick-prev,
        .slick-next {
            background: red;
        }
        .slick-slide {
            margin: 0 4px;
        }
        .slick-prev:before,
        .slick-next:before {
            color: #f48228!important;
        }
        .greyfont {
            color: grey;
        }
        .font14 {
            font-size: 14px;
        }
        .mycardpad {
            margin-left: 10px;
        }
        .card-price {
            padding-left: 9px;
        }
        .card-icon {
            float: right;
            border-bottom: 2px solid black;
            border-left: 2px solid black;
            height: 30;
        }
        .mycard {
            color: black;
            overflow: hidden;
        }
        .myjumbo {
            font-weight: bold;
            background-color: #81344d;
            color: white;
        }
        .jumbimg {
            background-image: url("storage.jpg");
            background-size: cover;
            height: 428px;
        }
        .feladbtn {
            box-shadow: 0px 10px 14px -7px #3e7327;
            background: linear-gradient(to bottom, #f9d535 5%, #f9d535 100%);
            background-color: #ffc107;
            border-radius: 4px;
            border: 1px solid #ffc107;
            display: inline-block;
            cursor: pointer;
            color: black;
            font-size: 13px;
            font-weight: bold;
            padding: 6px 12px;
            text-decoration: none;
            text-shadow: 0px 1px 0px #5b8a3c;
        }
        .feladbtn:hover {
            opacity: 80%;
        }
        .feladbtn:active {
            position: relative;
            top: 1px;
        }
        .yellowText {
            color: #ffc107;
        }
        .seoBtn {
            font: bold 11px Arial;
            text-decoration: none;
            background-color: #EEEEEE;
            color: #333333;
            padding: 2px 6px 2px 6px;
            border-top: 1px solid #CCCCCC;
            border-right: 1px solid #333333;
            border-bottom: 1px solid #333333;
            border-left: 1px solid #CCCCCC;
        }
    }
    /*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
    /* Set w
idth to make card deck cards 100% width */
    
    @media (max-width: 992px) {
        .map-filter {
            background-color: #81344d;
            border-radius: 5px;
            color: white;
            margin-top: 15px;
        }
        .priceBtn {
            margin: 15px;
            float: none;
        }
        .offerBtn {
            margin: 15px;
            float: none;
        }
        .myborder-right {
            border-right: 0px solid black;
        }
    }
    
    @media only screen and (max-width: 600px) {
        .xs-center {
            text-align: center;
			font-size: 14px;
        }
        #map {
            left: -30px;
            width: calc(100% + 60px)
        }
        .xs-nomargin {
            margin-left: 0px !important;
            margin-right: 0px !important;
        }
        .xs-margin-bottom-10 {
            margin-bottom: 10px;
        }
        .margin-30-15 {
            margin-top: 15px;
        }
    }
    
    @media only screen and (min-width: 600px) {
        .contactalign {
            position: relative;
            top: -8px;
        }
        .margin-30-15 {
            margin-top: 30px;
        }
    }
    
    @media (max-width: 600px) {
        .pricerow {
            width: 45%;
        }
        .filterBtn {
            padding-left: 3px;
            padding-right: 3px;
            font-size: 13px;
        }
        .text-secondary {
            font-size: 14px !important;
        }
        .text-secondary span.nav-number {
            font-size: 18px !important;
            top: 0px !important;
        }
        .priceBtn {}
        .container-fluid.navcolor {
            padding-left: 0px;
            padding-right: 0px;
        }
        #headingOne img {
            width: 20px;
        }
        #headingTwo img {
            width: 20px;
        }
        #headingThree img {
            width: 20px;
        }
        .talalat-title {
            font-size: 20px;
            text-align: center;
        }
        .talalat-subtitle {
            font-size: 13px;
            text-align: center;
        }
        .talalat-kapcsolat {
            text-align: center;
        }
        .talalat-kapcsolat-img {
            margin-bottom: 15px !important;
        }
        .talalat-kapcsolat-margin {
            margin-top: 10px !important;
        }
    }
    
    @media (max-width: 340px) {
        .filterBtn {
            font-size: 11px;
        }
        .checkbox-lg {
            margin: 3px;
            height: 15px;
            width: 15px;
        }
        .checkbox-label {
            font-size: small;
        }
        .pricerow {
            width: 80%;
        }
        .offerBtn {
            margin-top: 45px;
        }
    }