@media screen and (min-width: 900px) {

    #breadol{
        width: 40vw;
        display: flex;
        align-content: center;
        list-style: none;
        padding: 0 10vw;
        margin: 1vw .2vw;
        z-index: 1;
        animation: down backwards 1s;
        animation-delay: .2s;
    }
    #breadol li{
        font-size: 1vw;
        color: #333;
        line-height: 1vw;
    }
    #breadol li a{
        display: block;
        color: #333;
        height: 1vw;
        padding-right: 1.5vw;
        margin-right: 1vw;
        font-weight: bold;
        position: relative;
    }
    #breadol li a::before{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid .5vw transparent;
        border-left: solid .5vw #333;
        margin: 0;
        position: absolute;
        right: -.5vw; 
        transform: scale(1, 0.7);
        top: 0;
    }
	#main-page{

	}
	#main-page > h1{
		font-size: 4.5vw;
		padding: 12vw 0 1vw 10vw; 
		color: #333333;
	}
	#main-page > div{
		font-size: 1.1vw;
		line-height: 1.8vw;
		width: 80vw;
		padding: 5vw 0 10vw 10vw;
		text-align: justify;
		color: #333333;
		column-count: 3;
		column-gap: 3vw;
	}
	#main-page > div > p{
		padding: 0 0 2vw 0;
	}
	#main-page span{
		font-size: 3vw;
		font-weight: bold;
		float: left;
		padding-right: 1.5vw;
		margin: 0;
		line-height: 3vw;
	}

	#why-choose-us{

	}
	#why-choose-us h2{
		font-size: 4vw;
		text-align: center;
	}
	#why-choose-us > div{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 80vw;
		padding: 3vw 0 10vw 10vw;
	}
	#why-choose-us > div > img{
		width: 18vw;
		height: 12vw;
		margin: 1vw;
		border-radius: 1vw;
	}
	.wcu-1{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 10vw;
	}
	.wcu-2{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 10vw;
		flex-direction: row-reverse;
	}
	.text-div{
		width: 35vw;
		position: relative;
	}
	.text-div::before{
		position: absolute;
		left: 0;
		top: -12vw;
		width: 30vw;
		text-align: center;
		font-size: 30vw;
		font-weight: bold;
		z-index: -1;
		color: #eee;
	}
	#wcu-1 > .text-div::before{
		content: "I";
	}
	#wcu-2 > .text-div::before{
		content: "II";
	}
	#wcu-3 > .text-div::before{
		content: "III";
	}
	#wcu-4 > .text-div::before{
		content: "IV";
	}
	#wcu-5 > .text-div::before{
		content: "V";
	}
	#wcu-6 > .text-div::before{
		content: "VI";
	}
	.wcu-1 .text-h{
		width: 35vw;
		font-size: 3vw;
		padding: 0 5vw 2vw 0;
	}
	.wcu-1 .text-p{
		width: 35vw;
		font-size: 1.5vw;
		opacity: 0.6;
		padding-right: 5vw;
	}
	.wcu-2 .text-h{
		width: 35vw;
		font-size: 3vw;
		padding: 0 0 2vw 5vw;
	}
	.wcu-2 .text-p{
		width: 35vw;
		font-size: 1.5vw;
		opacity: 0.6;
		padding-left: 5vw;
	}
	.img-div{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 55vw;
	}
	.img-div > img{
		width: 24vw;
		height: 16vw;
		margin: 0.5vw;
		border-radius: 1.5vw;
	}
	.img-div-2{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 55vw;
	}
	.img-div-2 > img{
		width: 15vw;
		height: 10vw;
		margin: 0.5vw;
		border-radius: 1vw;
	}
	#package-logo{
		width: 25vw;
		display: flex;
		flex-wrap: wrap;
		padding: 3vw 0 0 5vw;
	}
	.package-logo{
		width: 5vw;
		height: 5vw;
		border-radius: 5vw;
		background-color: #333333;
		margin: 1vw 3vw 4vw 0;
		position: relative;
	}
	.package-logo > img{
		width: 2.5vw;
		position: absolute;
		left: 1.25vw;
		top: 1.3vw;
	}
	.package-logo > p{
		width: 5vw;
		text-align: center;
		position: absolute;
		left: 0;
		top: 5.5vw;
		color: #333333;
		font-weight: bold;
		font-size: 1.2vw;
	}



	#our-story{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 90vw;
		padding-left: 10vw;
	}
	#our-story > h2{
		font-size: 4vw;
		padding: 0vw 0 2vw 0; 
		color: #333333;
		width: 80vw;
	}
	#our-story > div{
		font-size: 1.1vw;
		line-height: 1.8vw;
		width: 23vw;
		padding: 3vw 5vw 10vw 0;
		text-align: justify;
		color: #333333;
	}
	#our-story > div > p{
		padding: 0 0 2vw 0;
	}
	#our-story span{
		display: inline-block;
		font-size: 2vw;
		font-weight: bold;
		padding-right: 1.5vw;
		padding-bottom: 1.5vw;
		margin: 0;
		line-height: 2vw;
		text-align: left;
	}


}

















