
  .button005 a {
    background: #036d93;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #eee;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button005 a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}
.button005 a:hover {
    background: #036d93;
    color: #FFF;
}

.fade-in-text{
    text-align: left;
}