#worldwide-community {}.circle-num{    background: red;    border-radius: 50%;   width: 80px;    padding-top: 80px;    margin:auto;}.circle-num .num{    position: absolute;    top: 56%;    left: 50%;    transform: translate(-50%, -50%);    color: white;    font-size: xx-large;}#worldwide-community .block-wrapper {  padding: 140px 98px;}#our-experts .content.flex-container > .flex-item {  flex: 50%;}#achievements .flex-item {  flex: 25%;}.expert-card {  padding: 32px;  margin: 16px;  box-shadow: 4px 4px 15px #d4d4d4;  background-color: #fff;}.expert-card .profile {  margin-bottom: 32px;  align-items: center;}.expert-card .description {  margin-bottom: 32px;}.expert-card .description p {  margin-bottom: 32px;  line-height: 1.6;  font-weight: 500;}.expert-card-keywords {  margin-bottom: 32px;}.expert-card-keywords p {  line-height: 1.6;  font-weight: 500;  color: darkgrey;}.card-footer.flex-container {  margin: 0;  justify-content: space-between;  align-items: center;}.expert-card h3 {  font-weight: 900;  margin-bottom: 16px;  font-size: 22px;}@media screen and (max-width: 1025px) {  #achievements .flex-item    /*#readiness-for .flex-item*/ {    flex: 50%;  }}@media screen and (max-width: 900px) {  #our-experts .content.flex-container > .flex-item {    flex: 100%;  }}@media screen and (max-width: 767px) {  #achievements .flex-item {    flex: 100%;  }  .expert-card .profile {    flex-flow: row;  }  .expert-card .profile .titles {    margin: 0;  }  .card-footer .buttons > button {    margin-bottom: 16px;  }  .card-footer .buttons {    width: 100%;  }}