.branches-section .form-select {
    background-image: url(../assets/icons/CaretDownBlack.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 96% center;
}
.arabic-version .form-select {
    background-position: 4% center;
}

.branches-section .branch-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.branches-section .branch-icon i {
    font-size: 20px;
}

.branches-section a p {
    text-decoration: underline;
}
.branch-content p {
    max-width: 88%;
}