#Avatar-photo{
    border-radius: 150px;
    width: 90px;
    height: 90px;
    border: solid 3px #FFCF40;
}

hr{
    opacity: 100%;
    background-color: #FFCF40;
    height:4px;
    border-radius: 6px;
}

ul li::marker {
    color: #FFCF40;
  }

.icon-bg{
    width: 64px;
    filter: brightness(0.9);
    height: auto;
}

.p-rl-null{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.btn-font-size{
    font-size: 1.2rem;
}

.text-rounds

.row{
    margin-right: calc(-1* var(--bs-gutter-x));
}

.grid-persons {
    display: grid;
    grid-template-columns: repeat(auto-fill,
      minmax(400px, 1fr));
    grid-gap: 10px
}

.col-info-tg{
    width: 31%;
    border-radius: 12px;
    box-shadow: #ffcf4090 3px 3px 0px 2px;
}

.col-info-tg-lg{
    width: 100%;
    border-radius: 12px;
    box-shadow: #ffcf4090 3px 3px 0px 2px;
}

.col-info-header{
    font-size: 2rem;
    color: #FFCF40;
    font-weight: 600;
}

.b-w{
    width: 10rem;
    font-size: 1.2rem;
    font-weight: 500;
}

.finalround-bg{
    background: rgb(255,207,64);
    background: linear-gradient(160deg, rgba(255,207,64,1) -50%, rgba(71,71,71,1) 65%);
}
.s-b{
    box-shadow: 20px 20px #ffcf40c9;
}

@media only screen and (max-width: 1200px) {
    .icon-bg{
        width: 52px;
    }
    .col-info-header{
        font-size: 28px;
        margin-bottom: 6px;
    }

.change1200{
    width:100% !important;
}

.show1200{
    display: block !important;
}

.hide1200{
    display: none !important;
}

.text-rounds{
    margin: 0rem;
    padding: 0rem !important;
    padding-right: 1.8rem !important;
    margin-bottom: 25px;
    margin-top: 25px;
}

.header-spacing{
    margin: 0rem !important;
    padding: 0rem !important;
    padding-right: 1.8rem !important;
    margin-bottom: 10px;
}

}

@media only screen and (max-width: 600px) {
    .col-info-header{
        font-weight: 700;
    }
    .rounded-5{
        border-radius: 0 !important;
    }
    .w-65{
        width: 95% !important;
    }
    .change600{
        width: 100% !important;
        background: none !important;
        margin-top: 0 !important;
    }
    .show600{
        display: block !important;
    }
    .header-size{
        font-size: 3rem !important;
    }
    .descriptionSize{
        font-size: 0.92rem;
    }
    h4{
        font-size: 1.3rem;
    }

}
@media only screen and (max-width: 500px) {
    #stralk{
        margin-bottom: -9px;
    }
}
