@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

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

img {max-width: 100%;}

p {font-size: 12px; font-family: arial; color: #fff;}

.flex {display: flex;}
.flex-wrap {flex-wrap: wrap;}
.flex-column {flex-direction: column;}
.align-center {align-items: center;}
.row-reverse {flex-direction: row-reverse;}
.justify-between {justify-content: space-between;}
.justify-center {justify-content:center;}
.justify-evenly {justify-content: space-evenly;}
.text-left {text-align: left;}
.text-justify {text-align: justify;}

.cannabis-main {padding: 20px; background: url(https://www.frescodata.com/wp-content/themes/frescodata/images/background-01.png) 0 0 no-repeat; background-position: center center; background-size: cover; max-width: 600px; width: 100%; margin: 0 auto;}
.cannabis-main .banner-section {height: 350px;}
.cannabis-main h1 {font-family: 'Bebas Neue', cursive; font-size: 31px; text-align: center; color: #fff; font-weight: 400; padding-bottom: 20px; border-bottom: 1px solid #879a96;}
.cannabis-main .content-section {padding: 0 20px;}

.our-services {padding: 10px 0;}
.our-services__item { max-width: 33.3333%; width: 100%; text-align: center; margin: 10px 0 15px;}
.our-services__icon {max-height: 50px; height: 100%; display: flex; justify-content: center; align-items: center; margin-bottom: 15px;}

.hand-icon {margin-left: -18px; margin-top: 20px;}
.book-button {text-align: center; padding: 10px 0; margin-top: 15px;}
.book-button a {background:#397006; border-radius: 5px; padding: 8px 16px; font-size: 20px; color: #fff; text-decoration: none; font-family: 'Bebas Neue', cursive; font-weight: 400;}
.book-button a:hover {background:#3f82c3; font-size: 20px; color: #fff;}


@media (max-width: 767px) {
    .cannabis-main h1 {font-size: 18px;}
    .cannabis-main .banner-section {height: 400px;}
    .our-services__item {max-width: 50%;}
    .cannabis-main .content-section {padding: 0;}
}
