p.txtlighblue{
    color:#0FAAC6;
}


.product-name {
    display: flex;
    height: 100%;
}

.product-name p {
    margin-bottom: 0;
    font-size: 15px;
    color: #0F0F2D;
    font-weight: 300;
}

.row.pt-20.flex-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.second_layout .bgimg {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}


.col-subtitle{
    font-size: 21px;
    margin-bottom: 0;
    color: #0F0F2D;
    font-weight: 400;
}


.globallocalcontent {
    display: flex;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.globallocalcontent .bgimg.h75.w75.brdrd50 {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-left: 0;
}

.global-local-content p{
    font-size: 18px;
    max-width: 1138px;
}

.globallocalcontent > .row p{
    margin-bottom: 2px;
    margin-top: 2px;
}
.globallocalcontent > .row{
    width: 100%;
}
.globallocalcontent a{
    color: #0F0F2D;
}