.aptCTA {
    border: 2px solid;
    width: 280px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 40px;
    border-radius: 20px;
    margin-top: 60px;
    left: 20px;
}

.aptCTA a:first-child:after {
    content: '';
    display: block;
    height: 1px;
    width: 310px;
    background: black;
    position: absolute;
    left: -57px;
    top: -4px;
    opacity:.2;
}

.aptCTA a:first-child:before {
    content: '';
    display: block;
    height: 1px;
    width: 310px;
    background: black;
    position: absolute;
    left: -57px;
    bottom: -62px;
    opacity:.2;
}

/* top left circle */
.aptCTA:after {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    border: 1px solid;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 0;
    opacity: 0.2;
}

/* top right circle */
.aptCTA:before {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    border: 1px solid;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    right: 0;
    opacity: 0.2;
}

/* bottom left circle */
.aptCTA a:nth-child(2):after {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    border: 1px solid;
    position: absolute;
    left: -40px;
    bottom: -20px;
    opacity:.2;
    border-radius: 50%;
}

/* bottom right circle */
.aptCTA a:nth-child(2):before {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    border: 1px solid;
    position: absolute;
    right: 0;
    bottom: -19px;
    opacity:.2;
    border-radius: 50%;
}

.aptCTA a{
    text-decoration:none;
    color: black;
    font-size: 1.4rem;
    letter-spacing: 1px;
}
