.link-arrow .bi.bi-chevron-right{
    font-size: 1.125rem;
    font-weight: 600;
    margin-right: -1rem;
    position: relative;
    left: .125rem;
    transition: left .125s cubic-bezier(0.42, 0, 1, 1)
}

.link-arrow:hover .bi.bi-chevron-right{
    left: 0.4rem;
}

.text-brand-blue{
    color: #0091c9;
}

.content-wrapper{
    display: flex;
    flex-flow: row wrap;
    gap: 2rem;
}
.content-wrapper .text-content{
    flex-basis: calc(66.66% - 2rem);
}
.content-wrapper .img-content{
    flex-basis: calc(33.33% - 2rem);
}