header{
    background-color: rgba(0, 130, 50, .3);
}
main{
    background-color: #00481e;
    padding-top: 60px;
    padding-bottom: 120px;
}
main .location{
    width: 1150px;
    margin: 0 auto;
    padding: 65px 35px;
    border-radius: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #65b485;
}
iframe{
    width: 630px;
    height: 370px;
}
.location .left{
    width: 415px;
}
.location h1{
    font-size: 80px;
    color: #ffe1e1;
    -webkit-text-stroke: 2px #00481e;
}
.location p{
    margin-top: 20px;
    font-size: 34px;
    font-weight: 900;
    -webkit-text-stroke: 2px #00481e;
    color: #ffe1e1;
}
.location a{
    display: block;
    width: 240px;
    line-height: 70px;
    text-align: center;
    background-color: #ffe1e1;
    font-size: 32px;
    margin-top: 30px;
    font-weight: 900;
    color: #fff;
    -webkit-text-stroke: 2px #00481e;
}
.location a:hover{
    background-color: #fff;
    color: #00481e;
}

@media (max-width: 760px) {
    main{
        padding: 45px 0;
    }
    main  .location{
        width: 100%;
        display: block;
        border-radius: 0;
        border-radius: 0;
    }
    iframe{
        width: 94%;
        margin-left: 3%;
        height: 260px;
        margin-top: 50px;
    }
    .location .left{
        width: 90%;
        margin-left: 5%;
    }
    .location h1{
        font-size: 50px;
    }
    .location p{
        font-size: 24px;
    }
}