.section-title h2 {
    font-weight: 700;
    color: #fff;
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid var(--kaiju-lavender);
    padding-left: 15px;
}

@media only screen and (max-width: 768px) {
    .section-title h2 {
        font-size: 30px;
    }
}

.contact-area {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width:768px) {
    .contact {
        margin-bottom: 60px;
    }
}

.btn-contact-bg {
	padding: 15px 10px;
	border-radius: 30px;
}

/*START ADDRESS*/

.single-address {
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 40px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width:768px) {
    .single-address {
        padding-left: 0px;
    }
}
.single-address svg {
    color: var(--kaiju-lavender);
    height: 35px;
    float: left;
    transition: all 0.3s ease 0s;
}

.single-address:hover svg {
    color: #fff;
}

.single-address h4 {
    font-size: 18px;
    margin-bottom: 0px;
    overflow: hidden;
    font-weight: 600;
}

.single-address p {
    overflow: hidden;
    margin-top: 5px;
}

.section-title h1 {
    font-size: 44px;
    font-weight: 500;
    margin-top: 0;
    position: relative;
    margin-bottom: 15px;
}