.major_div .circle{
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: auto;
  display: flex;
  text-align: center;
  font-weight: bold;
}
.major_div .circle>p{
  margin: auto;
}
.major_div .content>p {
  width: max-content;
  margin: 0;
  padding-bottom: 5px;
  font-weight: bold;
}
.major_div .content>div {
    font-size: 15px;
  }
.major_div .list>div {
  width: 280px;
  margin: 20px 10px;
  margin-top:0;
}
.major_div>.list {
    display: flex;
    margin: auto;
}
.major_div>.list:nth-child(1) {
    width: 930px;
}
.major_div>.list:nth-child(2) {
    width: 620px;
}
.major_div .circle1>.circle{
  background : #2C273D;
  color: #f8f8f8;
}
.major_div .circle2>.circle{
  background : #3D5A80;
  color: #f8f8f8;
}
.major_div .circle3>.circle{
  background : #98C1D9;
  color: #f8f8f8;
}
.major_div .circle4>.circle{
  background : #FFC15E;
}
.major_div .circle5>.circle{
  background : #EE6C4D;
}
.major_div .content{
  border-radius: 5px;
  background: #ECEBE4;
  width: 220px;
  height: 220px;
  padding: 30px;
  margin-top: 20px;
}
.major_div .content>p{
  border-bottom: 2px solid black;
}
.major_div {
  margin: auto;
}
@media screen and (max-width: 1131px ) and ( min-width: 1001px){
  .major_div {
    width: 606px;
  }
}
@media screen and (max-width: 1000px ) and ( min-width: 931px){
  .major_div {
    width: 912px;
  }
}
@media screen and (max-width: 930px) {
  .major_div .list{
    display: block;
  }
  .major_div .list{
    margin: 0 auto;
  }
  .major_div {
    width: 606px;
  }
}
@media screen and (max-width: 616px) {
  .major_div {
    width: min-content;
  }
  .major_div>.list:nth-child(1),.major_div>.list:nth-child(2) {
      width: 100%;
  }
}
