:root {
    --kyriosContacts1Color: rgb(255, 231 ,215);
    --kyriosContacts2Color: rgb(210, 232 ,230);
    --kyriosContactsbackgroundColor: rgb(238, 238, 238);
    --kyriosContactstextColor: rgb(87,87,89);
    --kyriosContactsTypeSelectorTextColor: rgb(116,116,119);
    --kyriosContactsGold: rgb(181,158,110);
}

#KyriosEventInfo {
    font-family: "Montserrat";
    background-color: white;
    color: var(--kyriosContactstextColor);
    border: 1px solid var(--kyriosContactsGold);
}

#KyriosEventInfo .image {
    border-radius: 200px;
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border: 1px solid var(--kyriosContactsGold);
}

#KyriosEventInfo .infoLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#KyriosEventInfo .infoTitle {
    font-weight: bold;
    color: var(--kyriosContactsGold);
    text-align: center;
}

#KyriosEventInfo .infoText a{
    color: var(--kyriosContactstextColor);
    text-decoration: none;
    word-wrap: break-word;
    word-break: break-word;
}

#KyriosEventInfo .infoText {
    text-align: center;
}

#KyriosEventInfo .info {
    margin-top: 10px;
}

#KyriosEventInfo .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#KyriosEventInfo .top .title { 
    font-weight: bold;
    color: var(--kyriosContactsGold);
    padding: 10px;
}

#KyriosEventInfo .top .contactLabel { 
    font-weight: bold;
    color: var(--kyriosContactstextColor);
    padding: 10px;
}