/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abacronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.footer__block {
    min-width: 30%;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* styles */
html,
body {
    min-height: 100%;
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
}

#main {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.wrapper {
    width: 1144px;
    margin: 0 auto;
    position: relative;
}

p,
li {
    line-height: 150%;
}

input,
button {
    font-family: 'Proxima Nova Rg';
}

h2{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 45px 0;
    text-shadow: 0 2px rgba(26, 31, 113, 0.39);
    position: relative;
    color: #fff;
    text-align: center;
    margin-top: 3rem;
}

#formCaller {
    display: none;
    opacity: 0;
}

.heading__box {
    background: url(../images/heading-bg.jpg) no-repeat 50% 0;
    background-size: cover;
    padding: 0 0 105px 0;
}

header {
    color: #fff;
    padding: 33px 0 50px 0;
}

header a {
    color: #fff;
    text-decoration: none;
    display: flex;
}

.header__logo img {
    width: 238px;
    height: auto;
}

.header__phone span {
    display: block;
    font-size: 1.5rem;
    padding: 0 0 5px 0;
    min-width: 205px;
}

a.callback {
    display: inline-block;
    line-height: 150%;
    color: #f7b700;
    border-bottom: 2px solid #f7b700;
}

.heading__block {
    text-align: center;
    color: #fff;
}

h1 {
    text-transform: uppercase;
    font-size: 70px;
    padding: 0 0 30px 0;
    font-family: 'Proxima Nova Th';
    font-weight: 800;
    line-height: 110%;
    text-shadow: 0 2px rgba(26, 31, 113, 0.39)
}

.heading__block p {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 45px 0;
    text-shadow: 0 2px rgba(26, 31, 113, 0.39);
    position: relative;
}

.heading__block p:before {
    content: "";
    position: absolute;
    top: 13px;
    transform: rotate(46deg);
    left: -59px;
    background: url(../images/head-line.png) no-repeat 50% 50%;
    width: 114px;
    height: 172px;
    background-size: 100px auto;
}

.check {
    display: block;
    line-height: 130%;
    font-size: 12px;
    color: #fff;
    padding: 23px 0 0 0;
}

.check a {
    color: #f7b700;
}

.thanks__box {
    padding: 40px 0;
}

.thanks__info {
    width: 50%;
}

.thanks__image {
    width: 50%;
    text-align: center;
}

.thanks__title {
    display: block;
    font-size: 40px;
    position: relative;
    font-weight: bold;
    color: #1a1f71;
    text-transform: uppercase;
    padding: 0 0 25px 45px;
}

.thanks__title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/thanks-icon.png) no-repeat;
    width: 35px;
    height: 35px;
}

.h1__title {
    display: block;
    line-height: 130%;
    font-size: 24px;
    padding: 0 0 35px 0;
}

.thanks__bottom {
    display: block;
    font-size: 28px;
    color: #14196d;
    font-weight: bold;
}

.thanks header,
.thanks footer {
    background: #2b2965;
    color: #fff;
}

.thanks header a,
.thanks footer a {
    color: #fff;
}

.thanks__box {
    padding: 65px 0;
}

.form__container {
    min-height: 404px;
    box-sizing: border-box;
    font-size: 18px;
    padding: 35px 55px;
    color: #fff;
    background: #1a1f71d6;
    border-radius: 1rem;
    /* width: 717px; */
    margin: 0 auto;
    backdrop-filter: blur(5px);
}

.form-title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    font-weight: bold;
    color: #f7b700;
    text-align: center;
    padding: 0 0 10px 0;
}

.form-step {
    display: block;
    text-align: center;
    padding: 0 0 25px 0;
}

.form-head {
    display: block;
    font-weight: bold;
    padding: 0 0 20px 0;
    font-size: 17px;
}

