.bg-page-v{
    background-color: rgb(6, 24, 100);
    padding: 2rem 0;
    margin: 16rem 0 6rem 0;
}

.bg-page-v h1{
    font-size: 4rem;
    color: white;
    font-weight: 400;
}

.container h2{
    font-size: 2rem;
}

.fa-long-arrow-alt-right{
    color: rgb(6, 24, 100);
}

.rectangle{
    border: .5rem solid rgb(6, 24, 100);
    border-radius: 2rem;
}

.for-table{
    -webkit-box-shadow: 8px 8px 24px -16px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 8px 24px -16px rgba(66, 68, 90, 1);
    box-shadow: 8px 8px 24px -16px rgba(66, 68, 90, 1);
    border-radius: 2rem;
    min-height: 24rem;
}
.for-table h2{
    font-size: 2.6rem;
    color: rgb(6, 24, 100);
}

.for-table-border{
    border-bottom: rgb(6, 24, 100) dashed .2rem;
    margin: 1rem 3rem;
}

.dot-content{
    border-radius: 50%;
    border: .3rem solid rgb(6, 24, 100);
    height: 26rem;
    width: 26rem;
}
.dot-content h2{
    color: rgb(6, 24, 100);
    font-size: 2rem;
}
.dot-content p{
    font-size: 1.6rem;
}