@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;700;800&display=swap');

:root {
  /* fonts */
  --mainText: url;
  --secondaryText: ;

  /* class 1 */
  --fontSizeMain1: 30px;
  --fontSizeSecondary1: 60px;

  /* class 2 */
  --fontSizeMain2: 15px;
  --fontSizeSecondary2: 30px;

  /* colors */
  --mainColor: #ffffff;
  --secondaryColor: #000000;
  --footerBgColor: #e4e4e4;
  --bottonColor: #ffa500;
  --textColorMain: #602d91;
  --textColorSecondary: #6767ec;
  --textColorPartial: #707070;
}

*{
    margin: 0;
    padding:0;
}


#branchesContainer{
    display: flex;
    flex-direction: column;
    padding:0 8em;
    padding-top: 8em;
    gap: 2em;
    margin-bottom: 2em;
}

.branchName{
    font-size: 30px;
    margin-bottom: 1em;
}

.branches{
    display: flex;
    justify-content: space-between;
    height: auto;
    align-items: center;
    background-color: var(--mainColor);
    width: 60%;
    border-radius: 3px;
    padding: 2em 2em;
    line-height: 2em;
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.branch > p{
    font-size: 20px;
    font-weight: 500;
}

.branch > a {
    color: black;
}
.mainBranch{
    font-size: 15px;
    opacity: 50%;
}

p > span{
    font-size: 10px;
    padding: .5em;
    margin: 1em;
    background-color: #602d91;
    color: var(--mainColor);
    border-radius: 20px;
    
}
.branches > p{
    font-weight: 200px;
}

.contacts{
    cursor: pointer;
}
.contacts > p{
    margin-left: 1em;
    font-size: 13px;
    opacity: 50%;
    
}

.mainBranch{
    font-size: 15px;
    opacity: 50%;
}



.location , .contacts{
    display: flex;
    align-items: center;
    padding: 1em;
}

.location   > img{
    height: 25px;
    width: 25px;
}

.location > p{
    margin-left: 1em;
    font-size: 13px;
    opacity: 50%;
}