svg {
    width: 1.4rem;
    height: 1.4rem;
    color: #000;
}

.x-box {
    height: 100%;
    width: 100%;
    padding: 75px 0 75px 50px;
}

.x-box-sm {
    position: absolute;
    top: 12px;
    right: 210px;
    vertical-align: top;
}

.bi-x-lg {
    height: 35px;
    width: 35px;
    font-weight: 300;
    color: rgb(0, 0, 0, 0.8);
}

img {
    height: auto;
    width: 250px;
}

.img-container {
    width: 450px;
    position: relative;
}

.text {
    padding: 40px 0 0 40px;
}

.text-1 {
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 10px;
}

.text-2, .text-3 {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: .9;
}

.x-box-lg {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 70px 0 0 0;
}

.text-and-image-container-lg {
    display: flex;
    justify-content: center;
    align-content: center;
}

.large-x {
    position: relative;
    top: -50px;
    right: -30px;
    vertical-align: top;
}