.contact{
    display: flex;
    margin-top: 30px;
}
.conact-left{
    width: 60%;
    background-color: #4C35E2;
    color: #fff;
    display: flex;
    justify-content: center;
    padding-top: 72px;
}

.contact-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    color: #4C35E2;
}

.conact-left >div{
    width: 40%;
}

.conact-left h3{
    font-size: 24px;
    margin-bottom: 5px;
}

.conact-left .line{
    display: block;
    width: 44px;
    height: 1px;
    background-color: #fff;
    margin-top: 12px;
}

.conact-left-desc{
    margin-top: 95px;
}
.conact-left-desc p{
    display: flex;
    align-items: center;
}
.conact-left-desc span{
    font-size: 18px;
    margin-left: 6px;
}
.conact-left-desc p img{
    height: 24px;
}