@media screen and (max-width: 900px) {

    #breadol{
        width: 80vw;
        display: flex;
        align-content: center;
        list-style: none;
        position: relative;
        padding: 0 10vw;
        margin: 0;
        z-index: 1;
    }
    #breadol li{
        font-size: 3vw;
        color: #333;
        line-height: 3vw;
    }
    #breadol li a{
        display: block;
        color: #333;
        height: 3vw;
        padding-right: 4.5vw;
        margin-right: 3vw;
        font-weight: bold;
        position: relative;
    }
    #breadol li a::before{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 1.5vw transparent;
        border-left: solid 1.5vw #333;
        margin: 0;
        position: absolute;
        right: -1.5vw; 
        transform: scale(1, 0.7);
        top: 0;
    }
	#main-page{

	}
	#main-page > h1{
		font-size: 35vw;
		line-height: 35vw;
		padding: 10vw 0 0 8vw; 
		color: #333333;
		margin: 5vw 0;
	}
	#main-page > div{
		font-size: 3.3vw;
		width: 80vw;
		padding: 10vw 0 10vw 10vw;
		text-align: left;
		color: #333333;
	}
	#main-page > div > p{
		padding: 0 0 6vw 0;
		font-size: 4.2vw;
		line-height: 8vw;
		text-align: justify;
	}
	#main-page > div > ul{
		padding: 0;
		font-size: 3.5vw;
		line-height: 6vw;
	}
	#main-page span{
		font-size: 10vw;
		font-weight: bold;
		float: left;
		padding-right: 4.5vw;
		margin: 0;
		line-height: 10vw;
	}

	#why-choose-us{

	}
	#why-choose-us h2{
		font-size: 8vw;
		text-align: center;
	}
	#why-choose-us > div{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 90vw;
		padding: 3vw 0 10vw 5vw;
	}
	#why-choose-us > div > img{
		width: 39vw;
		height: 26vw;
		margin: 2vw;
	}
	.wcu-1{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding-bottom: 10vw;
	}
	.wcu-2{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding-bottom: 10vw;
	}
	.text-div{
		width: 80vw;
	}
	.wcu-1 .text-h{
		width: 80vw;
		font-size: 8vw;
	}
	.wcu-1 .text-p{
		width: 80vw;
		font-size: 4vw;
		opacity: 0.6;
	}
	.wcu-2 .text-h{
		width: 80vw;
		font-size: 8vw;
	}
	.wcu-2 .text-p{
		width: 80vw;
		font-size: 4vw;
		opacity: 0.6;
	}
	.img-div{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 90vw;
	}
	.img-div > img{
		width: 40vw;
		height: 28vw;
		margin: 1vw;
	}
	.img-div-2{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 90vw;
	}
	.img-div-2 > img{
		width: 40vw;
		height: 28vw;
		margin: 1vw;
	}
	#package-logo{
		width: 80vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 6vw 0;
	}
	.package-logo{
		width: 15vw;
		height: 15vw;
		border-radius: 15vw;
		background-color: #333333;
		margin: 3vw 6vw 12vw 0;
		position: relative;
	}
	.package-logo > img{
		width: 7.5vw;
		position: absolute;
		left: 3.75vw;
		top: 3.9vw;
	}
	.package-logo > p{
		width: 15vw;
		text-align: center;
		position: absolute;
		left: 0;
		top: 13vw;
		color: #333333;
		font-weight: bold;
		font-size: 3.6vw;
	}



	#our-story{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 80vw;
		padding-left: 10vw;
		padding-bottom: 10vw;
	}
	#our-story > h2{
		font-size: 10vw;
		padding: 0vw 0 2vw 0; 
		color: #333333;
		width: 80vw;
	}
	#our-story > div{
		font-size: 3.3vw;
		width: 80vw;
		padding: 3vw 0;
		text-align: justify;
		color: #333333;
	}
	#our-story > div > p{
	}
	#our-story span{
		display: inline-block;
		font-size: 5vw;
		font-weight: bold;
		padding-right: 4.5vw;
		padding-bottom: 4.5vw;
		margin: 0;
		line-height: 5vw;
		text-align: left;
	}

}
