html,
body {
    overflow-x: hidden !important;
}
.sector-1-img-bg,
.sector-2-img-bg,
.sector-3-img-bg {
    max-height: 300px;
}
.sector-1-img-bg {
    background-color: #db9dbe;
}
.sector-2-img-bg {
    background-color: #f7fdca;
}
.sector-3-img-bg {
    background-color: #62c2e4;
}
.learn-more-link,
.learn-more-link i{
    color: #62c2e4;
}
.img-screenshot-container {
    border: 1px solid #1d1d1d;
}
.text-grey-block,
.grey-bg-section {
    background-color: #f8f9fa;
}
.link-box-container {
    border: 2px solid #000;
    padding: 10px;
}
.news-article-content {
    font-size: 18px;
}
.footer-icons {
    justify-content: end;
}

@media screen and (max-width: 768px) {
    .info-section {
        padding: 0px !important;
    }
    .footer-icons {
        justify-content: start;
    }
}
