.watchlist-img {
  width: 100%;
  padding: 1rem;
}
.watclist-row {
  align-items: center;
}
.watchlist-txt {
  padding: 3rem 1rem;
}
.watchlist-main-img {
  opacity: 0.6;
}
.main-block-watchlist {
    background-image: url(../images/img-Home-watchlist/watchlist-one-bg.png) !important;
    background-size: cover;
    height: fit-content;
    position: relative;
    background-position: center center;
    background-repeat: repeat-y, repeat-y;
}
.info-watchlist-block {
  background: #ffffff;
}
.info-watchlist-block-2 {
  background: #f8f8f8;
}
.info-watchlist-block-3 {
  background: #ffffff;
}
.info-watchlist-block-3 img {
  padding-bottom: 6rem;
}
.main-block-watchlist .bg-pt{
    background: linear-gradient(90deg, #79207f, #8d0fcd);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 20px !important;
    opacity: 1 !important;
}
.h-color-exchange {
    color: #fff !important;
    text-align: left;
    line-height: 1.4 !important;
}

.block-text-name {
    width: 100%;
    font-weight: 800;
    letter-spacing: 4px;
    margin-right: 40px;
    font-size: 32px;
    color: #673ab6;
    line-height: 1.43;
    margin-bottom: 20px;
}
.block-text-content {
    font-size: 1.3rem;
    color: #383a3b;
    text-align: justify;
    /* font-size: 18px; */
    font-weight: 400;
}
.main-block, .main-block-watchlist {
    background-position: 50%;
    background-repeat: repeat-y,repeat-y;
    background-size: cover;
    height: 100vh!important;
    height: fit-content;
    position: relative;
}
.home-desc-center {
    display: table-cell;
    vertical-align: middle !important;
    padding-top: 0px !important;
}

.p-watchlist{
    font-size: 1.2rem;
    letter-spacing: 2px;
    line-height: 1.5;
    text-align: justify;
    color: #d4d4d4 !important;
    font-weight: 500;
    margin-bottom: 8px;
}
.p-watchlist{
    font-size: 24px !important;
    color: #fff;
    text-align: justify;
    font-weight: 400;
}
.home-info p {
    color: #ffffffd4;
    letter-spacing: 1px;
    font-size: 22px !important;
    font-weight: 400;
    margin-top: 10px !important;
}
.home-info .home-title{
    font-size: 64px !important;
    line-height: 1.2 !important;
    margin-top: -5px !important;
}
@media (max-width: 992px){
    .main-block-watchlist img{
    display: none;
    }
    .home-info .home-title{
    font-size: 64px !important;
    line-height: 1.2 !important;
    margin-top: 25px !important;
}
}