@media(max-width:1150px) 
{
}

@media(max-width:820px) 
{
	section.default h1{
		font-size: 36px;
	}
	section.visual{
		padding: 80px 0;
	}
	section.visual i{
		font-size: 6em;
		margin-bottom: 10px;
	}
	section.visual h1{
		font-size: 32px;
        line-height: 38px;
	}
	section.visual h1 span{
		font-size: 22px;
        line-height: 38px;
	}
	section.visual h2{
		font-size: 17px;
        line-height: 24px;
        max-width: 100vw;
	}
	section.visual p br{
		display: none;
	}
	section.visual .container-fluid{
		background-image: none !important;
	}
	section.visual .visual-area{
		padding-top: 50px;
	}
	section.visual .container-fluid:before{
		content: '';
        display: block;
        width: 669px;
        height: 755px;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/visual.webp);
        overflow: visible;
        background-position: right -15vw top;
	}
	section.default {
	    padding: 60px 0;
	}
	section.default p {
    	font-size: 17px;
   	}
	.ach-item{
		margin-bottom: 50px;
	}

	.dv-image{
		display: none;
	}

	#dv ul.options{
		display: block;
	}
	#dv ul.options li{
		margin-top: 20px;
	}
	.service-item{
		width: 100%;
	}
	#chat:after {
	    background-size: contain;
	    width: 150px;
	    height: 150px;
	    bottom: -30px;
	    right: 20px;
	}
	#chat .btn{
		margin-top: 40px;
	}
	.owl-nav .owl-next{
		right: -17px;
	}
	.owl-nav .owl-prev{
		left: -17px;
	}
	#chat .container{
		background-position: right -55px center;
	}
}