.home-page {
    color: #173963;
}

.hp-img-wrapper img {
    width: 100%;
}

.home-text {
    font-size: 1.2rem;
    text-align: justify;
}

.accordion-body {
    text-align: justify;
}

.video-title {
    text-align: justify;
    font-size: 1.25rem;
}

@media(max-width: 1200px) {
    .home-text {
        font-size: calc(0.5 * (1.375rem + 1.5vw));
    }
}

@media(max-width: 768px) {
    .video-title {
        text-align: justify;
        font-size: 1rem;
    }

    .youtube {
        width: 100%;
        height: 300px;
    }

    #google-map {
        height: 400px;
    }
}

@media(max-width: 575px) {
    .home-text {
        font-size: calc(0.55 * (1.375rem + 1.5vw));
    }
}