section#section_03 {
    padding: 0;
}
#section_03 .img_cont {
    position: relative;
    z-index: -1;
}
.about section#section_03 {
    display: none;
}

.banner_img {
    position: absolute;
    right: 0;
    width: 100%;
    left: 0;
    top: 0;
    height: calc(100% - 12px);
}

section#cannabis .h2 {
    text-align: center;
}

#section_03 .img_cont img {
    border-radius: 215px 35px 35px 50px;
}
#section_03 .container {
    position: relative;
}
#section_03 .carousel_block {
    position: absolute;
    top: 10%;
    left: 10%;
    background: #2E2E36;
    max-width: 500px;
    width: 100%;
    border-radius: 30px;
    text-align: center;
    padding: 50px;
    height: calc(100% - 25%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#section_03 .carousel_block:before {
    background: #A9E1BC;
    content: "";
    position: absolute;
    top: 8%;
    left: -12%;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 30px;
}
#section_03 .carousel_block .h2, .carousel_block .carousel-item p {
    color: #fff;
}
.about #section_03 .carousel_block .h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
}
.about #section_03 .carousel_block p {
    color: #fff;
}
.about #section_03 .img_cont img {
    border-radius: 50px;
}
.about section#section_03 {
    padding-bottom: 85px;
}


@media screen and (max-width: 1199px){
	.about #section_03 .img_cont img {
		border-radius: 50px;
		height: 600px;
		max-width: 100%;
	}
	#section_03 .carousel_block {
        left: 15%;
	}
	section#section_01 h2 {
    font-size: 21px;
    line-height: 27px;
}
	p {
    font-size: 14px;
    line-height: 22px;
}
}

@media screen and (max-width: 991px){
	.content_block {
		text-align: center;
	}
}

@media screen and (max-width: 767px){
	.about section#section_03 {
		padding: 0;
	}
	
	div#banner_sec {
        display: none;
}
	
	
	section#cta .img_cont img {
        height: 350px; 
	}
	header nav.navbar {
    z-index: 1;
}
	
	
.banner_caption button.mt-lg-4.mt-3.common_btn.btn_fill {
    display: none;padding-bottom: -11px !important;
}

.banner_caption {display: flex;
                 justify-content: center;padding: 62px 0px;
                }
	
	
	
	
	section#section_03 .container {
		padding: 25px 0;
	}
	#section_03 .img_cont {
		position: absolute;
		height: 100%;
		top: 0;
		left: 0;
	}
	.about #section_03 .img_cont img {
		border-radius: 0;
		height: 100%;
	}
	#section_03 .carousel_block {
		max-width: 90%;
		margin: auto;
		position: static;
		padding: 25px;
	}
	#section_03 .carousel_block:before {
		content: none;
	}
	section#section_04 {
		padding-top: 0;
	}
}