.about-animation {
      padding: 100px 130px 130px
}

	.about-animation h1,
	.about-animation h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: normal;
	color:#003446;
	margin-bottom:25px;
	text-align:center;
}

.about-animation p {
    margin-bottom: 30px;
	color:#003446;
	text-align:justify;
	line-height:150%;
	margin-bottom:50px;
}
.about-animation p:last-child {
    margin-bottom: 0;
}
.about-animation__lottie {
    display: block;
    width: 100%;
    height: 78px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
	.about-animation {
	padding: 84px 27px 50px;
	}
	.about-animation h1,
	.about-animation h2{
	font-size: 24px;
	}
	.about-animation p {
		font-size:16px;
		line-height:130%;
        margin-bottom: 23px;
	}
    .about-animation__lottie {
        height: 38px;
        margin-bottom: 54px;
    }
}