body{
    background: #FFF6EA;
}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    justify-content:center;
}
.tech-policy{
    flex-basis: 40%;
    background: white;
    padding: 20px;
    box-sizing: border-box;
}
.tech-policy img{
    width: 100%;
    display: block;
}
.banner-photo{
    background-image: url("images/Research-2.jpeg");
}
.tle-section__cta{
    color: inherit;
    font-size: 16.0002px;
    padding: 15px 20px;
    border: solid;
    color: RGBA(0,0,0,1);
    color: RGBA(var(--primary-text),1);
    text-align: center;
    line-height: 1;
    border: 1px solid RGBA(0,50,189,1);
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    margin-top: 30px;
}
.tle-section__cta:hover{
    border: 1px solid #290c0a;
    background: #b2462e;
    transition: 1s;
}
.find-more{
    color: inherit;
    font-size: 12.0002px;
    padding: 15px 20px;
    color: RGBA(0,0,0,1);
    color: RGBA(var(--primary-text),1);
    text-align: center;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    /* margin-top: 30px; */
    align-content: space-between;
    float: right;
}
.find-more:hover{
    color: #b2462e;
}