.line-height-resp--main {
    line-height: 4rem;
}

.gy-3 {
    gap: 30px
}

.justify-content-space-between {
    justify-content: space-between !important;
}

.rounded-2 {
    border-radius: 5px;
}

#aboutus-global {
    background-image: url(../image/bg/globe-bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}

#contact {
    background-image: url(../image/bg/contactus-globe-bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}

.dark #aboutus-global,
.dark #contact {
    background-image: none;
}

.bi-moon-fill,
.bi-sun-fill {
    color: #0095DA;
}

.bi-moon-fill:hover,
.bi-sun-fill:hover {
    color: #00A651;
}

label {
    font-size: medium;
    color: #757575;
    letter-spacing: .8px;
}

@media screen and (275px <=width <=425px) {
    .line-height-resp--main {
        line-height: 2rem;
    }

    .section-header h2 {
        font-size: 25px;
    }
}