.holiday_in{
 	width: 900px;
    margin: 0 auto;
}

.holiday_item{
	float: left;
    width: 97%;
    background: white;
    border-radius:20px;
}

.holiday_in .serviceHeader {
    background-color: #c2f6b4;
}

.holiday_image {
    width: 100%;
    height: 300px;
    float: left;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.aboutusimg{
	 background: linear-gradient(90deg, rgb(255 255 255 / 0%), rgb(24 137 233 / 0%)),no-repeat url(../images/main.jpg) 50%;
	 background-size: cover;
}

.aboutgalleryimg{
     background: linear-gradient(90deg, rgb(255 255 255 / 0%), rgb(24 137 233 / 0%)),no-repeat url(https://dl.dropboxusercontent.com/s/cgyyamjjbmaml33/IMG_2680.png?dl=0) 50%;
     background-size: cover;
}

.holiday_item content {
    font-size: 16px;
    font-weight: 100;
    font-family: system-ui;
    width: 80%;
    line-height: 30px;
    text-align: justify;
    padding: 2% 10% 5% 10%;
    float: left;
}

    @media only screen and (max-width: 900px) {
    	.holiday_item {
    		width: 100%;
    	}

  .holiday_in{
  	width:100%;
  }

}