.twofi_container
{
    width:100%;
    /* background-color: yellow; */
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    padding-bottom: 15px;  
}
.letterLinks div
{
    font-weight: bolder;
}
.letterTitle
{

margin: 15px 0px;
font-weight: bolder;
display: flex;
justify-content: space-between;
}
.NewsletterImage
{
    width: 240px;
    border-radius: 0px;
}
.lettertext {
color: #979797 ;
margin: 10px 0px;
}
.letterimagrContainer
{
    display: flex;
    justify-content: center;
}
.mobContainerNewsletter
{
    width: 100%;
}


.filterarrownew{
    padding-right: 10px;
    color: #d3d3d3;
}
.bb1
{
    border-bottom: 1px solid #d3d3d3;
}
.pb10
{
    padding-bottom: 10px;
}
.mt10
{
    margin-top: 10px;
}
.pr
{
    position: relative;
}
.pa
{
    position: absolute;
}
.b1{
bottom: 1px;
}
.cp
{
    cursor: pointer;
}