.form__container input[type="radio"]+label {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.more-btn {
    display: block;
    padding: 22px;
    margin: 15px 0 0 0;
    font-family: 'Proxima Nova Th';
    font-weight: 800;
    transition: 0.7s;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    background: #f7b700;
}

.more-btn:hover,
.step__form-block button:hover,
.step__form-block .whatsapp:hover {
    background: #eab41a;
    box-shadow: 0 0 50px rgba(234, 180, 26, 0.5);
}

.more-btn span {
    display: inline-block;
    padding: 0 70px 0 0;
    background: url(../images/more-icon.png) no-repeat 100% 50%;
}

.step__form-block {
    width: 400px;
    margin: 0 auto;
}

.step__form-title {
    display: block;
    width: 107px;
    font-size: 14px;
    color: #929fb1;
}

.step__form-block input[type="text"],
.step__form-block input[type="tel"] {
    display: block;
    flex: 1;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding: 0 18px;
    border-radius: 5px;
    border: 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #1a1f6f;
}

.step__form-block .flex {
    padding: 0 0 15px 0;
}

.step__form-block button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: 0.7s;
    margin: 10px 0 0 0;
    padding: 22px;
    font-family: 'Proxima Nova Th';
    font-weight: 800;
    font-size: 18px;
    background: #f7b700;
    color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
}

.step__form-social {
    text-align: center;
    padding: 0 0 15px 0;
}

.step__form-social p {
    padding: 0 0 10px 0;
}

.step__form-social input[type="radio"]+label {
    position: relative;
    background: #f7b700;
    transition: 0.3s;
    border-radius: 3px;
    margin: 0 2px 15px 2px;
    cursor: pointer;
    width: auto;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    line-height: 130%;
    padding: 10px 15px;
    box-sizing: border-box;
}

.step__form-social input[type="radio"]+label:before {
    display: none;
}

.step__form-social input[type="radio"]+label:after {
    display: none;
}

.step__form-social input[type="radio"]:checked+label {
    box-shadow: 0 0 30px #f7b700;
    color: #1a1f71;
}

.step__form-social i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}



.modal__box {
    display: none;
    width: 400px;
    text-align: center;
    font-size: 16px;
    position: relative;
    border-radius: 5px;
}

.modal__box input[type="text"] {
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    height: 65px;
    border: 0;
    border-bottom: 1px solid #b7c3d6;
    box-sizing: border-box;
    font-size: 18px;
    color: #000;
}

.modal__box input[type="text"]::-webkit-input-placeholder {
    color: #000;
}

.modal__box .h3__title {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding: 0 0 25px 0;
}

.modal__box form button {
    display: block;
    margin-top: 25px;
    width: 100%;
    height: 70px;
    font-size: 18px;
    font-family: 'Proxima Nova Th';
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    background: #f7b700;
    border: 0;
    border-radius: 5px;
}

.modal__box p,
.modal__box span {
    padding: 0 0 15px 0;
    display: block;
    line-height: 130%;
}

.modal__box p {
    padding: 0;
    text-align: justify;
}

.heading__title,
.time__block {
    display: block;
    line-height: 130%;
    font-size: 20px;
    padding: 0 0 15px 0;
}

.back__btn a {
    color: #fff;
}

.modal__box input[type="checkbox"]+label:before {
    border: 1px solid #000;
}

.modal__box input[type="checkbox"]:checked+label:after {
    background: #000;
}

#police.modal__box {
    width: 650px;
}

#police.modal__box p {
    padding: 0 0 10px 0;
    font-weight: bold;
}

#police.modal__box ul {
    padding: 0 0 5px 0;
}

#police.modal__box li {
    padding: 0 0 5px 25px;
    text-align: justify;
}


/* footer */
footer {
    padding: 40px 0;
}

footer a {
    color: #000;
    text-decoration: none;
}

a.police,
footer a.callback {
    color: #14217e;
    display: inline-block;
    line-height: 150%;
    border-bottom: 2px solid #14217e;
}

.copyright {
    display: block;
    padding: 0 0 3px 0;
}

*:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.space-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-item {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.row {
    margin: 0 -25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-md-1 {
    padding: 0 25px;
    box-sizing: border-box;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-md-2 {
    padding: 0 25px;
    box-sizing: border-box;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-3 {
    padding: 0 25px;
    box-sizing: border-box;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

.col-md-4 {
    padding: 0 25px;
    box-sizing: border-box;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]+label {
    position: relative;
    margin: 20px 0 0 0;
    text-align: left;
    font-size: 12px;
    display: inline-block;
    line-height: 130%;
    padding: 0 0 0 30px;
}

input[type="checkbox"]+label a {
    color: #f7b700;
}

input[type="checkbox"]+label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 100%;
}

input[type="checkbox"]:checked+label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
}

input[type="radio"] {
    position: absolute;
    left: -9999px;
}

input[type="radio"]+label {
    position: relative;
    margin: 0 0 15px 0;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    display: block;
    line-height: 130%;
    padding: 1px 0 0 38px;
    box-sizing: border-box;
}

input[type="radio"]+label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 100%;
}

input[type="radio"]+label:after {
    content: "";
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background: #f7b700;
}

input[type="radio"]:checked+label:after {
    opacity: 1;
}

.br-block {
    display: none;
}

.preload__box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
}

.preload__box .flex {
    width: 100%;
    height: 100%;
}

#floatingCirclesG {
    position: relative;
    width: 112px;
    height: 112px;
    margin: auto;
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
}

