/* Box Single Widget */
.box-pair h2{
    font-family: "Times New Roman", Sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 48px;
}
.box-pair .box-one-p{
    font-family: "Helvetica", Sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
}

.box-pair-box-w-btn p{
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color:#7a7a7a;
}
.content-box-pair-box-w-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box-pair-box-btn{
    position: relative;
}

.box-pair-btn-bg {
    position: absolute;
    right: 0;
    bottom: 0;
}
.box-pair-box {
    height: 335px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Box Single Widget END  */