.afdv-custom-container{
    display: flex;
}
.afdv-custom-left, .afdv-custom-right{
    display: inline-grid;
    display: -moz-inline-grid;
    display: -webkit-inline-grid;
    padding: 50px;
    box-shadow: 0 0 10px rgba(255,255,255,0.2);
    background: #1a1a1a;
    width: 50%;
    text-align: center;
    margin: 20px;
}

.afdv-custom-button{
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    background: #ffcc01;
    color: black;
    text-decoration: none;
    border-radius: 3px;
}

.heading-container h1{
    font-size: 30px;
    color: #fff;
    text-align: center;
    letter-spacing: 6px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}