/*******************************************************************
	Professional Background
********************************************************************/
.professional_wrap {
    padding: 2rem 0;
}

.professional_group {
    padding: 0 2rem;
}

.professional_group > h3 {
    position: relative;
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.professional_group > h3::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    background: #0b4da2;
    border-radius: 50%;
}

.professional_group > p {
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

.professional_group > p > span {
    font-weight: 600;
    color: #0b4da2;
}

.professional_group > h4 {
    font-size: 1.7rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2rem;
}

.professional_info {}

.professional_info ul {
    float: left;
    width: 45%;
}

.professional_info ul li {
    text-align: center;
    padding: 1rem;
}

.professional_info ul li:nth-child(1) {
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
    background: #0b4da2;
}

.professional_info ul li:nth-child(2) {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: -0.1rem;
    background: #deeaf6;
}

.professional_info ul li:nth-child(3) {
    position: relative;
    font-size: 1.3rem;
    font-weight: 500;
    background: #f6fbff;
    min-height: 15rem;
}

.professional_info ul li:nth-child(3) > div {
    position: absolute;
    width: 100%;
    padding: 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.professional_info .arrow {
    position: relative;
    float: left;
    width: 10%;
    min-height: 25rem;
}

.professional_info .arrow > img {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}