.ship-text2-content h3 {
	font-size: 16px;
	font-weight: 500;
	color: #00B4D8;
	margin-bottom: 5px;
}
.ship-text2-content h2 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 10px;
}
.ship-text2-arti {
	font-size: 16px;
	margin-bottom: 20px;
}
.ship-text2-btn {
	width: 166px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00B4D8;
	color: #fff !important;
	font-weight: 500;
}
.ship-text2-area {
	padding-top: 0;
	padding-bottom: 125px;
}
.ship-text2-row {
	display: flex;
}
.ship-text2-content {
	width: 50%;
	flex-shrink: 0;
	padding: 50px 30px 50px 70px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	margin-left: 50%;
}
.ship-text2-arti p:not(:last-child) {
	margin-bottom: 11px;
}
.ship-text2-arti li:not(:last-child) {
	margin-bottom: 10px;
}
.ship-text2-arti ol, .ship-text2-arti ol {
	padding-left: 15px;
}
.ship-text2-arti ol li {
	list-style: decimal;
}
.ship-text2-content .ship-text-btn {
	width: 248px;
	max-width: 100%;
}
.ship-text2-img {
	width: 100%;
}
.ship-text2-image {
	width: calc((100vw / 2) + 70px );
	position: absolute;
	top: 0;
	right: calc(50% - 60px);
	display: flex;
	height: 100%;
	align-items: center;
	animation: boat2 6s ease-in-out infinite;
	justify-content: flex-start;
}
@keyframes boat2{
	0%{
	transform:translate(0,0)rotate(-1deg);
	}
	50%{
	transform:translate(6px,5px)rotate(1deg);
	}
	100%{
	transform:translate(0,0)rotate(-1deg);
	}
}

@media only screen and (max-width: 991px) {
	.ship-text2-row {
		flex-wrap: wrap;
	}	
	.ship-text2-image {
		width: 100%;
		position: static;
		max-width: 440px;
		margin-bottom: 27px;
	}
	.ship-text2-content {
		margin-left: 0;
		width: 100%;
		padding: 32px 15px;
	}
	.ship-text2-area {
		padding-bottom: 85px;
	}
}

@media only screen and (max-width: 768px){
	.ship-text2-content h2{
		font-size:32px;
	}
}