:root {
    --dark-grey: #2B2B2B;
}

#banner {
    margin-bottom: 370px;
    max-height: 518px;
    background-color: #F1FAEE;
}

#banner .banner-title {
    margin: 150px 0 150px 0;
}

#banner .title-row {
    position: relative;
    margin-bottom: 160.5px;
    max-height: 200px;
}

#banner .banner-title h1 {
    font-family: 'o-semibold', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: var(--dark-grey);
}

#banner .banner-text-wrapper {
    position: relative;
    height: auto;
    background-color: var(--dark-grey);
    border-radius: 24px;
    padding: 40px;
}

#banner .banner-circle{
    width: 35%;
    max-width: 128px;
    opacity: .5;
}

#banner .banner-circle:nth-of-type(1) {
    position: absolute;
    left: -20px;
    top: 70px;
}

#banner .banner-circle:nth-of-type(2){
    position: absolute;
    right: 12px;
    bottom: 374px;
}

#banner .banner-text-wrapper div::-webkit-scrollbar {
    display: none;
}

#banner .banner-text-wrapper div {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#banner .banner-text-wrapper p {
    font-family: 'l-regular', sans-serif;
    font-size: 21px;
    color: #F8F7FF;
    line-height: 28.8px;
}

@media (min-width: 320px) and (max-width: 767px) {
	#banner {
		margin-bottom: 0px;
		max-height: 100%;
		background: linear-gradient(to top, white 50% ,#F1FAEE 50%);
	}
	#banner .title-row{
		position: relative;
		margin-bottom: 20px;
		max-height: 100%;
	}
    #banner .banner-title {
        margin: 140px 0 65px 0;
    }

    #banner .banner-title h2 {
        font-size: 32px;
    }

    #banner .banner-text-wrapper p {
        font-size: 18px;
    }

    #banner .banner-circle{
        width: 18%;
    }

    #banner .banner-circle:nth-of-type(1) {
        position: absolute;
        left: 15px;
        top: 10px;
    }

    #banner .banner-circle:nth-of-type(2){
        position: absolute;
        right: 30px;
        bottom: 400px;
    }

    #banner .banner-text-wrapper {
        padding: calc(5px + 4vw);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	#banner {
	  max-height: 695px!important;
	}
    #banner .banner-title {
        margin: 160px 0 120px 0;
    }

    #banner .banner-title h2 {
        font-size: 38px;
    }

    #banner .banner-text-wrapper p {
        font-size: 22px;
    }

    #banner .banner-circle{
        width: 15%;
    }
    #banner .banner-text-wrapper {top: 40px;}
}
