.info-section {
    height:700px;
    background-color: gold;
}

.bolder{
    font-weight: bolder;
}

.ft-bt{
    position: fixed;
    left:0;
    bottom:0;
}

.w-50{
    width: 50%;
}

.hover-gold:hover{
    color: #000!important;
    background-color: goldenrod!important;
}

.w-700p{
    width: 700px;
}

.w-1300p{
    width: 1300px;
}