.f_circleG {
    position: absolute;
    background-color: rgb(255, 255, 255);
    height: 20px;
    width: 20px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    animation-name: f_fadeG;
    -o-animation-name: f_fadeG;
    -ms-animation-name: f_fadeG;
    -webkit-animation-name: f_fadeG;
    -moz-animation-name: f_fadeG;
    animation-duration: 0.992s;
    -o-animation-duration: 0.992s;
    -ms-animation-duration: 0.992s;
    -webkit-animation-duration: 0.992s;
    -moz-animation-duration: 0.992s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#frotateG_01 {
    left: 0;
    top: 45px;
    animation-delay: 0.3695s;
    -o-animation-delay: 0.3695s;
    -ms-animation-delay: 0.3695s;
    -webkit-animation-delay: 0.3695s;
    -moz-animation-delay: 0.3695s;
}

#frotateG_02 {
    left: 13px;
    top: 13px;
    animation-delay: 0.496s;
    -o-animation-delay: 0.496s;
    -ms-animation-delay: 0.496s;
    -webkit-animation-delay: 0.496s;
    -moz-animation-delay: 0.496s;
}

#frotateG_03 {
    left: 45px;
    top: 0;
    animation-delay: 0.6125s;
    -o-animation-delay: 0.6125s;
    -ms-animation-delay: 0.6125s;
    -webkit-animation-delay: 0.6125s;
    -moz-animation-delay: 0.6125s;
}

#frotateG_04 {
    right: 13px;
    top: 13px;
    animation-delay: 0.739s;
    -o-animation-delay: 0.739s;
    -ms-animation-delay: 0.739s;
    -webkit-animation-delay: 0.739s;
    -moz-animation-delay: 0.739s;
}

#frotateG_05 {
    right: 0;
    top: 45px;
    animation-delay: 0.8655s;
    -o-animation-delay: 0.8655s;
    -ms-animation-delay: 0.8655s;
    -webkit-animation-delay: 0.8655s;
    -moz-animation-delay: 0.8655s;
}

#frotateG_06 {
    right: 13px;
    bottom: 13px;
    animation-delay: 0.992s;
    -o-animation-delay: 0.992s;
    -ms-animation-delay: 0.992s;
    -webkit-animation-delay: 0.992s;
    -moz-animation-delay: 0.992s;
}

#frotateG_07 {
    left: 45px;
    bottom: 0;
    animation-delay: 1.1085s;
    -o-animation-delay: 1.1085s;
    -ms-animation-delay: 1.1085s;
    -webkit-animation-delay: 1.1085s;
    -moz-animation-delay: 1.1085s;
}

#frotateG_08 {
    left: 13px;
    bottom: 13px;
    animation-delay: 1.235s;
    -o-animation-delay: 1.235s;
    -ms-animation-delay: 1.235s;
    -webkit-animation-delay: 1.235s;
    -moz-animation-delay: 1.235s;
}



@keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgba(255, 255, 255, 0.99);
    }
}

@-o-keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgba(255, 255, 255, 0.99);
    }
}

@-ms-keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgba(255, 255, 255, 0.99);
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgba(255, 255, 255, 0.99);
    }
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgba(255, 255, 255, 0.99);
    }
}

.thanks h1 {
    font-size: 50px;
}

@media (max-height: 650px) {
    .thanks .heading__block {
        height: auto;
        margin: 0;
        padding: 0px 0 55px 0;
    }

    .thanks .heading__box,
    .thanks .heading__box .wrapper {
        height: auto;
    }
}

@media (max-width: 1260px) {
    .wrapper {
        width: 990px;
    }

    h1 {
        font-size: 50px;
    }
}

