.dummy{
	margin-top: 80px;
}
a.back-our-ports{
	text-decoration: none;
}
.half-cols {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 20px;
}
.half-cols .col{
	flex-shrink: 0;
	flex-grow: 0;
	padding: 20px 0;
}
.half-cols .col.left{
	flex-basis: 70%;
}
.half-cols .col.right{
	flex-basis: 30%;
}
.col .pt-title,
.col .pa-title{
	margin-bottom: 30px;
}
@media only screen and (max-width: 1100px){
	.dummy {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 767px){
	.half-cols {
		flex-direction: column;
	}
	.half-cols .col.left,
	.half-cols .col.right{
		flex-basis: auto;
	}
}