@-ms-viewport {
    width: device-width;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12,
.col-md-6,
.col-lg-3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

@media (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
}
.mb-md-5 {
    margin-bottom: 3rem !important;
}

@media (min-width: 992px) {
.mb-lg-0 {
        margin-bottom: 0 !important;
    }
}

.a-right {
    text-align: right !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

@media (max-width: 992px) {
    .a-lg-right {
        text-align: right !important;
    }
    .a-lg-left {
        text-align: left !important;
    }
    .a-lg-center {
        text-align: center !important;
    }
}

body {
    margin: 0;
    text-align: justify;
    font-size: 19px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #333;
    line-height: 1.5;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #000;
}
a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

h2,
.heading-2 {
    font-size: 23px;
    font-weight: 400;
}

h3,
.heading-3 {
    font-size: 21px;
    font-weight: 400;
}

strong,
.strong {
    font-weight: 700;
}

.t-italic {
    font-style: italic;
}

header {
    position: relative;
    padding-bottom: 100px;
    background: url(../images/banner.jpg) center no-repeat;
    background-size: cover;
    height: 310px;
    margin-bottom: 100px;
}
.logo {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%);
    z-index: 99;
    max-width: 180px;
    box-shadow: 0 1px 15px 3px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
}
.rose-section {
    background-color: #f7e8eb;
    padding: 46px 0;
    margin: 60px 0;
    text-align: left;
}

.contact-info {
    padding-top: 75px;
}

.col-item {
  padding-left: 46px;
}

@media (max-width: 992px) {
    body {
        font-size: 16px;
    }
    .logo {
        width: 100px;
    }
    header {
        height: auto;
        margin-bottom: 70px;
    }
    .contact-info {
        padding-top: 40px;
    }
    .rose-section {
        margin: 30px 0;
    }

    h2,
    .heading-2 {
        font-size: 21px;
    }

    h3,
    .heading-3 {
        font-size: 18px;
    }
    .col-item {
      padding-left: 15px;
    }
}