.contactInfo {
    padding: 50px 0 0;
}
.contactInfo .header {
    margin-bottom: 50px;
}
.contactInfo .header h2 {
    color: #862A75;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 20px;
}
.contactInfo .header p {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.4px;
}
.contactInfo .wrap {
    border-radius: 15px;
    border: 1px solid #862A75;
    background: #FFF;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contactInfo .wrap .title {
    color: #263E47;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 15px;
}
.contactInfo .wrap .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.contactInfo .wrap .phone a {
    color: #862A75;
    font-family: Inter;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
}
.contactInfo .wrap .phone i {
    color: #FEA500;
    font-size: 20px;
    margin-right: 10px;
}
.contactInfo .wrap .email {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactInfo .wrap .email a {
    color: #862A75;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    text-decoration: none;
}
.contactInfo .wrap .email i {
    color: #FEA500;
    margin-right: 10px;
}
.contactInfo .wrap .hours {
    margin-top: 20px;
}
.contactInfo .wrap .hours p {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}
