.text-image-section__main {
    display:  flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    margin-top: 20px;
}

.text-image-section__main-img {
    max-width: 30%;
    min-width: 30%;
}
.text-image-section__main-img > img {
    display: block;
    width: 100%;
    border-radius: 3px;
}

.text-image-section__main-txt {
    max-width: 70%;
    min-width: 70%;
    text-align: center;
    align-self: center;
}
.text-image-section__main-txt > p {
    color: #231618;
    font-size: 18px;
    padding: 5px;
    letter-spacing: 1px;
}
.text-image-section__main-txt > h2 {
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #231618;
    padding: 5px;
}
.text-image-section__main-txt a {
    text-decoration: none;
    outline: none;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 2px;
    text-indent: 5px;
    color: #006AA0;
}
.text-image-section__main-txt a:hover,
.text-image-section__main-txt a:focus {
    border: none;
    outline: none;
    color: #659DB7;
}

.text-image-section__second {
    display:  flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    margin-top: 20px;
}

.text-image-section__second-box {
    display:  flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    width: 50%;
}

.text-image-section__second-box-img {
    max-width: 50%;
    min-width: 50%;
}
.text-image-section__second-box-img > img {
    display: block;
    width: 100%;
    border-radius: 3px;
}

.text-image-section__second-box-txt {
    max-width: 50%;
    min-width: 50%;
    text-align: center;
    align-self: center;
}
.text-image-section__second-box-txt > h2 {
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #231618;
    padding: 5px;
}
.text-image-section__second-box-txt > p {
    color: #231618;
    font-size: 16px;
    padding: 5px;
    letter-spacing: 1px;
}
.text-image-section__second-box-txt a {
    text-decoration: none;
    outline: none;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 2px;
    text-indent: 5px;
    color: #006AA0;
}
.text-image-section__second-box-txt a:hover,
.text-image-section__second-box-txt a:focus {
    border: none;
    outline: none;
    color: #659DB7;
}