@media (max-width: 1040px) {
    .wrapper {
        width: 778px;
    }

    h1 {
        font-size: 50px;
    }

    .heading__block p:before {
        left: -30px;
    }
}

@media (max-width: 800px) {
    .wrapper {
        width: auto;
        padding: 0 15px;
    }

    body {
        font-size: 16px;
    }

    img {
        max-width: 100%;
        max-height: 100%;
    }

    .header__desc,
    .section3-image,
    .section1-image,
    .section2-circle {
        display: none;
    }

    .heading__block p:before {
        background-size: 60px auto;
        top: 0px;
    }

    .heading__block p {
        font-size: 16px;
    }

    .flex {
        display: block;
    }

    header.flex {
        padding: 20px 0;
        display: flex;
    }

    .thanks header .flex {
        display: flex;
    }

    .thanks header {
        padding: 20px 0;
    }

    .header__phone {
        text-align: left;
    }

    .header__logo {
        margin: 0;
        width: 50%;
    }

    .header__logo img {
        width: 120px;
    }

    .header__phone span {
        font-size: 18px;
        min-width: auto;
    }

    h1,
    .thanks h1 {
        font-size: 25px;
        padding: 20px 0;
    }

    .form-title {
        font-size: 18px;
    }

    .form__container {
        width: auto;
        padding: 45px 35px;
        min-height: inherit;
    }

    .step__form-title {
        display: block;
        padding: 0 0 8px 0;
        width: auto;
    }

    .step__form-block {
        width: auto;
    }

    #police.modal__box {
        width: auto;
    }

    .jq-selectbox {
        margin: 0 0 25px 0 !important;
    }

    .footer__block {
        width: auto;
        padding: 7px;
        text-align: center;
    }

    footer .header__phone {
        text-align: center;
    }

    .heading__box {
        padding: 0 0 50px 0;
    }

    .thanks__info,
    .thanks__image {
        width: auto;
    }

    .more-btn span {
        background: none;
        padding: 0;
    }
}

@media (max-width: 550px) {
    .row {
        display: block;
        margin: 0;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4 {
        display: block;
        padding: 0;
        max-width: 100%;
    }

    .modal__box {
        width: auto;
        padding: 20px !important;
        margin: 20px !important;
    }
}

@media (max-width: 450px) {
    .heading__block p:before {
        background-size: 40px auto;
        top: 20px;
        left: -20px;
    }
}

img.logo-img {
    width: auto;
    /* padding-left: 40px; */
    height: 58px;
}

span.logo-descr {
    padding-top: 5px;
    padding-left: 14px;
    white-space: pre-line;
    font-size: 21px;
    font-weight: 300;
    color: white;
}

.step__form-block .whatsapp {
    display: block;
    width: 100%;
    box-sizing: border-box;
    /* transition: 0.7s; */
    margin: 10px 0 0 0;
    padding: 22px;
    font-family: 'Proxima Nova Th';
    font-weight: 800;
    font-size: 18px;
    background: #f7b700;
    color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}
/*
.linear {
    position: relative;
    overflow: hidden;
    transition: 1s ease-in-out !important;
}

.linear:after {
    content: "";
    margin-left: 60px;
    width: 20px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: .02s;
    animation-delay: .02s;
    position: absolute;
    left: -90px;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0;
}*/

.properties{
    /* padding-top: 1rem; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    background: rgba(0, 13, 64, 0.88);
    backdrop-filter: blur(5px);
    border-radius: 1rem;
    padding: 2rem;
    padding: 35px 55px;
}
.property{
    display: flex;
    /* margin: 1rem; */
    align-items: center;
    width: calc((100% - 4rem) / 3);
    color: #fff;
    padding: 1rem 0;
}
.property .image{
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 0px solid;
    background-size: cover;
}

.property .description{
    display: flex;
    flex-direction: column;
    align-self: center;
    margin-left: 1rem;
}
.property p{
    font-size: 14px;
}

.property h3{
    font-size: 1rem;
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #f7b700;
    display: flex;
    align-items: center;
    gap: 10px;
}


@media (max-width: 750px) {
    .properties{
        padding: 1rem 0;
    }
    .property{
        width: 100%;
        padding: 1rem 1rem;
    }
    .property .image{
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 0px solid;
        background-size: cover;
    }

    .property h3{
        font-weight: bold;
        font-size: 1rem;
    }
}