.about-us {
    overflow: hidden;
}

.about-us h1 {
    margin-bottom: 0;
    color: #fff;
}

.about-us h2 {
    margin-bottom: 1rem;
}

.about-us .intro {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 478px;
    padding-bottom: 3rem;
    overflow: hidden;
    background-image: url('/img/about-us/intro.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-us .intro .title {
    font-size: 1.3rem;
    font-family: "Inter Bold"
}

.about-us .intro-text {
    font-family: "Inter Semi Bold";
    font-size: 1.4rem;
}

.about-us .intro img.hearts {
    position: absolute;
    right: 0;
    bottom: 150%;
}

@media (max-width: 767px) {
    .about-us .intro-text {
        font-size: 1.3rem;
    }
    
    .about-us .intro img.hearts {
        bottom: 200%;
        transform: scale(0.8);
    }
}

@media (max-width: 479px) {
    .about-us .intro-text {
        font-size: 1.1rem;
    }
    
    .about-us .intro img.hearts {
        bottom: 290%;
        transform: scale(0.6);
    }
}

.core-values .core-value {
    padding: 0.8rem 0.5rem;
    margin-bottom: 1rem;
    border-radius: 20px;
    overflow: hidden;
}

.core-values .core-value:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .core-values .core-value {
        padding: 0.8rem 0 1rem 0;
    }
    
    .core-values .core-value .image {
        text-align: center;
    }
}

.boost-efforts h3 {
    margin-bottom: 1.5rem;
}

.boost-efforts .boost-effort {
    height: 100%;
    padding: 1rem;
    border-radius: 20px;
    overflow: hidden;
}

.boost-efforts .image {
    position: relative;
    height: 430px;
    border-radius: 20px;
    background-image: url('/img/about-us/canada.png');
    background-size: cover;
    background-position: 0 -50px;
    background-repeat: no-repeat;
}

.boost-efforts .image img.star {
    position: absolute;
    left: 15%;
    bottom: 5%;
}

@media (max-width: 767px) {
    .boost-efforts .image img.star {
        left: auto;
        right: 5%;
        bottom: 7%;
    }
}

.boost-efforts img.blaze {
    position: absolute;
    left: 0;
    bottom: 100%;
}

@media (max-width: 991px) {
    .boost-efforts .image {
        background-position: 0 0;
    }
}

@media (max-width: 767px) {
    .boost-efforts .image {
        height: 259px;
    }
}

.boost-efforts .image-boost-effort {
    position: absolute;
    left: 0;
    top: 1rem;
    right: 1rem;
    z-index: 2;
}

@media (max-width: 991px) {
    .boost-efforts .image-boost-effort {
        position: relative;
        top: 0;
        right: 0;
    }
}

.support .image {
    height: 400px;
    padding: 1.5rem 1rem;
    border-radius: 20px;
    background-image: url('/img/about-us/hands.png');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
}

@media (max-width: 1199px) {
    .support .image {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .support .image {
        height: 300px;
        text-align: left;
    }
}