.contact-type {
    margin-top: 50px;
    margin-bottom: 57px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-column-gap: 27px;
    grid-row-gap: 24px;
    width: 70%;

}
.contact-type-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-type-pic {
    width: 100px;
    height: 100px;
    margin-bottom: 28px;
}
.contact-type-pic img{
    width: 100%;
}
.contact-type-name {
    font-weight: bold;
    font-size: 22px;
    color: #D2171A;
    margin-bottom: 17px;
}
.contact-type-desc {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}
.map{ 
    width: 1280px; 
    height: 450px;
    margin: 0 auto 98px;
}
.map img{
    width: 100%;
}