.about-mission{
    margin-top: 100px;
    margin-bottom: 100px;
}

.about-mission .welcome-content .welcome-info a.btn {
    display: inline-block;
    border: 1px solid #245C3A;
    border-radius: 20px;
    color: #fff;
    font-family: 'Yantramanav Meium', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    text-decoration: none;
    padding: 20px 70px;
    background-color: #245C3A;
    background-image: url(../../../assets/images/arrow-ringt-white.svg);
    background-repeat: no-repeat;
    background-position: right 30px top 25px;
    cursor: pointer;
}