.sec-form-home.sec-contact-one{
	background:linear-gradient(180deg, #003A71 0%, #3E9BDB 119.15%);
	.custom-title {
		margin-top:-96px;
		h3 {
			color: #FFF;
			text-align: center;
			/* Heading 01 */
			font-size: 48px;
			font-weight: 700;
			line-height: 140%; /* 67.2px */
		}
		p{
			color: #BCC5D0;
			font-size: 20px;
			font-weight: 400;
			line-height: 32px; /* 160% */
		}
		i {
			right:42%;
		}

		@media screen and (max-width:768px){
			margin-top:-54px;

		}
	}
	.title-contact-form {
		h4 {
			color: #002;
			font-size: 32px;
			font-weight: 700;
			line-height: 40px; /* 125% */

			.text-color {
				color: var(--fs-color-primary);
				font-size: 32px;
				font-style: normal;
				font-weight: 700;
				line-height: 40px;
			}
		}
		p {
			color: #002;
			font-size: 16px;
			font-style: normal;
			font-weight: 400;
			line-height: 22px; /* 137.5% */
		}
	}
}

.custom-text-share-k {
	h4 {
		color: #002;
		font-size: 32px;
		font-style: normal;
		font-weight: 600;
		line-height: 120%; /* 38.4px */
		letter-spacing: -0.32px;
		@media screen and (max-width:768px){
			font-size:24px;
		}
	}
}