.diy-container .diy-landing-map-title  {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin: 0;
    font-family: 'Montserrat';
    font-weight: bold;
}
.diy-container .diy-landing-map-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.diy-landing-map-list li {
    margin-bottom: 30px;
    font-size: 12px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: 'Montserrat';
    font-weight: normal;
}
.diy-landing-map-list svg {
    width: 20px;
    height: 26px;
    fill: #d44639;
    margin-right: 10px;
}
.diy-container .diy-landing-map-btn {
    font-size: 12px;
    display: block;
    padding: 11px 15px;
    border-radius: 10px;
    transition: all .4s ease;
    border: 1px solid #d44639;
    color: #fff;
    background: #d44639;
    text-decoration: none;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 500;
}
.diy-container .diy-landing-map-btn:first-child {
    margin-bottom: 15px;
}
.diy-container .diy-landing-map-btn:hover {
    color: #d44639;
	background: transparent;
    text-decoration: none;
}
.diy-landing-map-btn.diy-landing-map-btn-transparent {
    background: transparent;
    color: #d44639;
}
.diy-landing-map-btn.diy-landing-map-btn-transparent:hover {
    color: #fff;
	background: #d44639;
    text-decoration: none;
}
.diy-landing-map-container #user-map {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 10px;
    height: 250px;
    margin-bottom: 20px;
}
.ol-attribution.ol-unselectable.ol-control.ol-uncollapsible {
    display: none;
}
.diy-landing-map-container .diy-gutter > [class*="col-"] {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
@media (min-width: 375px) {
    .diy-container .diy-landing-map-btn {
        display: inline-block;
        width: calc( 50% - 7.5px );
    }
    .diy-container .diy-landing-map-btn:first-child {
        margin-bottom: 0px;
    }
    .diy-landing-map-btn-wrapper {
        display: flex;
        justify-content: space-between;
    }
}
@media (min-width: 576px) {
    .diy-landing-map-btn-wrapper {
        display: block;
    }
    .diy-container .diy-landing-map-btn {
        width: initial;
        padding: 10px 47px;
    }
    .diy-container .diy-landing-map-btn:first-child {
        margin-right: 15px;
    }
}
@media (min-width: 768px) {
    .diy-container .diy-landing-map-title  {
        font-size: 26px;
    }
    .diy-landing-map-list li {
        font-size: 14px;
    }
    .diy-landing-map-list svg {
        width: 23px;
        height: 29px;
    }
    .diy-container .diy-landing-map-btn {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .diy-landing-map-container #user-map {
        height: 340px;
        margin-bottom: 0;
    }
    .diy-container .diy-landing-map-btn-wrapper .diy-landing-map-btn {
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    .diy-container .diy-landing-map-title  {
        font-size: 30px;
    }
    .diy-landing-map-list li {
        font-size: 15px;
        line-height: 25px;
    }
    .diy-container .diy-landing-map-btn {
        font-size: 15px;
    }
    .diy-landing-map-container #user-map {
        height: 400px;   
    }
	.diy-landing-map-container .diy-gutter > [class*="col-"] {
		padding-left: 15px;
		padding-right: 15px;
    }
    .diy-container .diy-landing-map-btn:first-child {
        margin-right: 30px;
    }
    .diy-container .diy-landing-map-btn-wrapper .diy-landing-map-btn {
        margin-bottom: 0;
    }
}
@media (min-width: 1600px) {
    .diy-container .diy-landing-map-title  {
        font-size: 36px;
        line-height: 45px;
    }
	.diy-landing-map-container .diy-gutter > [class*="col-"] {
		padding-left: 25px;
		padding-right: 25px;
    }
    .diy-container .diy-landing-map-btn:first-child {
        margin-right: 50px;
    }
}