
.talk-to-as {
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px!important;
    min-height: 500px;
    font-size: 1.111em;
    color: #fff
}

.talk-to-as .image-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1
}

.talk-to-as .card {
    background-color: #fff;
    color: #515459;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 50px 15px
}

@media (min-width: 768px) {
    .talk-to-as .card {
        max-width: 500px;
        padding: 50px
    }
}

.talk-to-as .card p {
    margin-bottom: 30px
}

.talk-to-as .card button {
    display: block;
    margin: 0 auto
}

.talk-to-as .image-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.talk-to-as a.btn-primary.btn-arrow{
    justify-content: center;
    width: max-content;
    margin: 0 auto;
}
