#contact-section{
    width: 100%;
    padding-top:6vw;
    padding-bottom: 6vw;
    background-color: #212121;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vh;
}

.contact-title {
    font-size: 24px;
    font-weight: 200;
    text-align: center;
}

.contact-sub-title{
    font-size:34px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
}

.contact-arrow{
   rotate: 90deg;
   margin-top: -12px;
}

.contact-verticle-line{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
}