.footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 136px;
    width: 1680px;
    margin: 0 auto;
}

.map {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    text-transform: capitalize;
    color: #B1B1B1;
    width: 280px;
}

.map .map-img {
    width: 280px;
    height: 280px;
    display: block;
    margin-bottom: 38px;
    overflow: auto;
}

.map a {
    color: #B1B1B1;
    text-decoration: none;
}

.footer-main-box {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex: 1;
}

.box1-text-top {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #6C6C6C;
    margin-bottom: 90px;
}

.box1-text p:nth-child(1) {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.box1-text p:nth-child(2),
.box1-text p:nth-child(3) {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
    color: #6C6C6C;
}

.main-box-2,
.main-box-3 {
    flex: 0 0 280px;
    box-sizing: border-box;
    padding-left: 30px;
}

.main-box-2 p,
.main-box-3 p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #6C6C6C;
    margin-bottom: 10px;
}

.main-box-2 .box-title,
.main-box-3 .box-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
    margin-bottom: 20px;

}

.main-box-1 {
    /* width: 600px; */
    margin-left: 60px;
}