p.txtlighblue{
    color:#0FAAC6;
}


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

.region-name h3 {
    margin-bottom: 0;
    font-size: 15px;
    color: #2396C6;
    font-weight: 300;
}

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


.region-name img {
    margin-right: 10px;
}